Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / preprocessor / doc / ref / list_to_array_d.html
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     <hr size="1">
34     <div style="margin-left: 0px;"> <i></i><i>© Copyright Edward Diener 2011</i>
35     </div>
36     <div style="margin-left: 0px;">
37       <p><small>Distributed under the Boost Software License, Version 1.0. (See
38           accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
39           or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
40     </div>
41   </body>
42 </html>