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

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

Concept definition

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

Detailed Description

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