The BOOST_PP_SET_CAT macro concatenates all elements in a set.
Usage
BOOST_PP_SET_CAT(list)
Arguments
- set
-
The set whose elements are to be concatenated.
Remarks
Elements are concatenated left-to-right starting with index 0.
For maximum efficiency, use BOOST_PP_SET_CAT_S.
See Also
Requirements
Sample Code