#include <boost/preprocessor/arithmetic/inc.hpp>
#include <boost/preprocessor/comparison/not_equal.hpp>
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/control/expr_iif.hpp>
#include <boost/preprocessor/facilities/identity.hpp>
#include <boost/preprocessor/logical/bitand.hpp>
#include <boost/preprocessor/seq/detail/is_empty.hpp>
#include <boost/preprocessor/seq/detail/split.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_I(n, seq) |
#define | BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size) |
#define | BOOST_PP_SEQ_REST_N_I(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL_EMPTY_SIZE(seq)) |
#define BOOST_PP_SEQ_REST_N | ( | n, | |
seq | |||
) | BOOST_PP_SEQ_REST_N_I(n, seq) |
Definition at line 30 of file rest_n.hpp.
#define BOOST_PP_SEQ_REST_N_DETAIL_EXEC | ( | n, | |
seq, | |||
size | |||
) |
Definition at line 34 of file rest_n.hpp.
#define BOOST_PP_SEQ_REST_N_I | ( | n, | |
seq | |||
) | BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL_EMPTY_SIZE(seq)) |
Definition at line 31 of file rest_n.hpp.