concepts.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Type Requirements</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="Safe Numerics">
  8. <link rel="up" href="index.html" title="Safe Numerics">
  9. <link rel="prev" href="notes.html" title="Background">
  10. <link rel="next" href="numeric.html" title="Numeric&lt;T&gt;">
  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 href="index.html" height="164px" src="pre-boost.jpg" alt="Library Documentation Index"></td>
  15. <td><h2>Safe Numerics</h2></td>
  16. </tr></table>
  17. <div class="spirit-nav">
  18. <a accesskey="p" href="notes.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="numeric.html"><img src="images/next.png" alt="Next"></a>
  19. </div>
  20. <div class="section">
  21. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  22. <a name="safe_numerics.concepts"></a>Type Requirements</h2></div></div></div>
  23. <div class="toc"><dl class="toc">
  24. <dt><span class="section"><a href="numeric.html">Numeric&lt;T&gt;</a></span></dt>
  25. <dt><span class="section"><a href="integer.html">Integer&lt;T&gt;</a></span></dt>
  26. <dt><span class="section"><a href="safe_numeric_concept.html">SafeNumeric&lt;T&gt;</a></span></dt>
  27. <dt><span class="section"><a href="promotion_policy.html">PromotionPolicy&lt;PP&gt;</a></span></dt>
  28. <dt><span class="section"><a href="exception_policy.html">ExceptionPolicy&lt;EP&gt;</a></span></dt>
  29. </dl></div>
  30. </div>
  31. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  32. <td align="left"></td>
  33. <td align="right"><div class="copyright-footer">Copyright &#169; 2012-2018 Robert Ramey<p><a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">Subject to Boost
  34. Software License</a></p>
  35. </div></td>
  36. </tr></table>
  37. <hr>
  38. <div class="spirit-nav">
  39. <a accesskey="p" href="notes.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="numeric.html"><img src="images/next.png" alt="Next"></a>
  40. </div>
  41. </body>
  42. </html>