libcppa
Version 0.1
|
#include <is_primitive.hpp>
Evaluates to true
if T
is a primitive type.
is_primitive<T>::value == true
if and only if T
is a signed / unsigned integer or one of the following types:
float
double
long
double
std::string
std::u16string
std::u32string