std::chrono::month_weekday::ok

来自cppreference.com
 
 
 
 
constexpr bool ok() const noexcept;
(C++20 起)

检查所含的 monthweekday_indexed 对象是否均合法。

返回值

month().ok() && weekday_indexed().ok()