This meta-function checks if a type is either bool
, double
, string
, ptime
, unsigned int
or enum or not.
More...
#include "keyvalue/util/IsBasic.h"
Public Types | |
enum | { value_ } |
This meta-function checks if a type is either bool
, double
, string
, ptime
, unsigned int
or enum or not.
ElementType | : The type to be checked. |
IsBasic<ElementType>::value_ | : 1 if ElementType is either bool , double , string , ptime , unsigned int or enum; 0 otherwise. |