comparison.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <head>
  3. <title>comparison.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>comparison.hpp</b> includes the headers in the <i>comparison</i> folder.
  9. </div>
  10. <h4>Usage</h4>
  11. <div class="code">
  12. #include <b>&lt;boost/preprocessor/comparison.hpp&gt;</b>
  13. </div>
  14. <h4>Includes</h4>
  15. <ul>
  16. <li><a href="comparison/equal.html">&lt;boost/preprocessor/comparison/equal.hpp&gt;</a></li>
  17. <li><a href="comparison/greater.html">&lt;boost/preprocessor/comparison/greater.hpp&gt;</a></li>
  18. <li><a href="comparison/greater_equal.html">&lt;boost/preprocessor/comparison/greater_equal.hpp&gt;</a></li>
  19. <li><a href="comparison/less.html">&lt;boost/preprocessor/comparison/less.hpp&gt;</a></li>
  20. <li><a href="comparison/less_equal.html">&lt;boost/preprocessor/comparison/less_equal.hpp&gt;</a></li>
  21. <li><a href="comparison/not_equal.html">&lt;boost/preprocessor/comparison/not_equal.hpp&gt;</a></li>
  22. </ul>
  23. <hr size="1">
  24. <div style="margin-left: 0px;">
  25. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  26. </br><i>© Copyright Paul Mensonides 2002</i>
  27. </div>
  28. <div style="margin-left: 0px;">
  29. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  30. accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  31. copy at <a href=
  32. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  33. </div>
  34. </body>
  35. </html>