FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
cycle< Predicate, ControlPoints > Struct Template Reference

Allow users to define cyclic control points. More...

Detailed Description

template<auto Predicate, typename... ControlPoints>
struct flecsi::run_impl::cycle< Predicate, ControlPoints >

Allow users to define cyclic control points.

Cycles can be nested.

Template Parameters
PredicateA predicate function that determines when the cycle should end.
ControlPointsA variadic list of control points within the cycle.