template <>

class WireTableBuilder

Defined at line 1208 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_fs_startup::wire::MountOptions> & uri (First && first, Args &&... args_)

URI containing implementation specific options. For example, for FVM backed volumes, if

specified, this indicates the component URL for the filesystem should be mounted. If

unspecified, FVM backed volumes will expose the volume as a block device. At time of

writing, this is ignored by Fxfs.

Defined at line 1224 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

Friends

template <>
class MountOptions