VCTR
Loading...
Searching...
No Matches
vctr::has::sizeAndData Concept Reference

Constrains a type to both, a member function size() const and data() const. More...

Concept definition

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

Detailed Description

Constrains a type to both, a member function size() const and data() const.