variadics.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>config/config.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>config/config.hpp</b>
  9. header defines internal configuration macros as well as a macro for determining variadic macro support. The file
  10. is automatically included whenever any Boost PP macros are used. The end-user can manually
  11. include it in order to use the BOOST_PP_VARIADICS macro, but normally should never have to do so. </div>
  12. <h4>
  13. Usage
  14. </h4>
  15. <div class="code">
  16. #include <b>&lt;boost/preprocessor/config/config.hpp&gt;</b>
  17. </div>
  18. <h4>
  19. Contents
  20. </h4>
  21. <ul>
  22. <li><a href="../../ref/variadics.html">BOOST_PP_VARIADICS</a></li></ul>
  23. <hr size="1">
  24. <div style="margin-left: 0px;"><i>© Copyright Edward Diener 2011,2014</i>
  25. </div>
  26. <div style="margin-left: 0px;">
  27. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  28. accompanying file <a href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  29. copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  30. </div>
  31. </body>
  32. </html>