|
ORE Studio 0.0.4
|
Custom reflector for std::chrono::year_month_day. More...
#include <reflectors.hpp>

Public Types | |
| using | ReflType = std::string |
Static Public Member Functions | |
| static std::chrono::year_month_day | to (const ReflType &str) |
| static ReflType | from (const std::chrono::year_month_day &v) |
Custom reflector for std::chrono::year_month_day.
Serializes to and from an ISO 8601 date string ("YYYY-MM-DD").