CppDS.com

C++ 98 11 14 17 20 手册

std::chrono::month_weekday::month_weekday

来自cppreference.com
 
 
日期和时间工具
(C++11)
(C++11)
当天时刻
(C++20)



(C++20)(C++20)(C++20)(C++20)
时钟
(C++20)
                                             
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
日历
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
时区
(C++20)
(C++20)
(C++20)
(C++20)
C 风格日期和时间
 
 
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)
创建格里高利历日期的约定语法
(函数)
关闭