template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_net::wire::IpAddress>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_net::wire::IpAddress>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_name::wire::LookupResult> & addresses (First && first, Args &&... args_)

The IP addresses resulting from a lookup.

If sorting was requested, `addresses` is sorted in order of

preference, most preferred destination address first.

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

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_name::wire::LookupResult> & canonical_name (First && first, Args &&... args_)

The canonical name of the requested hostname.

Provided only if requested.

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

Friends

template <>
class LookupResult