std::chrono::month_weekday_last - cppreference.com (original) (raw)
std::chrono::month_weekday_last
| Member functions |
|---|
| month_weekday_last::month_weekday_last |
| month_weekday_last::monthmonth_weekday_last::weekday_last |
| month_weekday_last::ok |
| Nonmember functions |
| operator== |
| operator<< |
| Helper classes |
| formatterstd::chrono::month\_weekday\_last |
| hashstd::chrono::month\_weekday\_last(C++26) |
| Defined in header | | | | ----------------------------------------------------------------------- | | ------------- | | class month_weekday_last; | | (since C++20) |
The class month_weekday_last represents the last weekday of a specific month, of some yet to be specified year.
month_weekday_last is a TriviallyCopyable StandardLayoutType.
[edit] Member functions
| (constructor) | constructs a month_weekday_last (public member function) [edit] |
|---|---|
| monthweekday_last | retrieves the stored month and weekday_last values (public member function) [edit] |
| ok | checks whether the contained month and weekday_last are valid (public member function) [edit] |
[edit] Nonmember functions
| operator==(C++20) | compares two month_weekday_last values (function) [edit] |
|---|---|
| operator<<(C++20) | outputs a month_weekday_last into a stream (function template) [edit] |
[edit] Helper classes
| std::formatterstd::chrono::month\_weekday\_last(C++20) | formatting support for month_weekday_last (class template specialization) [edit] |
|---|---|
| std::hashstd::chrono::month\_weekday\_last(C++26) | hash support for std::chrono::month_weekday_last (class template specialization) |