Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_AFTER_SEQ

BOOST_VMD_AFTER_SEQ — Expands to the preprocessor tokens after the beginning sequence of a macro parameter.

Synopsis

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

BOOST_VMD_AFTER_SEQ(param)

Description

param = a macro parameter.

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


PrevUpHomeNext