|
HOPS
HOPS class reference
|
Class indexed_tuple_visit - generic apply functor (which takes and index value!) to all elements of a tuple. More...
#include <MHO_Meta.hh>
Static Public Member Functions | |
| template<typename XTupleType , typename XFunctorType > | |
| static void | visit (XTupleType &tup, XFunctorType &functor) |
| Applies a functor to all elements of an XTupleType tuple and recursively visits the next type. More... | |
Class indexed_tuple_visit - generic apply functor (which takes and index value!) to all elements of a tuple.
|
inlinestatic |
Applies a functor to all elements of an XTupleType tuple and recursively visits the next type.
| param | Input tuple of type XTupleType& |
| param2 | Functor of type XFunctorType& |