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

Constrains a type to have a function applyRuntimeArgs (const Args&...) More...

Concept definition

template<class T, class... Args>
concept vctr::has::applyRuntimeArgs = requires (T& t, const Args&... args) { t.applyRuntimeArgs (args...); }
Constrains a type to have a function applyRuntimeArgs (const Args&...)
Definition: ContainerAndExpressionConcepts.h:162

Detailed Description

Constrains a type to have a function applyRuntimeArgs (const Args&...)