|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Nonmember functions | ||||
| Helper classes | ||||
(C++26) |
Defined in header <chrono> | ||
class month_day; | (since C++20) | |
The classmonth_day represents a specific day of a specific month, of some yet to be specified year.
month_day is aTriviallyCopyableStandardLayoutType.
constructs amonth_day(public member function)[edit] | |
| retrieve the storedmonth andday values (public member function)[edit] | |
checks if themonth_day is valid(public member function)[edit] |
(C++20) | compares twomonth_day values(function)[edit] |
(C++20) | outputs amonth_day into a stream(function template)[edit] |
(C++20) | parses amonth_day from a stream according to the provided format(function template)[edit] |
formatting support formonth_day(class template specialization)[edit] | |
| hash support forstd::chrono::month_day (class template specialization) |