|
HOPS
HOPS class 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... | |
Class indexed_tuple_visit<0>
|
inlinestatic |
Recursively applies functor to tuple elements and then itself.
| param | Input tuple of type XTupleType& |
| param2 | Functor of type XFunctorType& |