template <>
class WireTableBuilder
Defined at line 1095 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::VectorView<::fuchsia_diagnostics::wire::StringSelector>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_diagnostics::wire::StringSelector>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_diagnostics::wire::ComponentSelector> & moniker_segments (First && first, Args &&... args_)
Vector encoding the a pattern for monikers of components being selected for.
These monikers are child-monikers relative to a "root" hierarchy that the archivist
is aware of.
There must be at least one StringSelector provided, which
specifies the component names that are matched by
the current selector.
Defined at line 1114 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
Friends
template <>
class ComponentSelector