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:156
Constrains a type to have a member function end() or end() const.
Definition: ContainerAndExpressionConcepts.h:160
Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSi...
Definition: ContainerAndExpressionConcepts.h:351
Constrains a type to supply a data and size function, an index operator and define a trivially copyab...
Definition: ContainerAndExpressionConcepts.h:347
Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSize.