Variable template alias for std::is_null_pointer_v.
Synopsis
Declared in <bsl_type_traits.h>
template<class TYPE>
inline constexpr bool is_null_pointer_v = std::is_null_pointer<TYPE>::value;
Created with MrDocs