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