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