Function TRAP::Network::operator>>(std::istream&, TRAP::Network::IPv4Address&)#
Function Documentation#
-
std::istream &TRAP::Network::operator>>(std::istream &stream, TRAP::Network::IPv4Address &address)#
Overload of >> operator to extract an IP address from input stream.
- Parameters:
stream – Input stream.
address – IP address to extract.
- Returns:
Reference to the input stream.