|
BDE 4.39.x Production Release
|
#include <bslmf_isfundamental.h>
This struct template implements a meta-function for checking if a type is fundamental as defined in the C++11 standard [basic.fundamental].
bslmf::IsFundamental, which also returns true_type for references to fundamental types. Additional Inherited Members | |
Public Types inherited from bsl::integral_constant< bool, is_arithmetic< t_TYPE >::value||is_void< t_TYPE >::value > | |
| typedef bool | value_type |
| typedef integral_constant | type |
Public Member Functions inherited from bsl::integral_constant< bool, is_arithmetic< t_TYPE >::value||is_void< t_TYPE >::value > | |
| integral_constant ()=default | |
| integral_constant (const integral_constant &)=default | |
| integral_constant | operator= (const integral_constant &)=default |
| ~integral_constant ()=default | |
| operator value_type () const | |
| value_type | operator() () const |
Static Public Attributes inherited from bsl::integral_constant< bool, is_arithmetic< t_TYPE >::value||is_void< t_TYPE >::value > | |
| static const bool | value |