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

Macros

#define BOOST_PP_ARRAY_ELEM(i, array)   BOOST_PP_ARRAY_ELEM_I(i, array)
 
#define BOOST_PP_ARRAY_ELEM_I(i, array)   BOOST_PP_TUPLE_ELEM(BOOST_PP_ARRAY_SIZE(array), i, BOOST_PP_ARRAY_DATA(array))
 

Macro Definition Documentation

#define BOOST_PP_ARRAY_ELEM (   i,
  array 
)    BOOST_PP_ARRAY_ELEM_I(i, array)
#define BOOST_PP_ARRAY_ELEM_I (   i,
  array 
)    BOOST_PP_TUPLE_ELEM(BOOST_PP_ARRAY_SIZE(array), i, BOOST_PP_ARRAY_DATA(array))