Static Public Attributes

is_non_integral< T > Struct Template Reference
[Traits]

#include <traits.hpp>

List of all members.

Static Public Attributes

static const bool value = (T(1.0) != T(1.1))

Detailed Description

template<typename T>
struct is_non_integral< T >

Definition at line 597 of file traits.hpp.


Member Data Documentation

template<typename T >
const bool is_non_integral< T >::value = (T(1.0) != T(1.1)) [static]

Definition at line 599 of file traits.hpp.