template <>

class WireTableBuilder

Defined at line 5762 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::Marks, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::Marks>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::SocketCreationOptions> & marks (First && first, Args &&... args_)

The marks for the created socket. If a mark is missing from the table,

it will remain unset for the created socket.

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

Friends

template <>
class SocketCreationOptions