BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::IsFundamental< t_TYPE > Struct Template Reference

#include <bslmf_isfundamental.h>

Inheritance diagram for bslmf::IsFundamental< t_TYPE >:

Detailed Description

template<class t_TYPE>
struct bslmf::IsFundamental< t_TYPE >

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.


The documentation for this struct was generated from the following file: