VCTR
Loading...
Searching...
No Matches
vctr::is::range Concept Reference

Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member function returning a real number. More...

Concept definition

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

Detailed Description

Constrains the type to be a range, this is a class with a getStart, getLength and getEnd member function returning a real number.