Function TRAP::Network::operator>>(std::istream&, TRAP::Network::IPv6Address&)#

Function Documentation#

std::istream &TRAP::Network::operator>>(std::istream &stream, TRAP::Network::IPv6Address &address)#

Overload of >> operator to extract an IP address from input stream.

Parameters:
  • streamInput stream.

  • address – IP address to extract.

Returns:

Reference to the input stream.