tmp/tmpuncx4v90/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Member functions <a id="time.cal.wdlast.members">[[time.cal.wdlast.members]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
constexpr explicit weekday_last(const chrono::weekday& wd) noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Effects:* Initializes `wd_` with `wd`.
|
| 8 |
+
|
| 9 |
+
``` cpp
|
| 10 |
+
constexpr chrono::weekday weekday() const noexcept;
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
*Returns:* `wd_`.
|
| 14 |
+
|
| 15 |
+
``` cpp
|
| 16 |
+
constexpr bool ok() const noexcept;
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
*Returns:* `wd_.ok()`.
|
| 20 |
+
|