index.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Chapter&#160;1.&#160;Boost.Core</title>
  5. <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.Core">
  8. <link rel="next" href="core/addressof.html" title="addressof">
  9. </head>
  10. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  11. <table cellpadding="2" width="100%"><tr>
  12. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
  13. <td align="center"><a href="../../../../index.html">Home</a></td>
  14. <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
  15. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  16. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  17. <td align="center"><a href="../../../../more/index.htm">More</a></td>
  18. </tr></table>
  19. <hr>
  20. <div class="spirit-nav"><a accesskey="n" href="core/addressof.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
  21. <div class="chapter">
  22. <div class="titlepage"><div>
  23. <div><h2 class="title">
  24. <a name="core"></a>Chapter&#160;1.&#160;Boost.Core</h2></div>
  25. <div><p class="copyright">Copyright &#169; 2014 Peter Dimov</p></div>
  26. <div><p class="copyright">Copyright &#169; 2014 Glen Fernandes</p></div>
  27. <div><p class="copyright">Copyright &#169; 2014 Andrey Semashev</p></div>
  28. <div><div class="legalnotice">
  29. <a name="core.legal"></a><p>
  30. Distributed under the <a href="http://boost.org/LICENSE_1_0.txt" target="_top">Boost
  31. Software License, Version 1.0</a>.
  32. </p>
  33. </div></div>
  34. </div></div>
  35. <div class="toc">
  36. <p><b>Table of Contents</b></p>
  37. <dl class="toc">
  38. <dt><span class="section"><a href="index.html#core.introduction">Introduction</a></span></dt>
  39. <dt><span class="section"><a href="core/addressof.html">addressof</a></span></dt>
  40. <dt><span class="section"><a href="core/alloc_construct.html">alloc_construct, alloc_destroy</a></span></dt>
  41. <dt><span class="section"><a href="core/checked_delete.html">checked_delete</a></span></dt>
  42. <dt><span class="section"><a href="core/default_allocator.html">default_allocator</a></span></dt>
  43. <dt><span class="section"><a href="core/demangle.html">demangle</a></span></dt>
  44. <dt><span class="section"><a href="core/empty_value.html">empty_value</a></span></dt>
  45. <dt><span class="section"><a href="core/enable_if.html">enable_if</a></span></dt>
  46. <dt><span class="section"><a href="core/exchange.html">exchange</a></span></dt>
  47. <dt><span class="section"><a href="core/explicit_operator_bool.html">explicit_operator_bool</a></span></dt>
  48. <dt><span class="section"><a href="core/first_scalar.html">first_scalar</a></span></dt>
  49. <dt><span class="section"><a href="core/ignore_unused.html">ignore_unused</a></span></dt>
  50. <dt><span class="section"><a href="core/is_same.html">is_same</a></span></dt>
  51. <dt><span class="section"><a href="core/lightweight_test.html">lightweight_test</a></span></dt>
  52. <dt><span class="section"><a href="core/no_exceptions_support.html">no_exceptions_support</a></span></dt>
  53. <dt><span class="section"><a href="core/noinit_adaptor.html">noinit_adaptor</a></span></dt>
  54. <dt><span class="section"><a href="core/noncopyable.html">noncopyable</a></span></dt>
  55. <dt><span class="section"><a href="core/null_deleter.html">null_deleter</a></span></dt>
  56. <dt><span class="section"><a href="core/nvp.html">nvp</a></span></dt>
  57. <dt><span class="section"><a href="core/pointer_traits.html">pointer_traits</a></span></dt>
  58. <dt><span class="section"><a href="core/quick_exit.html">quick_exit</a></span></dt>
  59. <dt><span class="section"><a href="core/ref.html">ref</a></span></dt>
  60. <dt><span class="section"><a href="core/scoped_enum.html">scoped_enum</a></span></dt>
  61. <dt><span class="section"><a href="core/swap.html">swap</a></span></dt>
  62. <dt><span class="section"><a href="core/typeinfo.html">typeinfo</a></span></dt>
  63. <dt><span class="section"><a href="core/uncaught_exceptions.html">uncaught_exceptions</a></span></dt>
  64. <dt><span class="section"><a href="core/use_default.html">use_default</a></span></dt>
  65. </dl>
  66. </div>
  67. <div class="section">
  68. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  69. <a name="core.introduction"></a><a class="link" href="index.html#core.introduction" title="Introduction">Introduction</a>
  70. </h2></div></div></div>
  71. <p>
  72. The Boost.Core library is a collection of core utilities. The criteria for
  73. inclusion is that the utility component be:
  74. </p>
  75. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  76. <li class="listitem">
  77. simple,
  78. </li>
  79. <li class="listitem">
  80. used by other Boost libraries, and
  81. </li>
  82. <li class="listitem">
  83. not dependent on any other Boost modules except Core itself, Config, Assert,
  84. Static Assert, or Predef.
  85. </li>
  86. </ul></div>
  87. </div>
  88. </div>
  89. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  90. <td align="left"><p><small>Last revised: December 10, 2019 at 00:23:42 GMT</small></p></td>
  91. <td align="right"><div class="copyright-footer"></div></td>
  92. </tr></table>
  93. <hr>
  94. <div class="spirit-nav"><a accesskey="n" href="core/addressof.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
  95. </body>
  96. </html>