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