std::chrono::month_weekday_last
提供: cppreference.com
<tbody>
</tbody>
| ヘッダ <chrono> で定義
|
||
class month_weekday_last; |
(C++20以上) | |
クラス month_weekday_last は、まだ指定されていない何らかの年の、特定の月の最後の特定の曜日を表します。
month_weekday_last は TriviallyCopyable かつ StandardLayoutType です。
メンバ関数
month_weekday_last を構築します (パブリックメンバ関数) | |
| 格納されている month および weekday_last の値を取得します (パブリックメンバ関数) | |
| 格納されている month および weekday_last が有効かどうか調べます (パブリックメンバ関数) |
非メンバ関数
2つの month_weekday_last オブジェクトを比較します (関数) | |
month_weekday_last をストリームに出力します (関数テンプレート) |
ヘルパークラス
提供された書式に従って month_weekday_last を書式化する std::formatter の特殊化 (クラステンプレートの特殊化) |