Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
reverse.hpp File Reference
Include dependency graph for reverse.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_PP_ARRAY_REVERSE(array)   BOOST_PP_ARRAY_REVERSE_I(array)
 
#define BOOST_PP_ARRAY_REVERSE_I(array)   (BOOST_PP_ARRAY_SIZE(array), BOOST_PP_TUPLE_REVERSE(BOOST_PP_ARRAY_SIZE(array), BOOST_PP_ARRAY_DATA(array)))
 

Macro Definition Documentation

#define BOOST_PP_ARRAY_REVERSE (   array)    BOOST_PP_ARRAY_REVERSE_I(array)
#define BOOST_PP_ARRAY_REVERSE_I (   array)    (BOOST_PP_ARRAY_SIZE(array), BOOST_PP_TUPLE_REVERSE(BOOST_PP_ARRAY_SIZE(array), BOOST_PP_ARRAY_DATA(array)))