All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Unsigned< T > Struct Template Reference

Checks if a type is unsigned. More...

Inherits is_unsigned< T >.

Detailed Description

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
TType to check.

Definition at line 410 of file basic.hpp.