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

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

Concept definition

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

Detailed Description

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