Go to the documentation of this file.
26 #include <boost/preprocessor/variadic/to_seq.hpp>
27 #include <boost/preprocessor/seq/for_each.hpp>
29 #define ARMARX_VARIADIC_FOR_EACH(macro, data, ...) \
30 BOOST_PP_SEQ_FOR_EACH(macro, data, BOOST_PP_VARIADIC_TO_SEQ(__VA_ARGS__))