mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-17 06:22:09 +02:00
Working on docs
[SVN r12586]
This commit is contained in:
@ -30,7 +30,8 @@ In other words, expands to the sequence:
|
||||
F(0,P), F(1,P), ..., F(N-1,P)
|
||||
\endverbatim</PRE>
|
||||
|
||||
NOTE: The implementation uses BOOST_PP_REPEAT().
|
||||
<H3>Uses</H3>
|
||||
- BOOST_PP_REPEAT()
|
||||
*/
|
||||
#define BOOST_PP_ENUM(N,F,P) BOOST_PP_REPEAT(N,BOOST_PP_ENUM_F,(F,P))
|
||||
|
||||
|
Reference in New Issue
Block a user