libcppa  Version 0.1
cppa::util::is_primitive< T > Struct Template Reference

#include <is_primitive.hpp>

List of all members.


Detailed Description

template<typename T>
struct cppa::util::is_primitive< T >

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:


The documentation for this struct was generated from the following file: