This struct template implements a meta‐function for checking if a type is fundamental, or a reference to a fundamental type. The static constant value member will be 1 if t_TYPE is fundamental and 0 otherwise.
Synopsis
Declared in <bslmf_isfundamental.h>
template<class t_TYPE>
struct IsFundamental
: /* implementation-defined */::type
Base Classes
Name |
Description |
|
Specializations
Name |
Description |
This specialization of |
Created with MrDocs