[#BloombergLP-bslmf-IsFundamental_Imp-0d6] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::IsFundamental_Imp<xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t]> :relfileprefix: ../../ :mrdocs: This partial specialization of `IsFundamental_Imp` derives from `bsl::true_type` for when the (template parameter) `t_TYPE` is `void`. == Synopsis Declared in `<bslmf_isfundamental.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct IsFundamental_Imp<xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t]> : 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]#