template<class T>
Constrains a type to have a member function data() const.
Definition: ContainerAndExpressionConcepts.h:118
Constrains a type to both, a member function size() const and data() const.
Definition: ContainerAndExpressionConcepts.h:130
Constrains a type to have a member function size() const.
Definition: ContainerAndExpressionConcepts.h:126
Constrains a type to both, a member function size() const and data() const.