Namespaces
Variants
Views
Actions

std::nullptr_t

From cppreference.com
< cpp‎ | types
Revision as of 08:32, 21 September 2011 by Cubbi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/types/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <cstddef>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td class="t-dcl-nopad">
typedef decltype(nullptr) nullptr_t;
</td>

<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end

Template:cpp is the type of the null pointer literal, Template:cpp.

Example

Template:example cpp

See also

Template:dcl list keyword
implementation-defined null pointer constant
(macro constant) [edit]