ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Reflector< std::chrono::year_month_day > Struct Reference

Custom reflector for std::chrono::year_month_day. More...

#include <reflectors.hpp>

Collaboration diagram for Reflector< std::chrono::year_month_day >:
Collaboration graph

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)
 

Detailed Description

Custom reflector for std::chrono::year_month_day.

Serializes to and from an ISO 8601 date string ("YYYY-MM-DD").