[#CNetAddr-SerParams-operator_call] = xref:CNetAddr.adoc[CNetAddr]::xref:CNetAddr/SerParams.adoc[SerParams]::operator() :relfileprefix: ../../ :mrdocs: Bind these parameters to an object for (un)serialization. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> auto operator()(T&& t) const; ---- == Return Value The object bound to these serialization parameters. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The object to wrap with these parameters. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#