|
fennec
|
Check if T is of type nullptr_t.
More...
#include <type_traits.h>
Inherits detail::_is_null_pointer< remove_cvref_t< T > >.
Stores a boolean value in is_null_pointer::value, representing whether the provided type is of base type nullptr_t.
| T | type to check |