tmp/tmptucrnluc/{from.md → to.md}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
###
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
static constexpr time_point min();
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `time_point(duration::min())`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
-
static constexpr time_point max();
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* `time_point(duration::max())`.
|
| 14 |
|
|
|
|
| 1 |
+
### Special values <a id="time.point.special">[[time.point.special]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
static constexpr time_point min() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `time_point(duration::min())`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
+
static constexpr time_point max() noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* `time_point(duration::max())`.
|
| 14 |
|