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

Classes

class  client_manager
 A simple TCP/IP socket wrapper using boost::asio. More...
 
class  socket_wrapper
 A simple TCP/IP socket wrapper using boost::asio. More...
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 122 of file socket_client_manager_impl.hpp.

◆ operator<<() [2/2]

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

Definition at line 244 of file socket_wrapper_asio_impl.hpp.