template <>

class WireTableBuilder

Defined at line 2234 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_routes::wire::TableInterest, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_routes::wire::TableInterest>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::WatcherOptionsV4> & table_interest (First && first, Args &&... args_)

Filter events on tables matching `table_interest`.

Interpreted as `all` if absent. The server does not validate if

`TableInterest` contains valid table IDs.

Defined at line 2250 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

Friends

template <>
class WatcherOptionsV4