C++ Boost

Boost.Preprocessor

Header <boost/preprocessor/tuple/eat.hpp>


Prev Next Macros Headers

#define BOOST_PP_TUPLE_EAT(SIZE_OF_TUPLE)

Expands to a macro that eats a tuple of the specified size.

BOOST_PP_TUPLE_EAT() is designed to be used with BOOST_PP_IF() like BOOST_PP_EMPTY().

For example,

BOOST_PP_IF(0,BOOST_PP_ENUM_PARAMS,BOOST_PP_TUPLE_EAT(2))(10,P)

expands to nothing.


Prev Next Macros Headers

Revised

© Copyright Housemarque Oy 2002

Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.