tmp/tmpskat7jjo/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
#### `time_point` observer <a id="time.point.observer">[[time.point.observer]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
duration time_since_epoch() const;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `d_`.
|
| 8 |
|
|
|
|
| 1 |
#### `time_point` observer <a id="time.point.observer">[[time.point.observer]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
constexpr duration time_since_epoch() const;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `d_`.
|
| 8 |
|