Home
last modified time | relevance | path

Searched defs:BOOST_PP_SEQ_ENUM (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/preprocessor/seq/
Denum.hpp22 # define BOOST_PP_SEQ_ENUM(seq) BOOST_PP_SEQ_ENUM_I(seq) macro
25 # define BOOST_PP_SEQ_ENUM(seq) BOOST_PP_SEQ_ENUM_I(BOOST_PP_SEQ_SIZE(seq), seq) macro
28 # define BOOST_PP_SEQ_ENUM(seq) BOOST_PP_CAT(BOOST_PP_SEQ_ENUM_, BOOST_PP_SEQ_SIZE(seq)) seq macro