mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-21 00:12:05 +02:00
Added list data structure
[SVN r12433]
This commit is contained in:
@ -43,13 +43,13 @@ Expands to a macro that eats a tuple of the specified length.
|
||||
<p>
|
||||
<a class="el" href="eat_8hpp.html#a0">BOOST_PP_TUPLE_EAT</a>() is designed to be used with <a class="el" href="if_8hpp.html#a0">BOOST_PP_IF</a>() like <a class="el" href="empty_8hpp.html#a0">BOOST_PP_EMPTY</a>().
|
||||
<p>
|
||||
For example:
|
||||
For example,
|
||||
<p>
|
||||
<pre><div class="fragment"><pre>
|
||||
BOOST_PP_IF(0,BOOST_PP_ENUM_PARAMS,BOOST_PP_TUPLE_EAT(2))(10,P)
|
||||
</pre></div></pre>
|
||||
<p>
|
||||
The above expands to nothing. </td>
|
||||
expands to nothing. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user