std::chrono::month_weekday_last
來自 cppreference.com
定義於標頭檔案 <chrono> |
||
class month_weekday_last; |
(C++20 起) | |
類 month_weekday_last
表示某個月的最後一個工作日,年份待定。
month_weekday_last
是一個 TriviallyCopyable StandardLayoutType。
[編輯] 成員函式
構造一個 month_weekday_last (公共成員函式) | |
檢索儲存的 month 和 weekday_last 值 (公共成員函式) | |
檢查所包含的 month 和 weekday_last 是否有效 (公共成員函式) |
[編輯] 非成員函式
(C++20) |
比較兩個 month_weekday_last 值(函式) |
(C++20) |
將 month_weekday_last 輸出到流中(函式模板) |
[編輯] 輔助類
month_weekday_last 的格式化支援(類模板特化) | |
為 std::chrono::month_weekday_last 提供雜湊支援 (類模板特化) |