Go to the documentation of this file.
2 #include <boost/preprocessor/seq/for_each.hpp>
3 #include <boost/preprocessor/seq/reverse.hpp>
5 #define BITFIELD_ORDER_IDENTITY(r, data, elem) elem
11 #define EXPAND_BITFIELD_ELEMENTS(x) \
12 BOOST_PP_SEQ_FOR_EACH(BITFIELD_ORDER_IDENTITY, _, BOOST_PP_SEQ_REVERSE(x))
14 #define EXPAND_BITFIELD_ELEMENTS(x) BOOST_PP_SEQ_FOR_EACH(BITFIELD_ORDER_IDENTITY, _, x)