WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::tuple_helper< Tuple > Struct Template Reference

#include <TupleHelpers.h>

Detailed Description

template<typename Tuple>
struct WireCell::tuple_helper< Tuple >

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.


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