repeat_from_to.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <html>
  2. <head>
  3. <title>repetition/repeat_from_to.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>repetition/repeat_from_to.hpp</b> header defines a horizontal repetition construct.
  9. </div>
  10. <h4>Usage</h4>
  11. <div class="code">
  12. #include <b>&lt;boost/preprocessor/repetition/repeat_from_to.hpp&gt;</b>
  13. </div>
  14. <h4>Contents</h4>
  15. <ul>
  16. <li><a href="../../ref/repeat_from_to.html">BOOST_PP_REPEAT_FROM_TO</a></li>
  17. <li><a href="../../ref/repeat_from_to_1st.html">BOOST_PP_REPEAT_FROM_TO_1ST</a></li>
  18. <li><a href="../../ref/repeat_from_to_2nd.html">BOOST_PP_REPEAT_FROM_TO_2ND</a></li>
  19. <li><a href="../../ref/repeat_from_to_3rd.html">BOOST_PP_REPEAT_FROM_TO_3RD</a></li>
  20. <li><a href="../../ref/repeat_from_to_d.html">BOOST_PP_REPEAT_FROM_TO_D</a></li>
  21. <li><a href="../../ref/repeat_from_to_d_z.html">BOOST_PP_REPEAT_FROM_TO_D_<i>z</i></a></li>
  22. <li><a href="../../ref/repeat_from_to_z.html">BOOST_PP_REPEAT_FROM_TO_<i>z</i></a></li>
  23. </ul>
  24. <hr size="1">
  25. <div style="margin-left: 0px;">
  26. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  27. </br><i>© Copyright Paul Mensonides 2002</i>
  28. </div>
  29. <div style="margin-left: 0px;">
  30. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  31. accompanying file <a href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  32. copy at <a href=
  33. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  34. </div>
  35. </body>
  36. </html>