HOPS
HOPS class reference
Static Public Member Functions | List of all members
hops::indexed_tuple_visit< 0 > Struct Reference

Class indexed_tuple_visit<0> More...

#include <MHO_Meta.hh>

Static Public Member Functions

template<typename XTupleType , typename XFunctorType >
static void visit (XTupleType &tup, XFunctorType &functor)
 Recursively applies functor to tuple elements and then itself. More...
 

Detailed Description

Class indexed_tuple_visit<0>

Member Function Documentation

◆ visit()

template<typename XTupleType , typename XFunctorType >
static void hops::indexed_tuple_visit< 0 >::visit ( XTupleType &  tup,
XFunctorType &  functor 
)
inlinestatic

Recursively applies functor to tuple elements and then itself.

Parameters
paramInput tuple of type XTupleType&
param2Functor of type XFunctorType&

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