Develop Biology
The language of life
IsPrimitive.h File Reference
#include "bio/common/macros/LanguageMacros.h"
#include "bio/common/macros/Macros.h"
#include "IsPointer.h"
#include <string>
#include <stdint.h>
+ Include dependency graph for IsPrimitive.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bio::utility::IsPrimitiveImplementation< T >
 
struct  bio::utility::IsPrimitiveImplementation< bool >
 
struct  bio::utility::IsPrimitiveImplementation< double >
 
struct  bio::utility::IsPrimitiveImplementation< float >
 
struct  bio::utility::IsPrimitiveImplementation< int16_t >
 
struct  bio::utility::IsPrimitiveImplementation< int32_t >
 
struct  bio::utility::IsPrimitiveImplementation< int64_t >
 
struct  bio::utility::IsPrimitiveImplementation< int8_t >
 
struct  bio::utility::IsPrimitiveImplementation< std::string >
 
struct  bio::utility::IsPrimitiveImplementation< uint16_t >
 
struct  bio::utility::IsPrimitiveImplementation< uint32_t >
 
struct  bio::utility::IsPrimitiveImplementation< uint64_t >
 
struct  bio::utility::IsPrimitiveImplementation< uint8_t >
 

Namespaces

namespace  bio
 
namespace  bio::utility
 

Functions

template<typename T >
bool bio::utility::IsPrimitive ()
 
template<typename T >
bool bio::utility::IsPrimitive (const T t)