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 9272753 commit 85de0afCopy full SHA for 85de0af
source/basic.tex
@@ -5317,7 +5317,7 @@
5317
5318
\pnum
5319
The types denoted by \cv~\tcode{std::nullptr_t} are distinct types.
5320
-A value of type \tcode{std::nullptr_t} is a null pointer
+A prvalue of type \tcode{std::nullptr_t} is a null pointer
5321
constant\iref{conv.ptr}. Such values participate in the pointer and the
5322
pointer-to-member conversions\iref{conv.ptr,conv.mem}.
5323
\tcode{\keyword{sizeof}(std::nullptr_t)} shall be equal to \tcode{\keyword{sizeof}(\keyword{void}*)}.
0 commit comments