The BOOST_PP_SET_CAT_S macro concatenates all elements in a set.
It reenters BOOST_PP_SET_FOLD_LEFT with maximum efficiency.
Usage
BOOST_PP_SET_CAT_S(s, list)
Arguments
- s
-
The next available BOOST_PP_SET_FOLD_LEFT fold step.
- set
-
The set whose elements are to be concatenated.
Remarks
Elements are concatenated left-to-right starting with index 0.
See Also
Requirements