Interface Documentation
Version: invalid
Public Member Functions | List of all members
flecsi::util::tuple_walker< CRTP_TYPE > Struct Template Reference

#include <tuple_walker.hh>

Public Member Functions

template<typename TUPLE_TYPE >
void walk (TUPLE_TYPE &t)
 
template<typename TUPLE_TYPE >
void walk_types ()
 

Detailed Description

template<typename CRTP_TYPE>
struct flecsi::util::tuple_walker< CRTP_TYPE >

Type for iterating through tuples. This type uses CRTP to expose visitor methods for processing the tuple arguments as they are traversed.

Template Parameters
CRTP_TYPEThe Curiously Recurring Template Pattern (CRTP) type.

The documentation for this struct was generated from the following file: