Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_AFTER_TUPLE

BOOST_VMD_AFTER_TUPLE — Expands to the preprocessor tokens after the beginning tuple of a macro parameter.

Synopsis

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

BOOST_VMD_AFTER_TUPLE(parameter)

Description

parameter = a macro parameter.

returns = expands to the preprocessor tokens after the tuple. If the tuple is not found, expands to nothing.


PrevUpHomeNext