tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_signed.hpp File Reference

Go to the source code of this file.

Classes

struct  is_signed< T >
 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...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_signed_v = is_signed<T>::value