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