std::chrono::month_weekday_last::ok
From cppreference.com
< cpp | chrono | month weekday last
constexpr bool ok() const noexcept; |
(since C++20) | |
Checks if the contained month and weekday_last objects are valid.
Return value
month().ok() && weekday_last().ok()