名前空間
変種
操作

std::chrono::month_day_last

提供: cppreference.com
< cpp‎ | chrono
 
 
ユーティリティライブラリ
汎用ユーティリティ
日付と時間
関数オブジェクト
書式化ライブラリ(C++20)
(C++11)
関係演算子 (C++20で非推奨)
整数比較関数
(C++20)
スワップと型操作
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
一般的な語彙の型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等文字列変換
(C++17)
(C++17)
 
日付と時間のユーティリティ
(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)
month_day_last
(C++20)

(C++20)
タイムゾーン
(C++20)
(C++20)
C スタイルの日付と時間
 
 
ヘッダ <chrono> で定義
class month_day_last;
(C++20以上)

クラス month_day_last は、まだ指定されていない年の、特定の月の最後の日を表します。

month_day_lastTriviallyCopyable かつ StandardLayoutType です。

[編集] メンバ関数

month_day_last を構築します
(パブリックメンバ関数)[edit]
格納されている month にアクセスします
(パブリックメンバ関数)[edit]
格納されている month が有効かどうか調べます
(パブリックメンバ関数)[edit]

[編集] 非メンバ関数

2つの month_day_last オブジェクトを比較します
(関数)[edit]
month_day_last をストリームに出力します
(関数テンプレート)[edit]

[編集] ヘルパークラス

提供された書式に従って month_day_last を書式化する std::formatter の特殊化
(クラステンプレートの特殊化)[edit]
close