std::nullptr_t
From cppreference.com
Template:cpp/types/sidebar Template:ddcl list begin <tr class="t-dsc-header">
<td>Defined in header
</td>
<cstddef>
<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
See also
implementation-defined null pointer constant (macro constant) |