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