c++boost.gif (8819 bytes)
Main Page   File List   File Members  

eat.hpp File Reference


Defines

#define BOOST_PP_TUPLE_EAT(N)
 Expands to a macro that eats a tuple of the specified length. More...


Detailed Description

Click here to see the header.


Define Documentation

#define BOOST_PP_TUPLE_EAT  
 

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

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)

The above expands to nothing.


© Copyright Housemarque Oy 2001

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.

Generated: