VCTR
All Classes Namespaces Functions Variables Typedefs Modules Pages Concepts
vctr::has::sizeAndDataWithElementType Concept Reference

Constrains a type to both, a member function size() const and data() const returning a pointer convertible to ElementType*. More...

Concept definition

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

Detailed Description

Constrains a type to both, a member function size() const and data() const returning a pointer convertible to ElementType*.