Home | Libraries | People | FAQ | More |
BOOST_VMD_LIST — Expands to a tuple of the beginning list, and the preprocessor tokens after the beginning list, of a macro parameter.
// In header: <boost/vmd/list.hpp>
BOOST_VMD_LIST(param)
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.