#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/facilities/intercept.hpp>
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(count, param, def) BOOST_PP_ENUM_BINARY_PARAMS(count, param, = def BOOST_PP_INTERCEPT) |
#define BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT | ( | count, | |
param, | |||
def | |||
) | BOOST_PP_ENUM_BINARY_PARAMS(count, param, = def BOOST_PP_INTERCEPT) |
Definition at line 23 of file repetition/enum_params_with_a_default.hpp.