cpp-reflect
C++ Reflection and Annotations Library
|
Public Types | |
template<typename O> | |
using | args_t = typename Format<O>::args_t |
Static Public Member Functions | |
static std::string | to_string (const auto &obj, const args_t< std::stringstream > &args={}) |
template<typename O> | |
static void | to_stream (O &out, const auto &obj, const args_t< O > &args={}) |
Definition at line 22 of file serializer.cppm.
|
inlinestaticexport |
Definition at line 34 of file serializer.cppm.
|
inlinestaticexport |
Definition at line 26 of file serializer.cppm.