Macros
append.hpp File Reference
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/list/fold_right.hpp>
Include dependency graph for append.hpp:

Go to the source code of this file.

Macros

#define BOOST_PP_LIST_APPEND(a, b)   BOOST_PP_LIST_APPEND_I(a, b)
 
#define BOOST_PP_LIST_APPEND_D(d, a, b)   BOOST_PP_LIST_APPEND_D_I(d, a, b)
 
#define BOOST_PP_LIST_APPEND_D_I(d, a, b)   BOOST_PP_LIST_FOLD_RIGHT_ ## d(BOOST_PP_LIST_APPEND_O, b, a)
 
#define BOOST_PP_LIST_APPEND_I(a, b)   BOOST_PP_LIST_FOLD_RIGHT(BOOST_PP_LIST_APPEND_O, b, a)
 
#define BOOST_PP_LIST_APPEND_O(d, s, x)   (x, s)
 

Macro Definition Documentation

#define BOOST_PP_LIST_APPEND (   a,
  b 
)    BOOST_PP_LIST_APPEND_I(a, b)

Definition at line 25 of file append.hpp.

#define BOOST_PP_LIST_APPEND_D (   d,
  a,
  b 
)    BOOST_PP_LIST_APPEND_D_I(d, a, b)

Definition at line 36 of file append.hpp.

#define BOOST_PP_LIST_APPEND_D_I (   d,
  a,
  b 
)    BOOST_PP_LIST_FOLD_RIGHT_ ## d(BOOST_PP_LIST_APPEND_O, b, a)

Definition at line 37 of file append.hpp.

#define BOOST_PP_LIST_APPEND_I (   a,
  b 
)    BOOST_PP_LIST_FOLD_RIGHT(BOOST_PP_LIST_APPEND_O, b, a)

Definition at line 26 of file append.hpp.

#define BOOST_PP_LIST_APPEND_O (   d,
  s,
  x 
)    (x, s)

Definition at line 29 of file append.hpp.



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