[#SER_PARAMS_OPFUNC] = SER_PARAMS_OPFUNC :mrdocs: Helper macro for SerParams structs == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #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); [.small]#Created with https://www.mrdocs.com[MrDocs]#