Macros
array/elem.hpp File Reference
#include <boost/preprocessor/array/data.hpp>
#include <boost/preprocessor/array/size.hpp>
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
Include dependency graph for array/elem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of 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)

Definition at line 25 of file array/elem.hpp.

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

Definition at line 26 of file array/elem.hpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:25