Skip to content

Commit 5d13ce9

Browse files
committed
コード修飾を追加
1 parent e97eeba commit 5d13ce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/chrono/format.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ int main()
115115
std::cout << std::format("8. {:%A}", now) << std::endl; // 曜日の完全名
116116
}
117117
```
118+
* std::chrono::system_clock[link /reference/chrono/system_clock.md]
119+
* now()[link /reference/chrono/system_clock/now.md]
120+
* std::chrono::time_point_cast[link /reference/chrono/time_point_cast.md]
118121

119122
### 出力例
120123
```

0 commit comments

Comments
 (0)