1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Chapter 1. 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 1. 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 1. Boost.Core</h2></div> 25<div><p class="copyright">Copyright © 2014 Peter Dimov</p></div> 26<div><p class="copyright">Copyright © 2014 Glen Fernandes</p></div> 27<div><p class="copyright">Copyright © 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/allocator_access.html">Allocator Access</a></span></dt> 41<dt><span class="section"><a href="core/alloc_construct.html">alloc_construct, alloc_destroy</a></span></dt> 42<dt><span class="section"><a href="core/checked_delete.html">checked_delete</a></span></dt> 43<dt><span class="section"><a href="core/default_allocator.html">default_allocator</a></span></dt> 44<dt><span class="section"><a href="core/demangle.html">demangle</a></span></dt> 45<dt><span class="section"><a href="core/empty_value.html">empty_value</a></span></dt> 46<dt><span class="section"><a href="core/enable_if.html">enable_if</a></span></dt> 47<dt><span class="section"><a href="core/exchange.html">exchange</a></span></dt> 48<dt><span class="section"><a href="core/explicit_operator_bool.html">explicit_operator_bool</a></span></dt> 49<dt><span class="section"><a href="core/first_scalar.html">first_scalar</a></span></dt> 50<dt><span class="section"><a href="core/ignore_unused.html">ignore_unused</a></span></dt> 51<dt><span class="section"><a href="core/is_same.html">is_same</a></span></dt> 52<dt><span class="section"><a href="core/lightweight_test.html">lightweight_test</a></span></dt> 53<dt><span class="section"><a href="core/no_exceptions_support.html">no_exceptions_support</a></span></dt> 54<dt><span class="section"><a href="core/noinit_adaptor.html">noinit_adaptor</a></span></dt> 55<dt><span class="section"><a href="core/noncopyable.html">noncopyable</a></span></dt> 56<dt><span class="section"><a href="core/null_deleter.html">null_deleter</a></span></dt> 57<dt><span class="section"><a href="core/nvp.html">nvp</a></span></dt> 58<dt><span class="section"><a href="core/pointer_traits.html">pointer_traits</a></span></dt> 59<dt><span class="section"><a href="core/quick_exit.html">quick_exit</a></span></dt> 60<dt><span class="section"><a href="core/ref.html">ref</a></span></dt> 61<dt><span class="section"><a href="core/scoped_enum.html">scoped_enum</a></span></dt> 62<dt><span class="section"><a href="core/swap.html">swap</a></span></dt> 63<dt><span class="section"><a href="core/typeinfo.html">typeinfo</a></span></dt> 64<dt><span class="section"><a href="core/uncaught_exceptions.html">uncaught_exceptions</a></span></dt> 65<dt><span class="section"><a href="core/use_default.html">use_default</a></span></dt> 66</dl> 67</div> 68<div class="section"> 69<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 70<a name="core.introduction"></a><a class="link" href="index.html#core.introduction" title="Introduction">Introduction</a> 71</h2></div></div></div> 72<p> 73 The Boost.Core library is a collection of core utilities. The criteria for 74 inclusion is that the utility component be: 75 </p> 76<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 77<li class="listitem"> 78 simple, 79 </li> 80<li class="listitem"> 81 used by other Boost libraries, and 82 </li> 83<li class="listitem"> 84 not dependent on any other Boost modules except Core itself, Config, Assert, 85 Static Assert, or Predef. 86 </li> 87</ul></div> 88</div> 89</div> 90<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 91<td align="left"><p><small>Last revised: August 11, 2020 at 15:01:20 GMT</small></p></td> 92<td align="right"><div class="copyright-footer"></div></td> 93</tr></table> 94<hr> 95<div class="spirit-nav"><a accesskey="n" href="core/addressof.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div> 96</body> 97</html> 98