BOOST_VMD_IS_BEGIN_LIST — Tests whether a parameter begins with a list.
// In header: <boost/vmd/list.hpp> BOOST_VMD_IS_BEGIN_LIST(param)
param = input possibly beginning with a Boost PP list.
returns = 1 if the param begins with a list, 0 if it does not.