template <>
class WireTableBuilder
Defined at line 2051 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_net::wire::Marks, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::Marks>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::ResolveOptions> & marks (First && first, Args &&... args_)
The marks used for the route resolution.
For mark domains that are not present, the route resolution will
happen with no marks for the domain. This field is also optional.
If absent, all mark domains are considered to be unmarked for the
route resolution.
Defined at line 2069 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Friends
template <>
class ResolveOptions