Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_BEGIN_LIST

BOOST_VMD_BEGIN_LIST — Expands to the beginning list of a macro parameter.

Synopsis

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

BOOST_VMD_BEGIN_LIST(param)

Description

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.


PrevUpHomeNext