template <class T> struct is_null_pointer;
T
, not whether the potential value of a pointer is a null pointer value.member type | definition |
---|---|
value_type | bool |
type | either true_type or false_type |
member constant | definition |
---|---|
value | either true or false |
|
|
is_pointer: decltype(a): false decltype(nullptr): true |