CNetAddr::SerParams::operator()

Bind these parameters to an object for (un)serialization.

Synopsis

Declared in <netaddress.h>

template<typename T>
auto
operator()(T&& t) const;

Return Value

The object bound to these serialization parameters.

Parameters

NameDescription
tThe object to wrap with these parameters.