lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Checks if the given integer type is unsigned. More...
#include <type_traits.h>
Static Public Attributes | |
static const Integer | min = Integer(0) |
static const Integer | max = Integer(-1) |
static const bool | value = (max > min) |
True, if. |
Checks if the given integer type is unsigned.
const bool lean::meta::is_unsigned< Integer >::value = (max > min) [static] |
True, if.
Integer
is unsigned, false otherwise.