|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Nonmember functions | ||||
| Helper classes | ||||
Defined in header <chrono> | ||
class month_day_last; | (since C++20) | |
The classmonth_day_last represents the last day of a specific month, of some yet to be specified year.
month_day_last is aTriviallyCopyableStandardLayoutType.
constructs amonth_day_last(public member function)[edit] | |
| accesses the storedmonth (public member function)[edit] | |
| checks if the storedmonth is valid (public member function)[edit] |
(C++20) | compares twomonth_day_last values(function)[edit] |
(C++20) | outputs amonth_day_last into a stream(function template)[edit] |
formatting support formonth_day_last(class template specialization)[edit] | |
| hash support forstd::chrono::month_day_last (class template specialization) |