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 |
Metafunction representing the boolean constant |
Created with MrDocs