Checks if a type can be decremented. More...
Inherits gears::concepts::Or< Fundamental< T >, Pointer< T >, TraitOf< detail::is_decrementable, T > >.
A Unary concept that checks if a type can be decremented.
In order for a type to meet this concept, the following expressions has to be valid:
Where x is an instance of T.
T | Type to check |