#include <TupleHelpers.h>
The basic tuple_helper provides functions to convert a tuple to a vector of boost::any.
The doc strings on each helper assume an example tuple type like:
typedef std::tuple<int,float,double,char,std::string> IFDCS; tuple_helper<IFDCS> helper;
For working examples, see test_tuple.cxx.
Definition at line 58 of file TupleHelpers.h.