Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_LIST_TO_TUPLE

BOOST_VMD_LIST_TO_TUPLE — converts a list to a tuple.

Synopsis

// In header: <boost/vmd/list/to_tuple.hpp>

BOOST_VMD_LIST_TO_TUPLE(list)

Description

list = list to be converted.

If the list is an empty list (BOOST_PP_NIL) it is converted to an empty tuple. Otherwise the list is converted to a tuple with the same number of elements as the list.


PrevUpHomeNext