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.

Generated on Sat Mar 20 15:08:31 2010 for KeyValue by  doxygen 1.6.1