CppSerdes  1.0
A serialization/deserialization library designed with embedded systems in mind
serdes::init_this_formatter Namespace Reference

init_this_formatter() constructs a serdes::formatter object lambda without using dynamic memory allocation. Same as init_formatter but captures "this", only necessary for older compilers which don't capture "this" automatically. More...

Detailed Description

init_this_formatter() constructs a serdes::formatter object lambda without using dynamic memory allocation. Same as init_formatter but captures "this", only necessary for older compilers which don't capture "this" automatically.