limit_variadic.html 987 B

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <title>BOOST_PP_LIMIT_VARIADIC</title>
  4. <link rel="stylesheet" type="text/css" href="../styles.css">
  5. </head>
  6. <body>
  7. <div style="margin-left: 0px;"> The <b>BOOST_PP_LIMIT_VARIADIC</b> macro
  8. defines the maximum <i>variadic data</i> size&nbsp;supported by the library. </div>
  9. <h4>Usage</h4>
  10. <div class="code"> <b>BOOST_PP_LIMIT_VARIADIC</b> </div>
  11. <h4>Remarks</h4>
  12. <div> This macro currently expands to <i>64</i>. </div>
  13. <h4>Requirements</h4>
  14. <div> <b>Header:</b> &nbsp;<a href="../headers/config/limits.html">&lt;boost/preprocessor/config/limits.hpp&gt;</a>
  15. </div>
  16. <hr size="1">
  17. <div style="margin-left: 0px;"> <i></i><i>© Copyright Edward Diener 2011</i> </div>
  18. <div style="margin-left: 0px;">
  19. <p><small>Distributed under the Boost Software License, Version 1.0.
  20. (See accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  21. or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  22. </div>
  23. </body>
  24. </html>