The BOOST_PP_SET_REVERSE_S macro reverses a set.  It reenters BOOST_PP_SET_FOLD_LEFT with maximum efficiency.

Usage

BOOST_PP_SET_REVERSE_S(s, set)

Arguments

s
The next available BOOST_PP_SET_FOLD_LEFT fold step.
set
The set to be reversed.

See Also

Requirements

Header:  <boost/preprocessor/set/reverse.hpp>