File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8101
8101
equivalent to: \tcode{using std::swap; swap(\exposid{unex}, rhs.\exposid{unex});} \\
8102
8102
\end{floattable}
8103
8103
8104
- For the case where \tcode{rhs.value ()} is \tcode{false} and
8104
+ For the case where \tcode{rhs.has_value ()} is \tcode{false} and
8105
8105
\tcode{this->has_value()} is \tcode{true}, equivalent to:
8106
8106
\begin{codeblock}
8107
8107
if constexpr (is_nothrow_move_constructible_v<E>) {
9184
9184
equivalent to: \tcode{using std::swap; swap(\exposid{unex}, rhs.\exposid{unex});} \\
9185
9185
\end{floattable}
9186
9186
9187
- For the case where \tcode{rhs.value ()} is \tcode{false} and
9187
+ For the case where \tcode{rhs.has_value ()} is \tcode{false} and
9188
9188
\tcode{this->has_value()} is \tcode{true}, equivalent to:
9189
9189
\begin{codeblock}
9190
9190
construct_at(addressof(@\exposid{unex}@), std::move(rhs.@\exposid{unex}@));
You can’t perform that action at this time.
0 commit comments