Macro BOOST_VMD_IS_LIST
BOOST_VMD_IS_LIST — Determines if a parameter is a Boost pplib list.
Synopsis
Description
The macro checks that the parameter is a pplib list.
The macro works through variadic macro support. It returns 1 if it is a list, else if returns 0.
param = input as a possible Boost PP list.
returns = 1 if it a list, else returns 0.