template <>
class WireTableBuilder
Defined at line 973 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::CheckOptions> & uri (First && first, Args &&... args_)
URI containing implementation specific options. For example, for FVM backed volumes, this
indicates the component URL of the filesystem that we should run fsck with. It must be
provided for FVM backed volumes. At time of writing, this is ignored by Fxfs.
Defined at line 988 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 CheckOptions