extended_comparison.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Extended comparisons support</title>
  5. <link rel="stylesheet" href="../../boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../../index.html" title="Boost.Test">
  8. <link rel="up" href="../testing_tools.html" title="Writing unit tests">
  9. <link rel="prev" href="reports.html" title="Reported information">
  10. <link rel="next" href="extended_comparison/floating_point.html" title="Floating point comparison">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="reports.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing_tools.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="extended_comparison/floating_point.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h3 class="title">
  27. <a name="boost_test.testing_tools.extended_comparison"></a><a class="link" href="extended_comparison.html" title="Extended comparisons support">Extended
  28. comparisons support</a>
  29. </h3></div></div></div>
  30. <div class="toc"><dl class="toc">
  31. <dt><span class="section"><a href="extended_comparison/floating_point.html">Floating
  32. point comparison</a></span></dt>
  33. <dd><dl>
  34. <dt><span class="section"><a href="extended_comparison/floating_point/customizing_for_tolerance.html">Enabling
  35. tolerance for user-defined types</a></span></dt>
  36. <dt><span class="section"><a href="extended_comparison/floating_point/floating_points_comparison_impl.html">Tolerance-based
  37. comparisons</a></span></dt>
  38. <dt><span class="section"><a href="extended_comparison/floating_point/floating_points_comparison_theory.html">Theory
  39. behind floating point comparisons</a></span></dt>
  40. </dl></dd>
  41. <dt><span class="section"><a href="extended_comparison/strings.html">Strings
  42. and C-strings comparison</a></span></dt>
  43. <dt><span class="section"><a href="extended_comparison/collections.html">Collections
  44. comparison</a></span></dt>
  45. <dt><span class="section"><a href="extended_comparison/bitwise.html">Bitwise
  46. comparison</a></span></dt>
  47. </dl></div>
  48. </div>
  49. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  50. <td align="left"></td>
  51. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
  52. contributors<p>
  53. Distributed under the Boost Software License, Version 1.0. (See accompanying
  54. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  55. </p>
  56. </div></td>
  57. </tr></table>
  58. <hr>
  59. <div class="spirit-nav">
  60. <a accesskey="p" href="reports.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../testing_tools.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="extended_comparison/floating_point.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  61. </div>
  62. </body>
  63. </html>