limit_seq.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html>
  2. <head>
  3. <title>BOOST_PP_LIMIT_SEQ</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_LIMIT_SEQ</b> macro defines the maximum <i>seq</i> size
  9. supported by the library.
  10. </div>
  11. <h4>
  12. Usage
  13. </h4>
  14. <div class="code">
  15. <b>BOOST_PP_LIMIT_SEQ</b>
  16. </div>
  17. <h4>
  18. Remarks
  19. </h4>
  20. <div>
  21. This macro currently expands to <i>256</i>.
  22. </div>
  23. <h4>
  24. Requirements
  25. </h4>
  26. <div>
  27. <b>Header:</b> &nbsp;<a href="../headers/config/limits.html">&lt;boost/preprocessor/config/limits.hpp&gt;</a>
  28. </div>
  29. <hr size="1">
  30. <div style="margin-left: 0px;">
  31. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  32. </br><i>© Copyright Paul Mensonides 2002</i>
  33. </div>
  34. <div style="margin-left: 0px;">
  35. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  36. accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  37. copy at <a href=
  38. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  39. </div>
  40. </body>
  41. </html>