Unser overloads
Declared in <netaddress.h>
Serializes the address, applying the encoding selected by the stream params.
template<typename Stream>
static
void
Unser(
Stream& s,
CAddress& obj);
» more...
Serialize the underlying network address followed by the big-endian TCP port.
template<typename Stream>
static
void
Unser(
Stream& s,
CService& obj);
» more...