FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
point_walker< P > Struct Template Reference

The point_walker class allows execution of statically-defined control points. More...

Public Member Functions

template<typename ElementType >
void visit_type () const
 Handle the tuple type ElementType.
 

Detailed Description

template<typename P>
struct flecsi::run_impl::point_walker< P >

The point_walker class allows execution of statically-defined control points.

Member Function Documentation

◆ visit_type()

template<typename P >
template<typename ElementType >
void visit_type ( ) const

Handle the tuple type ElementType.

Template Parameters
ElementTypeThe tuple element type. This can either be a control_points_enum or a cycle. Cycles are defined by the specialization and must conform to the interface used in the appropriate visit_type method.