limit_tuple.html 1.1 KB

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