File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 119119
120120| 名前 | 説明 | 対応バージョン |
121121| ------| ------| ----------------|
122- | [ ` last_spec ` ] ( chrono/last_spec.md ) | 月の最終日、週の最終日など 、文脈に応じた「最後」を表す型 (class) | C++20 |
122+ | [ ` last_spec ` ] ( chrono/last_spec.md ) | 月の最終日、月の最終曜日など 、文脈に応じた「最後」を表す型 (class) | C++20 |
123123| [ ` day ` ] ( chrono/day.md ) | 未規定の月の指定した日を表す型 (class) | C++20 |
124124| [ ` month ` ] ( chrono/month.md ) | 月単体の値を表す型 (class) | C++20 |
125125| [ ` year ` ] ( chrono/year.md ) | カレンダーの年を表す型 (class) | C++20 |
224224
225225| 名前 | 説明 | 対応バージョン |
226226| ------| ------| ----------------|
227- | [ ` last ` ] ( chrono/last_spec.md ) | 月の最終日、週の最終日など 、文脈に応じた「最後」を表す定数 (variable) | C++20 |
227+ | [ ` last ` ] ( chrono/last_spec.md ) | 月の最終日、月の最終曜日など 、文脈に応じた「最後」を表す定数 (variable) | C++20 |
228228
229229### 曜日
230230
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace std::chrono {
1515```
1616
1717## 概要
18- `last_spec`は、月の最終日、週の最終日など 、文脈に応じた「最後」を表す型である。その型の値として`last`が定義される。
18+ `last_spec`は、月の最終日、月の最終曜日など 、文脈に応じた「最後」を表す型である。その型の値として`last`が定義される。
1919
2020
2121## 非メンバ関数
You can’t perform that action at this time.
0 commit comments