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

Name

Description

t

Object to serialize with these parameters.

Created with MrDocs