std::chrono::day::day

From cppreference.com
< cpp‎ | chrono‎ | day
 
 
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)
 
 
 
day() = default;
(1) (since C++20)
constexpr explicit day( unsigned d ) noexcept;
(2) (since C++20)

Constructs a day object.

1) Default constructor leaves the day value uninitialized.
2) If d <= 255, constructs a day object holding the day value d. Otherwise the value held is unspecified.