Home | Libraries | People | FAQ | More |
BOOST_VMD_ARRAY — Expands to a tuple of the beginning array, and the preprocessor tokens after the beginning array, of a macro parameter.
// In header: <boost/vmd/array.hpp>
BOOST_VMD_ARRAY(param)
param = a macro parameter.
returns = the result is a tuple of two elements. If the param does not start with an array, both elements of the tuple are empty. If the param does start with an array, the first element is the array and the second element is the preprocessor tokens after the beginning array.