Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member function returning a real number.
More...
template<class T>
Constrains the type to have a member function function getEnd() const which returns a real number.
Definition: GenericConcepts.h:44
Constrains the type to have a member function function getLength() const which returns a real number.
Definition: GenericConcepts.h:40
Constrains the type to have a member function function getStart() const which returns a real number.
Definition: GenericConcepts.h:36
Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member funct...
Definition: GenericConcepts.h:125
Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member function returning a real number.