]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/list_to_array_d.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / list_to_array_d.html
CommitLineData
7c673cae
FG
1<html>
2 <head>
3 <meta content="text/html; charset=windows-1252" http-equiv="content-type">
4 <title>BOOST_PP_LIST_TO_ARRAY_D</title>
5 <link rel="stylesheet" type="text/css" href="../styles.css">
6 </head>
7 <body>
8 <div style="margin-left: 0px;"> The <b>BOOST_PP_LIST_TO_ARRAY_D</b> macro
9 converts a <i>list</i> to an <i>array</i>. It reenters <b>BOOST_PP_WHILE</b>
10 with maximum efficiency. </div>
11 <h4> Usage </h4>
12 <div class="code"> <b>BOOST_PP_LIST_TO_ARRAY_D</b>(<i>d</i>, <i>list</i>)
13 </div>
14 <h4> Arguments </h4>
15 <dl>
16 <dt>d</dt>
17 <dd>The next available <b>BOOST_PP_WHILE</b> iteration.</dd>
18 <dt>list</dt>
19 <dd> The <i>list</i> to be converted. </dd>
20 </dl>
21 <h4>Remarks</h4>
22 <p>&nbsp;&nbsp;&nbsp; If the <i>list</i> to be converted is empty, as
23 represented by 'BOOST_PP_NIL', the resulting <i>array</i> is empty, as
24 represented by '( 0, () )'. </p>
25 <h4>See Also</h4>
26 <h4>See Also</h4>
27 <ul>
28 <li><a href="list_to_array_d.html">BOOST_PP_LIST_TO_ARRAY</a></li>
29 </ul>
30 <h4> Requirements </h4>
31 <div> <b>Header:</b> &nbsp;<a href="../headers/list/to_array.html">&lt;boost/preprocessor/list/to_array.hpp&gt;</a>
32 </div>
33 </body>
34</html>