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> 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> <a href="../headers/list/to_seq.html"><boost/preprocessor/list/to_seq.hpp></a> 30 </div> 31 <hr size="1"> 32 <div style="margin-left: 0px;"> <i>© Copyright Edward Diener 2011</i> </div> 33 <div style="margin-left: 0px;"> 34 <p><small>Distributed under the Boost Software License, Version 1.0. (See 35 accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> 36 or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> 37 </div> 38 </body> 39</html> 40