Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSize.
More...
template<class T>
Constrains a type to have a member function begin() or begin() const.
Definition: ContainerAndExpressionConcepts.h:138
Constrains a type to have a member function end() or end() const.
Definition: ContainerAndExpressionConcepts.h:142
Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSi...
Definition: ContainerAndExpressionConcepts.h:333
Constrains a type to supply a data and size function, an index operator and define a trivially copyab...
Definition: ContainerAndExpressionConcepts.h:329
Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSize.