std::chrono::year::ok

From cppreference.com
< cpp‎ | chrono‎ | year
 
 
 
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
 
 
constexpr bool ok() const noexcept;
(since C++20)

Checks if the year value stored in *this is in the valid range, i.e., [-32767, 32767].

Return value

true if the year value stored in *this is in the range [-32767, 32767]. Otherwise false.