mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 03:37:15 +02:00
Added list data structure
[SVN r12433]
This commit is contained in:
@ -45,14 +45,14 @@ Expands to X once invoked.
|
||||
<p>
|
||||
Designed to be used with <a class="el" href="if_8hpp.html#a0">BOOST_PP_IF</a>(), when one of the clauses need to be invoked.
|
||||
<p>
|
||||
Example:
|
||||
For example,
|
||||
<p>
|
||||
<pre><div class="fragment"><pre>
|
||||
BOOST_PP_IDENTITY(X)()
|
||||
// ^^ NOTE!
|
||||
</pre></div></pre>
|
||||
<p>
|
||||
The above expands to:
|
||||
expands to:
|
||||
<p>
|
||||
<pre><div class="fragment"><pre>
|
||||
X
|
||||
|
Reference in New Issue
Block a user