Home
last modified time | relevance | path

Searched defs:year_month_day_base (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dyear_month_day.hpp19 struct BOOST_SYMBOL_VISIBLE year_month_day_base { struct
25 YearType year;
26 MonthType month;
27 DayType day;
28 typedef YearType year_type;
29 typedef MonthType month_type;
30 typedef DayType day_type;
37 year_month_day_base<YearType,MonthType,DayType>::year_month_day_base(YearType y, in year_month_day_base() function in boost::date_time::year_month_day_base