for_each.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <html>
  2. <head>
  3. <title>seq/for_each.hpp</title>
  4. <link rel="stylesheet" type="text/css" href="../../styles.css">
  5. </head>
  6. <body>
  7. <div style="margin-left: 0px;">
  8. The <b>seq/for_each.hpp</b> header defines macros to repeat a macro for each
  9. element in a <i>seq</i>.
  10. </div>
  11. <h4>
  12. Usage
  13. </h4>
  14. <div class="code">
  15. #include <b>&lt;boost/preprocessor/seq/for_each.hpp&gt;</b>
  16. </div>
  17. <h4>
  18. Contents
  19. </h4>
  20. <ul>
  21. <li>
  22. <a href="../../ref/seq_for_each.html">BOOST_PP_SEQ_FOR_EACH</a></li>
  23. <li>
  24. <a href="../../ref/seq_for_each_r.html">BOOST_PP_SEQ_FOR_EACH_R</a></li>
  25. </ul>
  26. <hr size="1">
  27. <div style="margin-left: 0px;">
  28. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  29. </br><i>© Copyright Paul Mensonides 2002</i>
  30. </div>
  31. <div style="margin-left: 0px;">
  32. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  33. accompanying file <a href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  34. copy at <a href=
  35. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  36. </div>
  37. </body>
  38. </html>