template <>
class WireTableBuilder
Defined at line 3149 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::Ipv6AddressWithPrefix, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::Ipv6AddressWithPrefix>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::RuleMatcherV6> & from (First && first, Args &&... args_)
Matches whether the source address of the packet is from the subnet.
Defined at line 3162 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::RuleMatcherV6> & 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 3177 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Friends
template <>
class RuleMatcherV6