[#bsl-is_null_pointer_v] = xref:bsl.adoc[bsl]::is_null_pointer_v :relfileprefix: ../ :mrdocs: Variable template alias for `std::is_null_pointer_v`. == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> inline constexpr bool is_null_pointer_v = std::is_null_pointer<TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#