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

Constrains a type to have a member function data() const. More...

Concept definition

template<class T>
concept vctr::has::data = requires (const T& t) { t.data(); }
Constrains a type to have a member function data() const.
Definition: ContainerAndExpressionConcepts.h:118

Detailed Description

Constrains a type to have a member function data() const.