std::chrono::month_day (3) - Linux Manuals
std::chrono::month_day: std::chrono::month_day
NAME
std::chrono::month_day - std::chrono::month_day
Synopsis
Defined in header <chrono>
class month_day; (since C++20)
The class month_day represents a specific day of a specific month, of some yet to be specified year.
month_day is a TriviallyCopyable StandardLayoutType.
Member functions
constructor (public member function)
month (public member function)
day
ok (public member function)
Nonmember functions
operator==
operator!= compares two month_day objects
operator< (function)
operator<=
operator>
operator>=
operator<< (function template)
to_stream (function template)
from_stream (function template)