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

Name

Description

bsl::true_type

Metafunction representing the boolean constant true.

Created with MrDocs