Go to the source code of this file.
Macros | |
#define | BOOST_MPL_PP_SUB(i, j) BOOST_MPL_PP_SUB_DELAY(i,j) \ |
#define | BOOST_MPL_PP_SUB_0 (0,1,2,3,4,5,6,7,8,9,10) |
#define | BOOST_MPL_PP_SUB_1 (0,0,1,2,3,4,5,6,7,8,9) |
#define | BOOST_MPL_PP_SUB_10 (0,0,0,0,0,0,0,0,0,0,0) |
#define | BOOST_MPL_PP_SUB_2 (0,0,0,1,2,3,4,5,6,7,8) |
#define | BOOST_MPL_PP_SUB_3 (0,0,0,0,1,2,3,4,5,6,7) |
#define | BOOST_MPL_PP_SUB_4 (0,0,0,0,0,1,2,3,4,5,6) |
#define | BOOST_MPL_PP_SUB_5 (0,0,0,0,0,0,1,2,3,4,5) |
#define | BOOST_MPL_PP_SUB_6 (0,0,0,0,0,0,0,1,2,3,4) |
#define | BOOST_MPL_PP_SUB_7 (0,0,0,0,0,0,0,0,1,2,3) |
#define | BOOST_MPL_PP_SUB_8 (0,0,0,0,0,0,0,0,0,1,2) |
#define | BOOST_MPL_PP_SUB_9 (0,0,0,0,0,0,0,0,0,0,1) |
#define | BOOST_MPL_PP_SUB_DELAY(i, j) BOOST_MPL_PP_TUPLE_11_ELEM_##i BOOST_MPL_PP_SUB_##j \ |
#define BOOST_MPL_PP_SUB | ( | i, | |
j | |||
) | BOOST_MPL_PP_SUB_DELAY(i,j) \ |
Definition at line 34 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_0 (0,1,2,3,4,5,6,7,8,9,10) |
Definition at line 43 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_1 (0,0,1,2,3,4,5,6,7,8,9) |
Definition at line 44 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_10 (0,0,0,0,0,0,0,0,0,0,0) |
Definition at line 53 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_2 (0,0,0,1,2,3,4,5,6,7,8) |
Definition at line 45 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_3 (0,0,0,0,1,2,3,4,5,6,7) |
Definition at line 46 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_4 (0,0,0,0,0,1,2,3,4,5,6) |
Definition at line 47 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_5 (0,0,0,0,0,0,1,2,3,4,5) |
Definition at line 48 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_6 (0,0,0,0,0,0,0,1,2,3,4) |
Definition at line 49 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_7 (0,0,0,0,0,0,0,0,1,2,3) |
Definition at line 50 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_8 (0,0,0,0,0,0,0,0,0,1,2) |
Definition at line 51 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_9 (0,0,0,0,0,0,0,0,0,0,1) |
Definition at line 52 of file mpl/aux_/preprocessor/sub.hpp.
#define BOOST_MPL_PP_SUB_DELAY | ( | i, | |
j | |||
) | BOOST_MPL_PP_TUPLE_11_ELEM_##i BOOST_MPL_PP_SUB_##j \ |
Definition at line 38 of file mpl/aux_/preprocessor/sub.hpp.