template <>
class WireTableBuilder
Defined at line 2643 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/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_test_manager::wire::CustomArtifact> & component_moniker (First && first, Args &&... args_)
The moniker of the component that produced the directory, relative to
the root of the test realm.
Defined at line 2657 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
template <typename First = ::fuchsia_test_manager::wire::DirectoryAndToken, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_test_manager::wire::DirectoryAndToken>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_test_manager::wire::CustomArtifact> & directory_and_token (First && first, Args &&... args_)
A directory containing the artifacts.
Defined at line 2670 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Friends
template <>
class CustomArtifact