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. |
1.6.1