Skip to content

Commit b103946

Browse files
burblebeetkoeppe
authored andcommitted
LWG3305 any_cast<void>
1 parent c9856cc commit b103946

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/utilities.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6906,9 +6906,13 @@
69066906
\end{itemdecl}
69076907

69086908
\begin{itemdescr}
6909+
\pnum
6910+
\mandates
6911+
\tcode{is_void_v<T>} is \tcode{false}.
6912+
69096913
\pnum
69106914
\returns
6911-
If \tcode{operand != nullptr \&\& operand->type() == typeid(T)},
6915+
If \tcode{operand != nullptr \&\& operand->type() == typeid(T)} is \tcode{true},
69126916
a pointer to the object contained by \tcode{operand};
69136917
otherwise, \keyword{nullptr}.
69146918

0 commit comments

Comments
 (0)