Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_IS_BEGIN_LIST

BOOST_VMD_IS_BEGIN_LIST — Tests whether a parameter begins with a list.

Synopsis

// In header: <boost/vmd/list.hpp>

BOOST_VMD_IS_BEGIN_LIST(param)

Description

param = input possibly beginning with a Boost PP list.

returns = 1 if the param begins with a list, 0 if it does not.


PrevUpHomeNext