#include <tuple_walker.hh>
Public Member Functions | |
| template<typename TUPLE_TYPE > | |
| void | walk (TUPLE_TYPE &t) |
| template<typename TUPLE_TYPE > | |
| void | walk_types () |
Type for iterating through tuples. This type uses CRTP to expose visitor methods for processing the tuple arguments as they are traversed.
| CRTP_TYPE | The Curiously Recurring Template Pattern (CRTP) type. |
1.8.13