File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4013
4013
\item
4014
4014
a \defn {pointer past the end of} an object (\ref {expr.add }), or
4015
4015
\item
4016
- the \defn {null pointer value} (\ref {conv.ptr }) for that type, or
4016
+ \indextext {null pointer value|see{value, null pointer}}
4017
+ the \defnx {null pointer value}{value!null pointer} (\ref {conv.ptr }) for that type, or
4017
4018
\item
4018
4019
an \defn {invalid pointer value}.
4019
4020
\end {itemize }
Original file line number Diff line number Diff line change 491
491
\indextext {conversion!pointer}%
492
492
\indextext {pointer!zero}%
493
493
\indextext {constant!null pointer}%
494
- \indextext {value!null pointer}%
495
494
A \term {null pointer constant} is an integer literal~(\ref {lex.icon }) with
496
495
value zero
497
496
or a prvalue of type \tcode {std::nullptr_t}. A null pointer constant can be
498
497
converted to a pointer type; the
499
- result is the \term {null pointer value} of that type and is
498
+ result is the \defnx {null pointer value}{value!null pointer } of that type and is
500
499
distinguishable from every other value of
501
500
object pointer or function pointer
502
501
type.
You can’t perform that action at this time.
0 commit comments