Public Types

IsBasic< ElementType > Struct Template Reference

This meta-function checks if a type is either bool, double, string, ptime or unsigned int or not. More...

#include <keyvalue/util/IsBasic.h>

List of all members.

Public Types

enum  { value = 0 }

Detailed Description

template<typename ElementType>
struct keyvalue::util::IsBasic< ElementType >

This meta-function checks if a type is either bool, double, string, ptime or unsigned int or not.

Parameters:
ElementType : The type to be checked.
Return values:
IsBasic<ElementType>::value : 1 if ElementType is either bool, double, string, ptime or unsigned int; 0 otherwise.