template <>
class WireTableBuilder
Defined at line 2797 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_io::wire::NodeAttributes2, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::NodeAttributes2>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::DirectoryInfo> & attributes (First && first, Args &&... args_)
Requested attributes for the directory. This is only populated if requested.
Defined at line 2810 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
template <typename First = ::fuchsia_io::wire::NodeAttributes2, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::NodeAttributes2>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::DirectoryInfo> & attributes (First && first, Args &&... args_)
Requested attributes for the directory. This is only populated if requested.
Defined at line 2810 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Friends
template <>
class DirectoryInfo