CAddress::SerParams::operator()

Binds these serialization parameters to t.

Synopsis

Declared in <protocol.h>

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

Return Value

A wrapper associating the parameters with t.

Parameters

NameDescription
tObject to serialize with these parameters.