Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_LIST

BOOST_VMD_LIST — Expands to a tuple of the beginning list, and the preprocessor tokens after the beginning list, of a macro parameter.

Synopsis

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

BOOST_VMD_LIST(param)

Description

param = input possibly beginning with a Boost PP list.

returns = the result is a tuple of two elements. If the param does not start with a list, both elements of the tuple are empty. If the param does start with a list, the first element is the list and the second element is the preprocessor tokens after the beginning list.


PrevUpHomeNext