Bind these parameters to an object for (un)serialization.
Declared in <netaddress.h>
template<typename T>
auto
operator()(T&& t) const;
The object bound to these serialization parameters.
| Name | Description |
|---|---|
| t | The object to wrap with these parameters. |