BOOST_VMD_AFTER_SEQ — Expands to the preprocessor tokens after the beginning sequence of a macro parameter.
// In header: <boost/vmd/seq.hpp> BOOST_VMD_AFTER_SEQ(param)
param = a macro parameter.
returns = The preprocessor tokens after the beginning sequence of the macro parameter. If the param does not start with a sequence, expands to nothing.