Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_AFTER_ARRAY

BOOST_VMD_AFTER_ARRAY — Expands to the preprocessor tokens after the beginning array of a macro parameter.

Synopsis

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

BOOST_VMD_AFTER_ARRAY(param)

Description

param = a macro parameter.

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


PrevUpHomeNext