std::chrono::month_day_last
来自 cppreference.com
定义在头文件 <chrono> 中 |
||
class month_day_last; |
(自 C++20 起) | |
类 month_day_last
表示特定月份的最后一天,该月份属于尚未指定的年份。
month_day_last
是一个 TriviallyCopyable StandardLayoutType。
[edit] 成员函数
构造 month_day_last (公共成员函数) | |
访问存储的 month (公共成员函数) | |
检查存储的 month 是否有效 (公共成员函数) |
[edit] 非成员函数
(C++20) |
比较两个 month_day_last 值(函数) |
(C++20) |
将 month_day_last 输出到流中(函数模板) |
[edit] 辅助类
对 month_day_last 的格式化支持(类模板特化) | |
对 std::chrono::month_day_last 的哈希支持 (类模板特化) |