close
The Wayback Machine - https://web.archive.org/web/20230522061339/https://en.cppreference.com/w/cpp/chrono/month_day
Namespaces
Variants
Views
Actions

std::chrono::month_day

From cppreference.com
< cpp‎ | chrono
 
 
Utilities library
General utilities
Date and time
Function objects
Formatting library (C++20)
(C++11)
Relational operators (deprecated in C++20)
Integer comparison functions
(C++20)(C++20)(C++20)   
(C++20)
Swap and type operations
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)
(C++23)
Elementary string conversions
(C++17)
(C++17)
 
 
 
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.

[edit] Member functions

constructs a month_day
(public member function) [edit]
retrieve the stored month and day values
(public member function) [edit]
checks if the month_day is valid
(public member function) [edit]

[edit] Nonmember functions

compares two month_day values
(function) [edit]
outputs a month_day into a stream
(function template) [edit]
parses a month_day from a stream according to the provided format
(function template) [edit]

[edit] Helper classes

specialization of std::formatter that formats a month_day according to the provided format
(class template specialization) [edit]