Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_IS_BEGIN_SEQ

BOOST_VMD_IS_BEGIN_SEQ — Tests whether a parameter begins with a sequence.

Synopsis

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

BOOST_VMD_IS_BEGIN_SEQ(param)

Description

param = a macro parameter.

returns = 1 if the param begins with a sequence, 0 if it does not.


PrevUpHomeNext