BOOST_VMD_SEQ_TO_TUPLE — converts a seq to a tuple.
// In header: <boost/vmd/seq/to_tuple.hpp> BOOST_VMD_SEQ_TO_TUPLE(seq)
seq = seq to be converted.
If the seq is an empty seq it is converted to an empty tuple. Otherwise the seq is converted to a tuple with the same number of elements as the seq.