Unser overloads

Synopses

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);

Serialize the underlying network address followed by the big‐endian TCP port.

template<typename Stream>
static
void
Unser(
    Stream& s,
    CService& obj);

Created with MrDocs