Inherits is_unsigned< T >.
template<typename T>
struct gears::concepts::Unsigned< T >
A Unary concept to check if a type is unsigned.
An Integral type is unsigned
if it has the modifier appended to it, e.g. unsigned int
is obviously unsigned.
- Template Parameters
-
Definition at line 410 of file basic.hpp.