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

Constrains a type to have a member function reduceNeonRegisterWise (NeonRegister<SrcDstType>&, size_t) const. More...

Concept definition

template<class T, class SrcDstType>
concept vctr::has::reduceNeonRegisterWise = requires (const T& t, NeonRegister<SrcDstType>& sd, size_t s) { t.reduceNeonRegisterWise (sd, s); }
Constrains a type to have a member function reduceNeonRegisterWise (NeonRegister<SrcDstType>&,...
Definition: ContainerAndExpressionConcepts.h:106

Detailed Description

Constrains a type to have a member function reduceNeonRegisterWise (NeonRegister<SrcDstType>&, size_t) const.