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

Constrains a type to have a function iterateOverRuntimeArgChain<size_t> (RuntimeArgs) More...

Concept definition

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

Detailed Description

Constrains a type to have a function iterateOverRuntimeArgChain<size_t> (RuntimeArgs)