Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_IS_BEGIN_ARRAY

BOOST_VMD_IS_BEGIN_ARRAY — Tests whether a parameter begins with an array.

Synopsis

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

BOOST_VMD_IS_BEGIN_ARRAY(param)

Description

param = a macro parameter.

returns = 1 if the param begins with an array, 0 if it does not.


PrevUpHomeNext