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

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

Concept definition

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

Detailed Description

Constrains a type to have a member function getNeon (size_t) const.