template <>
class WireTableBuilder
Defined at line 2922 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::Ipv4AddressWithPrefix, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::Ipv4AddressWithPrefix>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::RuleMatcherV4> & from (First && first, Args &&... args_)
Matches whether the source address of the packet is from the subnet.
Defined at line 2935 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_routes::wire::BaseMatcher, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_routes::wire::BaseMatcher>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::RuleMatcherV4> & base (First && first, Args &&... args_)
The rest of the matcher that is common between IP versions.
Interpreted as an empty table if absent.
Defined at line 2950 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Friends
template <>
class RuleMatcherV4