|
ORE Studio 0.0.4
|
Custom reflect-cpp parser for tenant_id. More...
#include <tenant_id_parser.hpp>

Public Types | |
| using | InputVarType = typename ReaderType::InputVarType |
| using | OutputVarType = typename WriterType::OutputVarType |
Static Public Member Functions | |
| static Result< ores::utility::uuid::tenant_id > | read (const ReaderType &_r, const InputVarType &_var) noexcept |
| template<class P > | |
| static void | write (const WriterType &_w, const ores::utility::uuid::tenant_id &_tenant_id, const P &_parent) noexcept |
Custom reflect-cpp parser for tenant_id.
Serializes tenant_id as a string (UUID format). This is necessary because tenant_id has private members that prevent structured bindings.