#include <boost/preprocessor/cat.hpp>#include <boost/preprocessor/config/config.hpp>#include <boost/preprocessor/array/size.hpp>#include <boost/preprocessor/control/if.hpp>#include <boost/preprocessor/tuple/to_list.hpp>

Macros | |
| #define | BOOST_PP_ARRAY_TO_LIST(array) |
| #define | BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL |
| #define | BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array |
| #define BOOST_PP_ARRAY_TO_LIST_DO | ( | array | ) | BOOST_PP_TUPLE_TO_LIST array |
| #define BOOST_PP_ARRAY_TO_LIST_EMPTY | ( | array | ) | BOOST_PP_NIL |