tetl 0.1.0
Embedded Template Library
|
If T is an arithmetic type, provides the member constant value equal to true if T(-1) < T(0): this results in true for the floating-point types and the signed integer types, and in false for the unsigned integer types and the type bool. For any other type, value is false. More...
#include <is_signed.hpp>
Additional Inherited Members | |
![]() | |
using | type = integral_constant<Type, Val> |
using | value_type = Type |
![]() | |
constexpr | operator value_type () const noexcept |
constexpr auto | operator() () const noexcept -> value_type |
![]() | |
static constexpr Type | value = Val |
If T is an arithmetic type, provides the member constant value equal to true if T(-1) < T(0): this results in true for the floating-point types and the signed integer types, and in false for the unsigned integer types and the type bool. For any other type, value is false.