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 c9856cc commit b103946Copy full SHA for b103946
source/utilities.tex
@@ -6906,9 +6906,13 @@
6906
\end{itemdecl}
6907
6908
\begin{itemdescr}
6909
+\pnum
6910
+\mandates
6911
+\tcode{is_void_v<T>} is \tcode{false}.
6912
+
6913
\pnum
6914
\returns
-If \tcode{operand != nullptr \&\& operand->type() == typeid(T)},
6915
+If \tcode{operand != nullptr \&\& operand->type() == typeid(T)} is \tcode{true},
6916
a pointer to the object contained by \tcode{operand};
6917
otherwise, \keyword{nullptr}.
6918
0 commit comments