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 40134013\item
40144014a \defn {pointer past the end of} an object (\ref {expr.add }), or
40154015\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
40174018\item
40184019an \defn {invalid pointer value}.
40194020\end {itemize }
Original file line number Diff line number Diff line change 491491\indextext {conversion!pointer}%
492492\indextext {pointer!zero}%
493493\indextext {constant!null pointer}%
494- \indextext {value!null pointer}%
495494A \term {null pointer constant} is an integer literal~(\ref {lex.icon }) with
496495value zero
497496or a prvalue of type \tcode {std::nullptr_t}. A null pointer constant can be
498497converted 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
500499distinguishable from every other value of
501500object pointer or function pointer
502501type.
You can’t perform that action at this time.
0 commit comments