mirror of
https://github.com/boostorg/preprocessor.git
synced 2026-01-24 18:12:35 +00:00
28 lines
844 B
HTML
28 lines
844 B
HTML
<html>
|
|
<head>
|
|
<title>BOOST_PP_LIST_TO_ARRAY_D</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles.css"></head>
|
|
<body>
|
|
<div style="margin-left: 0px;">
|
|
The <b>BOOST_PP_LIST_TO_ARRAY_D</b> macro converts a <i>list</i> to an <i>array</i>.
|
|
It reenters <b>BOOST_PP_WHILE</b> with maximum efficiency.
|
|
</div>
|
|
<h4> Usage </h4>
|
|
<div class="code"> <b>BOOST_PP_LIST_TO_ARRAY_D</b>(<i>d</i>, <i>list</i>) </div>
|
|
<h4> Arguments </h4>
|
|
<dl>
|
|
<dt>d</dt>
|
|
<dd>The next available <b>BOOST_PP_WHILE</b> iteration.</dd>
|
|
<dt>list</dt>
|
|
<dd> The <i>list</i> to be converted. </dd>
|
|
</dl>
|
|
<h4>See Also</h4>
|
|
<ul>
|
|
<li><a href="list_to_array_d.html">BOOST_PP_LIST_TO_ARRAY</a></li>
|
|
</ul>
|
|
<h4> Requirements </h4>
|
|
<div> <b>Header:</b> <a href="../headers/list/to_array.html"><boost/preprocessor/list/to_array.hpp></a>
|
|
</div>
|
|
</body>
|
|
</html>
|