#include <boost/preprocessor/tuple/reverse.hpp> BOOST_PP_TUPLE_REVERSE(3, (x, y, z)) // expands to (z, y, x)