std::chrono::month_weekday::month_weekday

来自cppreference.com
 
 
 
 
constexpr month_weekday( const std::chrono::month& m,
                         const std::chrono::weekday_indexed& wdi ) noexcept;
(C++20 起)

构造存储 month mweekday_indexed wdimonth_weekday 对象。

注解

更方便的构造 month_weekday 的方法是用 operator/,如 std::chrono::April/std::chrono::Sunday[2]

参阅

(C++20)
创建格里高利历日期的约定语法
(函数)