名稱空間
變體
操作

std::chrono::month_weekday_last

來自 cppreference.com
< cpp‎ | chrono
 
 
日期和時間庫
時間點
(C++11)
(C++20)
時長
(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)
month_weekday_last
(C++20)
(C++20)
(C++20)(C++20)
chrono I/O
(C++20)

 
 
定義於標頭檔案 <chrono>
class month_weekday_last;
(C++20 起)

month_weekday_last 表示某個月的最後一個工作日,年份待定。

month_weekday_last 是一個 TriviallyCopyable StandardLayoutType

[編輯] 成員函式

構造一個 month_weekday_last
(公共成員函式) [編輯]
檢索儲存的 monthweekday_last
(公共成員函式) [編輯]
檢查所包含的 monthweekday_last 是否有效
(公共成員函式) [編輯]

[編輯] 非成員函式

比較兩個 month_weekday_last
(函式) [編輯]
month_weekday_last 輸出到流中
(函式模板) [編輯]

[編輯] 輔助類

month_weekday_last 的格式化支援
(類模板特化) [編輯]
std::chrono::month_weekday_last 提供雜湊支援
(類模板特化)