Macro BOOST_VMD_IS_SEQ
BOOST_VMD_IS_SEQ — Determines if a parameter is a Boost pplib seq.
Synopsis
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.