template <>

class WireTableBuilder

Defined at line 4692 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_net::wire::SocketAddress, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::SocketAddress>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::DatagramSocketSendMsgPreflightResponse> & to (First && first, Args &&... args_)

The validated destination address.

Present only in response to an unset `to` addreess.

Defined at line 4707 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::zx::eventpair>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::zx::eventpair>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::DatagramSocketSendMsgPreflightResponse> & validity (First && first, Args &&... args_)

Represents the validity of this structure.

The structure is invalid if any of the elements' peer is closed.

Datagrams sent with the associated metadata after invalidation will be

silently dropped.

Defined at line 4724 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

Friends

template <>
class DatagramSocketSendMsgPreflightResponse