#include <boost/preprocessor/config/config.hpp>#include <boost/preprocessor/seq/first_n.hpp>#include <boost/preprocessor/seq/rest_n.hpp>

Macros | |
| #define | BOOST_PP_SEQ_INSERT(seq, i, elem) BOOST_PP_SEQ_INSERT_I(seq, i, elem) | 
| #define | BOOST_PP_SEQ_INSERT_I(seq, i, elem) BOOST_PP_SEQ_FIRST_N(i, seq) (elem) BOOST_PP_SEQ_REST_N(i, seq) | 
| #define BOOST_PP_SEQ_INSERT | ( | seq, | |
| i, | |||
| elem | |||
| ) | BOOST_PP_SEQ_INSERT_I(seq, i, elem) | 
| #define BOOST_PP_SEQ_INSERT_I | ( | seq, | |
| i, | |||
| elem | |||
| ) | BOOST_PP_SEQ_FIRST_N(i, seq) (elem) BOOST_PP_SEQ_REST_N(i, seq) |