SER_PARAMS_OPFUNC

Helper macro for SerParams structs

Synopsis

Declared in <serialize.h>

#define SER_PARAMS_OPFUNC

Description

Allows you define SerParams instances and then apply them directly to an object via function call syntax, eg:

constexpr SerParams FOO{....}; ss << FOO(obj);