This partial specialization of IsFundamental_Imp derives from bsl::true_type for when the (template parameter) t_TYPE is void.
Declared in <bslmf_isfundamental.h>
template<>
struct IsFundamental_Imp<bsl::nullptr_t>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |