Macro BOOST_VMD_TUPLE_TO_LIST
BOOST_VMD_TUPLE_TO_LIST — converts a tuple to a list.
Synopsis
BOOST_VMD_TUPLE_TO_LIST(tuple)
Description
tuple = tuple to be converted.
If the tuple is an empty tuple it is converted to an empty list (BOOST_PP_NIL). Otherwise the tuple is converted to a list with the same number of elements as the tuple.