We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756d2ca commit 14eb0aeCopy full SHA for 14eb0ae
source/utilities.tex
@@ -9188,6 +9188,10 @@
9188
\end{itemdecl}
9189
9190
\begin{itemdescr}
9191
+\pnum
9192
+\mandates
9193
+\tcode{is_copy_constructible_v<E>} is \tcode{true}.
9194
+
9195
\pnum
9196
\throws
9197
\tcode{bad_expected_access(error())} if \tcode{has_value()} is \tcode{false}.
@@ -9199,6 +9203,11 @@
9199
9203
9200
9204
9201
9205
9206
9207
9208
+\tcode{is_copy_constructible_v<E>} is \tcode{true} and
9209
+\tcode{is_move_constructible_v<E>} is \tcode{true}.
9210
9202
9211
9212
9213
\tcode{bad_expected_access(std::move(error()))}
0 commit comments