Go to the source code of this file.
Macros | |
#define | BOOST_PP_IDENTITY(item) item BOOST_PP_EMPTY |
#define | BOOST_PP_IDENTITY_N(item, n) item BOOST_PP_TUPLE_EAT_N(n) |
#define BOOST_PP_IDENTITY | ( | item | ) | item BOOST_PP_EMPTY |
Definition at line 23 of file preprocessor/facilities/identity.hpp.
#define BOOST_PP_IDENTITY_N | ( | item, | |
n | |||
) | item BOOST_PP_TUPLE_EAT_N(n) |
Definition at line 25 of file preprocessor/facilities/identity.hpp.