#include <boost/preprocessor/config/config.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_PP_SPLIT(n, im) BOOST_PP_SPLIT_I(n)(im) |
#define | BOOST_PP_SPLIT_0(a, b) a |
#define | BOOST_PP_SPLIT_1(a, b) b |
#define | BOOST_PP_SPLIT_I(n) BOOST_PP_SPLIT_ ## n |
#define BOOST_PP_SPLIT | ( | n, | |
im | |||
) | BOOST_PP_SPLIT_I(n)(im) |
Definition at line 28 of file detail/split.hpp.
#define BOOST_PP_SPLIT_0 | ( | a, | |
b | |||
) | a |
Definition at line 32 of file detail/split.hpp.
#define BOOST_PP_SPLIT_1 | ( | a, | |
b | |||
) | b |
Definition at line 33 of file detail/split.hpp.
#define BOOST_PP_SPLIT_I | ( | n | ) | BOOST_PP_SPLIT_ ## n |
Definition at line 29 of file detail/split.hpp.