libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::socket::glibc Namespace Reference

Namespaces

 basic
 
 client
 
 server
 

Classes

class  client_manager
 A simple TCP/IP socket wrapper using the glibc POSIX API. More...
 

Functions

template<class LkT >
std::ostream & operator<< (std::ostream &os, client_manager< LkT > const &ec) noexcept(false)
 

Function Documentation

◆ operator<<()

template<class LkT >
std::ostream & jmmcg::socket::glibc::operator<< ( std::ostream &  os,
client_manager< LkT > const &  ec 
)
inlinenoexcept

Definition at line 160 of file socket_client_manager_impl.hpp.