Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member function returning ValueType.
More...
template<class T, class ValueType>
Constrains the type to have a member function function getEnd() const which returns ValueType.
Definition: GenericConcepts.h:56
Constrains the type to have a member function function getLength() const which returns ValueType.
Definition: GenericConcepts.h:52
Constrains the type to have a member function function getStart() const which returns ValueType.
Definition: GenericConcepts.h:48
Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member funct...
Definition: GenericConcepts.h:131
Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member function returning ValueType.