omni::net::socket_error::operator<<
NAME

omni::net::socket_error::operator<<

A member operator of omni::net::socket_error

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


OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top