description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: is_null_pointer Class | is_null_pointer Class | 11/04/2016 |
|
| f3b3601b-f162-4803-a6e9-dabf5c3876cc |
Tests if type is std::nullptr_t.
template <classT> structis_null_pointer;
T
The type to query.
An instance of the type predicate holds true if the type T is std::nullptr_t
, otherwise it holds false.
Header: <type_traits>
Namespace: std