C++ Boost

Boost.Preprocessor

Header <boost/preprocessor/tuple/reverse.hpp>


Prev Next Macros Headers

#define BOOST_PP_TUPLE_REVERSE(SIZE_OF_TUPLE,TUPLE)

Tuple reversal.

For example,

BOOST_PP_TUPLE_REVERSE(3,(A,B,C))

expands to (C,B,A).


Prev Next Macros Headers

Revised

© Copyright Housemarque Oy 2002

Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.