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

std::chrono::weekday_last: std::chrono::weekday_last

NAME

std::chrono::weekday_last - std::chrono::weekday_last

Synopsis


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


The class weekday_last represents the last weekday of some month.
weekday_last is a TriviallyCopyable StandardLayoutType.

Member functions


              constructs a weekday_last object
constructor (public member function)
              accesses the stored weekday
weekday (public member function)
              checks if the stored weekday is valid
ok (public member function)


Nonmember functions


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