NAME
A member operator of omni::ipc::unix_socket
OVERLOADS
omni::ipc::unix_socket::operator<<
A member operator of omni::ipc::unix_socket
#include <omni/net/socket.hpp>friend std::ostream& omni::ipc::unix_socket::operator<<(std::ostream& s, const omni::ipc::unix_socket& c)OVERLOADS
friend std::wostream& omni::ipc::unix_socket::operator<<(std::wostream& s, const omni::ipc::unix_socket& c)
PARAMETERS
top
s - The std::ostream value being written to. c - The instance object to be written to.
top