Allow rapid creation of ymd triples of different types. More...
#include <year_month_day.hpp>
Public Types | |
typedef YearType | year_type |
typedef MonthType | month_type |
typedef DayType | day_type |
Public Member Functions | |
year_month_day_base (YearType year, MonthType month, DayType day) | |
A basic constructor. More... | |
Public Attributes | |
YearType | year |
MonthType | month |
DayType | day |
Allow rapid creation of ymd triples of different types.
typedef DayType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::day_type |
typedef MonthType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::month_type |
typedef YearType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::year_type |
|
inline |
A basic constructor.
DayType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::day |
MonthType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::month |
YearType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::year |