Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_AFTER_LIST

BOOST_VMD_AFTER_LIST — Expands to the preprocessor tokens after the beginning list of a macro parameter.

Synopsis

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

BOOST_VMD_AFTER_LIST(param)

Description

param = input possibly beginning with a Boost PP list.

returns = The preprocessor tokens after the beginning list of the macro parameter. If the param does not start with a list, expands to nothing.


PrevUpHomeNext