Inherits is_signed< T >.
template<typename T>
struct gears::concepts::Signed< T >
A Unary concept to check if a type is signed.
An Integral type is signed
by default. e.g. int
is equivalent to signed int
.
- Template Parameters
-
Definition at line 397 of file basic.hpp.