forked from boostorg/preprocessor
Updated docs
This commit is contained in:
@ -25,8 +25,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<h4>Sample Code</h4>
|
<h4>Sample Code</h4>
|
||||||
<div>
|
<div>
|
||||||
<pre>#include <<a href="../headers/array/to_list.html">boost/preprocessor/array/to_list.hpp</a>><br><br><a
|
<pre>#include <<a href="../headers/array/to_list.html">boost/preprocessor/array/to_list.hpp</a>><br><br><a
|
||||||
href="array_to_list.html">BOOST_PP_ARRAY_TO_LIST</a>((3, (x, y, z)))<br> // expands to (x, (y, (z, <a
|
href="array_to_list.html">BOOST_PP_ARRAY_TO_LIST</a>((3, (x, y, z)))<br> // expands to (x, (y, (z, <a
|
||||||
href="nil.html">BOOST_PP_NIL</a>)))</pre>
|
href="nil.html">BOOST_PP_NIL</a>)))</pre>
|
||||||
</div>
|
</div>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h4> Sample Code </h4>
|
<h4> Sample Code </h4>
|
||||||
<div>
|
<div>
|
||||||
<pre>#include <<a href="../headers/array/to_seq.html">boost/preprocessor/array/to_seq.hpp</a>><br><br><a
|
<pre>#include <<a href="../headers/array/to_seq.html">boost/preprocessor/array/to_seq.hpp</a>><br><br><a
|
||||||
href="array_to_seq.html">BOOST_PP_ARRAY_TO_SEQ</a>((3, (a, b, c))) // expands to (a)(b)(c)</pre>
|
href="array_to_seq.html">BOOST_PP_ARRAY_TO_SEQ</a>((3, (a, b, c))) // expands to (a)(b)(c)</pre>
|
||||||
</div>
|
</div>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h4> Sample Code </h4>
|
<h4> Sample Code </h4>
|
||||||
<div>
|
<div>
|
||||||
<pre>#include <<a href="../headers/list/to_seq.html">boost/preprocessor/list/to_seq.hpp</a>><br><br><a
|
<pre>#include <<a href="../headers/list/to_seq.html">boost/preprocessor/list/to_seq.hpp</a>><br><br><a
|
||||||
href="list_to_seq.html">BOOST_PP_LIST_TO_SEQ</a>((a, (b, (c, <a href="nil.html">BOOST_PP_NIL</a>)))) // expands to (a)(b)(c)</pre>
|
href="list_to_seq.html">BOOST_PP_LIST_TO_SEQ</a>((a, (b, (c, <a href="nil.html">BOOST_PP_NIL</a>)))) // expands to (a)(b)(c)</pre>
|
||||||
</div>
|
</div>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
// expands to (x, y, z) (y, z) (z)
|
// expands to (x, y, z) (y, z) (z)
|
||||||
</pre></div>
|
</pre></div>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
<div style="margin-left: 0px;"> <i><EFBFBD> Copyright <a href="http://www.housemarque.com"
|
<div style="margin-left: 0px;"> <i><EFBFBD> Copyright <a href="http://www.housemarque.com"
|
||||||
target="_top">Housemarque Oy</a> 2002</i> <br>
|
target="_top">Housemarque Oy</a> 2002</i> <br>
|
||||||
<i><EFBFBD> Copyright Paul Mensonides 2002</i> </div>
|
<i><EFBFBD> Copyright Paul Mensonides 2002</i> </div>
|
||||||
<div style="margin-left: 0px;">
|
<div style="margin-left: 0px;">
|
||||||
|
Reference in New Issue
Block a user