std::chrono::month_weekday::ok
< cpp | chrono | month weekday
constexpr bool ok() const noexcept; |
(C++20 起) | |
检查所含的 month 和 weekday_indexed 对象是否均合法。
返回值
month().ok() && weekday_indexed().ok()