[#bsl-is_fundamental-05] = xref:bsl.adoc[bsl]::xref:bsl/is_fundamental-09.adoc[is_fundamental]<xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t] volatile> :relfileprefix: ../ :mrdocs: Explicit specialization to confirm that the type of `volatile nullptr` is fundamental. == Synopsis Declared in `<bslmf_isfundamental.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:bsl/is_fundamental-09.adoc[is_fundamental]<xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t] volatile> : xref:bsl/true_type.adoc[bsl::true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[bsl::true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#