std::chrono::month_weekday (3) - Linux Manuals

std::chrono::month_weekday: std::chrono::month_weekday

NAME

std::chrono::month_weekday - std::chrono::month_weekday

Synopsis


Defined in header <chrono>
class month_weekday; (since C++20)


The class month_weekday represents the n-th weekday of a specific month, of some yet to be specified year.
month_weekday is a TriviallyCopyable StandardLayoutType.

Member functions


                constructs a month_weekday
constructor (public member function)
                retrieves the stored month and weekday_indexed values
month (public member function)
weekday_indexed
                checks whether the contained month and weekday_indexed are valid
ok (public member function)


Nonmember functions


           compares two month_weekday objects
operator== (function)
operator!=
           outputs a month_weekday into a stream
operator<< (function template)