omni::net::socket_type::operator<<
NAME

omni::net::socket_type::operator<<

A member operator of omni::net::socket_type

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


OVERLOADS

socket_type omni::net::socket_type::operator<<(enum_t val)
socket_type omni::net::socket_type::operator<<(int32_t val)
friend std::ostream& omni::net::socket_type::operator<<(std::ostream& s, const omni::net::socket_type& c)
friend std::wostream& omni::net::socket_type::operator<<(std::wostream& s, const omni::net::socket_type& c)
friend std::ostream& omni::net::socket_type::operator<<(std::ostream& s, const enum_t& c)
friend std::wostream& omni::net::socket_type::operator<<(std::wostream& s, const enum_t& c)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top