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:136
Constrains a type to both, a member function size() const and data() const.
Definition: ContainerAndExpressionConcepts.h:148
Constrains a type to have a member function size() const.
Definition: ContainerAndExpressionConcepts.h:144

Detailed Description

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