|
#include <boost/preprocessor/variadic/to_seq.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
Go to the source code of this file.
Macros | |
#define | ARMARX_VARIADIC_FOR_EACH(macro, data, ...) BOOST_PP_SEQ_FOR_EACH(macro, data, BOOST_PP_VARIADIC_TO_SEQ(__VA_ARGS__)) |
#define ARMARX_VARIADIC_FOR_EACH | ( | macro, | |
data, | |||
... | |||
) | BOOST_PP_SEQ_FOR_EACH(macro, data, BOOST_PP_VARIADIC_TO_SEQ(__VA_ARGS__)) |
Definition at line 29 of file variadic_for_each.h.