seq_cat_s.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <html>
  2. <head>
  3. <title>BOOST_PP_SEQ_CAT_S</title>
  4. <link rel="stylesheet" type="text/css" href="../styles.css">
  5. </head>
  6. <body>
  7. <div style="margin-left: 0px;">
  8. The <b>BOOST_PP_SEQ_CAT_S</b> macro concatenates all elements in a <i>seq</i>.&nbsp;
  9. It reenters <b>BOOST_PP_SEQ_FOLD_LEFT</b> with maximum efficiency.
  10. </div>
  11. <h4>
  12. Usage
  13. </h4>
  14. <div class="code">
  15. <b>BOOST_PP_SEQ_CAT_S</b>(<i>s</i>, <i>seq</i>)
  16. </div>
  17. <h4>
  18. Arguments
  19. </h4>
  20. <dl>
  21. <dt>s</dt>
  22. <dd>
  23. The next available <b>BOOST_PP_SEQ_FOLD_LEFT</b> fold step.
  24. </dd>
  25. <dt>seq</dt>
  26. <dd>
  27. The <i>seq</i> whose elements are to be concatenated.
  28. </dd>
  29. </dl>
  30. <h4>
  31. Remarks
  32. </h4>
  33. <div>
  34. Elements are concatenated left-to-right starting with index <i>0</i>.
  35. </div>
  36. <h4>
  37. See Also
  38. </h4>
  39. <ul>
  40. <li>
  41. <a href="seq_cat.html">BOOST_PP_SEQ_CAT</a></li>
  42. </ul>
  43. <h4>
  44. Requirements
  45. </h4>
  46. <div>
  47. <b>Header:</b> &nbsp;<a href="../headers/seq/cat.html">&lt;boost/preprocessor/seq/cat.hpp&gt;</a>
  48. </div>
  49. <hr size="1">
  50. <div style="margin-left: 0px;">
  51. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  52. <br><i>© Copyright Paul Mensonides 2002</i>
  53. </div>
  54. <div style="margin-left: 0px;">
  55. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  56. accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  57. copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  58. </div>
  59. </body>
  60. </html>