[#bsl-nullptr_t-0c] = xref:bsl.adoc[bsl]::nullptr_t :relfileprefix: ../ :mrdocs: Standard null pointer type for platforms with native `nullptr` support. == Synopsis Declared in `<bsls_nullptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef decltype(nullptr) nullptr_t; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#