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