From Jason Turner

[time.cal.wdlast.members]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpuncx4v90/{from.md → to.md} +20 -0
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
+