libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
boost::asio::ip Namespace Reference

Functions

std::istream & operator>> (std::istream &is, boost::asio::ip::address &addr)
 Extract a v4 TCP/IP address from the supplied stream. More...
 

Function Documentation

◆ operator>>()

std::istream& boost::asio::ip::operator>> ( std::istream &  is,
boost::asio::ip::address &  addr 
)
inline

Extract a v4 TCP/IP address from the supplied stream.

Boost.asio.ip lacks stream-in operators, so isn't compatible with boost.program_options by default. Rather an omission in my opinion...

Definition at line 37 of file application.hpp.