template <>
class WireTableBuilder
Defined at line 2684 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_matchers::wire::BoundInterface, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_matchers::wire::BoundInterface>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::BaseMatcher> & bound_device (First && first, Args &&... args_)
Matches on the originating interface of the outgoing packet.
Defined at line 2697 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
template <typename First = ::fuchsia_net_matchers::wire::Mark, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_matchers::wire::Mark>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::BaseMatcher> & mark_1 (First && first, Args &&... args_)
Matches the MARK_1 domain.
Defined at line 2710 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
template <typename First = ::fuchsia_net_matchers::wire::Mark, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_matchers::wire::Mark>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::BaseMatcher> & mark_2 (First && first, Args &&... args_)
Matches for the MARK_2 domain.
Defined at line 2723 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Friends
template <>
class BaseMatcher