Classes | Namespaces

IsBasic.h File Reference

Declaration and implementation of template class IsBasic. More...

#include <boost/type_traits/is_enum.hpp>
#include "keyvalue/extern/String.h"
#include "keyvalue/extern/Ptime.h"
Include dependency graph for IsBasic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IsBasic< ElementType >
 This meta-function checks if a type is either bool, double, string, ptime or unsigned int or not. More...
struct  IsBasicOrEnum< ElementType >
 This meta-function checks if a type is either bool, double, string, ptime, unsigned int or enum or not. More...

Namespaces

namespace  keyvalue
 

All functionalities of KeyValue library are inside this namespace.


namespace  keyvalue::util
 

Utility classes and functions are member of this namespace.



Detailed Description

Declaration and implementation of template class IsBasic.