The BOOST_PP_LIST_TO_SEQ_R macro converts a list to an seq. It reenters BOOST_PP_FOR with maximum efficiency.

Usage

BOOST_PP_LIST_TO_SEQ_R(r, list)

Arguments

d
The next available BOOST_PP_FOR repetition.
list
The list to be converted.

See Also

Requirements

Header:  <boost/preprocessor/list/to_seq.hpp>