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 e977097 commit 1e1efe8Copy full SHA for 1e1efe8
source/utilities.tex
@@ -4517,10 +4517,10 @@
4517
\end{codeblock}
4518
4519
\pnum
4520
-An object of \tcode{optional<T\&>}
+An object of type \tcode{optional<T\&>}
4521
\defnx{contains a value}{contains a value!\idxcode{optional.ref}}
4522
if and only if \tcode{\exposidnc{val} != nullptr} is \tcode{true}.
4523
-When an \tcode{optional<T\&>} contains a value,
+When object of type \tcode{optional<T\&>} contains a value,
4524
the \defnx{contained value}{contained value!\idxcode{optional.ref}}
4525
is a reference to \tcode{*\exposid{val}}.
4526
0 commit comments