#include <boost/preprocessor/tuple/elem.hpp> #define TUPLE (a, b, c, d) BOOST_PP_TUPLE_ELEM(4, 0, TUPLE) // expands to a BOOST_PP_TUPLE_ELEM(4, 3, TUPLE) // expands to d