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
Name |
Description |
t |
The object to wrap with these parameters. |
Created with MrDocs