Static Public Attributes

is_signed< T > Struct Template Reference
[Traits]

#include <traits.hpp>

List of all members.

Static Public Attributes

static const bool value = (T(-1) < T(0))

Detailed Description

template<typename T>
struct is_signed< T >

Definition at line 589 of file traits.hpp.


Member Data Documentation

template<typename T >
const bool is_signed< T >::value = (T(-1) < T(0)) [static]

Definition at line 591 of file traits.hpp.