|
fennec
|
Check if T is of an unsigned integral.
More...
#include <type_traits.h>
Inherits detail::_is_unsigned< remove_cvref_t< T > >.
Checks if type T is an unsigned type i.e. T(-1) > T(0) and stores it in is_same::value.
| T | type to check |