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"
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 | keyvalue::util |
Utility |
Declaration and implementation of template class
IsBasic.