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

enum_shifted.hpp File Reference


Defines

#define BOOST_PP_ENUM_SHIFTED(N, F, P)
 Generates a comma separated shifted list. More...


Detailed Description

Click here to see the header.


Define Documentation

#define BOOST_PP_ENUM_SHIFTED N,
F,
 
 

Generates a comma separated shifted list.

In other words, expands to the sequence:

  F(1,P), F(2,P), ..., F(N-1,P)

NOTE: The implementation uses BOOST_PP_REPEAT().


© 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: