variadic_seq_to_seq.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <head>
  3. <title>BOOST_PP_VARIADIC_SEQ_TO_SEQ</title>
  4. <link rel="stylesheet" type="text/css" href="../styles.css">
  5. </head>
  6. <body>
  7. <div style="margin-left: 0px;"> The <b>BOOST_PP_VARIADIC_SEQ_TO_SEQ</b> variadic macro
  8. converts a <i>variadic seq</i> to a <i>seq</i>. </div>
  9. <h4> Usage </h4>
  10. <div class="code"> <b>BOOST_PP_VARIADIC_SEQ_TO_SEQ</b>(<i>vseq</i>)<a href="../topics/variadic_macros.html#VNotation" target="_self"><sup>(v)</sup></a> </div>
  11. <h4> Arguments </h4>
  12. <dl>
  13. <dt>vseq<br>
  14. </dt>
  15. <dd> The <i>variadic seq</i> to be converted. </dd>
  16. </dl>
  17. <h4> Requirements </h4>
  18. <div> <b>Header:</b> &nbsp;<a href="../headers/seq/variadic_seq_to_seq.html">&lt;boost/preprocessor/seq/variadic_seq_to_seq.hpp&gt;</a>
  19. </div>
  20. <h4> Sample Code </h4>
  21. <div>
  22. <pre>#include &lt;<a href="../headers/seq/variadic_seq_to_seq.html">boost/preprocessor/seq/variadic_seq_to_seq.hpp</a>&gt;<br><br>
  23. <a href="variadic_seq_to_seq.html">BOOST_PP_VARIADIC_SEQ_TO_SEQ</a>((1)(2, 3)(4, 5, 6)) // expands to ((1))((2, 3))((4, 5, 6))<br></pre>
  24. </div>
  25. <hr size="1">
  26. <div style="margin-left: 0px;">
  27. <i>© Copyright Paul Mensonides 2012</i>
  28. </div>
  29. <div style="margin-left: 0px;">
  30. <p><small>Distributed under the Boost Software License, Version 1.0.
  31. (See accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  32. or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  33. </div>
  34. </body>
  35. </html>