|
ORE Studio 0.0.4
|
Custom reflector for std::optional<boost::uuids::uuid>. More...
#include <reflectors.hpp>

Public Types | |
| using | ReflType = std::optional< std::string > |
Static Public Member Functions | |
| static std::optional< boost::uuids::uuid > | to (const ReflType &str) |
| static ReflType | from (const std::optional< boost::uuids::uuid > &v) |
Custom reflector for std::optional<boost::uuids::uuid>.
Serializes optional UUID as nullable string representation. An empty optional serializes to null, a present value serializes as UUID string.