mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-13 12:36:45 +02:00
Working on docs
[SVN r12586]
This commit is contained in:
@ -38,7 +38,8 @@ Examples of tuples:
|
||||
4-tuple: (A B C, D, EF, 34)
|
||||
\endverbatim</PRE>
|
||||
|
||||
See BOOST_PP_LIMIT_TUPLE.
|
||||
<H3>See</H3>
|
||||
- BOOST_PP_LIMIT_TUPLE
|
||||
*/
|
||||
#define BOOST_PP_TUPLE_ELEM(N,I,T) BOOST_PP_TUPLE_ELEM_DELAY(N,I,T)
|
||||
|
||||
|
@ -22,9 +22,9 @@
|
||||
|
||||
/** Converts a tuple to a list.
|
||||
|
||||
See BOOST_PP_LIST_CONS() for an example.
|
||||
|
||||
See BOOST_PP_LIMIT_TUPLE.
|
||||
<H3>See</H3>
|
||||
- BOOST_PP_LIST_CONS()
|
||||
- BOOST_PP_LIMIT_TUPLE
|
||||
*/
|
||||
#define BOOST_PP_TUPLE_TO_LIST(N,T) BOOST_PP_TUPLE_TO_LIST_DELAY(N,T)
|
||||
|
||||
|
Reference in New Issue
Block a user