template <>
class WireTableBuilder
Defined at line 514 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/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_component::wire::NamespaceEntry> & path (First && first, Args &&... args_)
The mount point for the directory, including a
leading slash. For example: "/pkg", "/svc", or "/config/data".
Defined at line 528 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_types.h
Friends
template <>
class NamespaceEntry