Defines | |
#define | BOOST_PP_REPEAT(N, M, P) |
Repeats the macro M(I,P) for I = 0 to N-1. More... | |
#define | BOOST_PREPROCESSOR_REPEAT(N, M, P) |
Obsolete. Use BOOST_PP_REPEAT(). More... |
|
Repeats the macro M(I,P) for I = 0 to N-1. In other words, expands to the sequence:
See BOOST_PP_LIMIT_MAG.
2D and 3D repetition2D and 3D repetition are supported with the BOOST_PP_REPEAT_2ND() and BOOST_PP_REPEAT_3RD() macros. For example,
expands to:
Since recursive expansion of macros is not allowed by the C++ preprocessor, replacing the BOOST_PP_REPEAT_2ND above with BOOST_PP_REPEAT, would not produce the above expansion. See BOOST_PP_FOR(). |
|
Obsolete. Use 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: