Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_IS_ARRAY

BOOST_VMD_IS_ARRAY — Determines if a parameter is a Boost pplib array.

Synopsis

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

BOOST_VMD_IS_ARRAY(array)

Description

The macro checks that the parameter is a pplib array. It returns 1 if it is an array, else if returns 0.

The macro works through variadic macro support.

array = a possible pplib array.

returns = 1 if it an array, else returns 0.


PrevUpHomeNext