Constrains a type to both, a member function size() const and data() const returning a pointer convertible to ElementType*.
More...
template<class T, class ElementType>
Constrains a type to have a member function data() const returning a pointer convertible to const Ele...
Definition: ContainerAndExpressionConcepts.h:122
Constrains a type to both, a member function size() const and data() const returning a pointer conver...
Definition: ContainerAndExpressionConcepts.h:134
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 returning a pointer convertible to ElementType*.