Embedded Template Library 1.0
|
#include "type_traits.h"
Go to the source code of this file.
Namespaces | |
namespace | etl |
bitset_ext | |
Functions | |
template<typename T > | |
ETL_CONSTEXPR etl::enable_if< etl::is_signed< T >::value, bool >::type | etl::is_negative (const T value) |
template<typename T > | |
ETL_CONSTEXPR etl::enable_if< etl::is_unsigned< T >::value, bool >::type | etl::is_negative (const T) |