Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_VMD_IS_SEQ

BOOST_VMD_IS_SEQ — Determines if a parameter is a Boost pplib seq.

Synopsis

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

BOOST_VMD_IS_SEQ(seq)

Description

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

The macro works through variadic macro support.

seq = a possible pplib seq.

returns = 1 if it a seq, else returns 0.


PrevUpHomeNext