]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/list_to_seq_r.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / list_to_seq_r.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_SEQ_R</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_SEQ_R</b> macro
9 converts a <i>list</i> to a <i>seq</i>. It reenters <b>BOOST_PP_FOR</b>
10 with maximum efficiency. </div>
11 <h4> Usage </h4>
12 <div class="code"> <b>BOOST_PP_LIST_TO_SEQ_R</b>(<i>r</i>, <i>list</i>) </div>
13 <h4> Arguments </h4>
14 <dl>
15 <dt>d</dt>
16 <dd>The next available <b>BOOST_PP_FOR</b> repetition.</dd>
17 <dt>list</dt>
18 <dd> The <i>list</i> to be converted.</dd>
19 </dl>
20 <h4>Remarks</h4>
21 <p>&nbsp;&nbsp;&nbsp; If the <i>list</i> to be converted is empty, as
22 represented by 'BOOST_PP_NIL', the resulting <i>seq</i> is undefined
23 since a <i>seq</i> cannot be empty.</p>
24 <h4>See Also</h4>
25 <ul>
26 <li><a href="list_to_seq_r.html">BOOST_PP_LIST_TO_SEQ</a></li>
27 </ul>
28 <h4> Requirements </h4>
29 <div> <b>Header:</b> &nbsp;<a href="../headers/list/to_seq.html">&lt;boost/preprocessor/list/to_seq.hpp&gt;</a>
30 </div>
31 </body>
32</html>