omni::net::socket_option::operator<<=
NAME

omni::net::socket_option::operator<<=

A member operator of omni::net::socket_option

#include <omni/types/net_t.hpp>
socket_option& omni::net::socket_option::operator<<=(const socket_option& val)


OVERLOADS

socket_option& omni::net::socket_option::operator<<=(enum_t val)
socket_option& omni::net::socket_option::operator<<=(int32_t val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top