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) |
#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.