mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-21 00:12:05 +02:00
Longer macro parameter names
[SVN r13459]
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<h2><a name="BOOST_PP_TUPLE_ELEM">#define BOOST_PP_TUPLE_ELEM</a>(N,I,T)</h2>
|
||||
<p>Expands to the <code>I</code>:th element of an <code>N</code>-tuple.</p>
|
||||
<h2><a name="BOOST_PP_TUPLE_ELEM">#define BOOST_PP_TUPLE_ELEM</a>(SIZE_OF_TUPLE,INDEX,TUPLE)</h2>
|
||||
<p>Expands to the <code>INDEX</code>:th element of an <code>SIZE_OF_TUPLE</code>-tuple.</p>
|
||||
|
||||
<p>For example,</p>
|
||||
|
||||
|
Reference in New Issue
Block a user