BloombergLP::bslmf::IsFundamental_Imp<bsl::nullptr_t>

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>

template<>
struct IsFundamental_Imp<bsl::nullptr_t>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.