We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ebb43 commit 07e02a8Copy full SHA for 07e02a8
source/utilities.tex
@@ -7760,6 +7760,10 @@
7760
Then, if no exception was thrown,
7761
equivalent to: \tcode{\exposid{has_val} = rhs.has_value(); return *this;}
7762
7763
+\pnum
7764
+\returns
7765
+\tcode{*this}.
7766
+
7767
\pnum
7768
\remarks
7769
This operator is defined as deleted unless:
@@ -7822,6 +7826,10 @@
7822
7826
7823
7827
equivalent to: \tcode{has_val = rhs.has_value(); return *this;}
7824
7828
7829
7830
7831
7832
7825
7833
7834
7835
The exception specification is equivalent to:
0 commit comments