boost/libs/core/doc/html/index.html
2021-10-05 21:37:46 +02:00

100 lines
5.5 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Chapter 1. Boost.Core</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Chapter 1. Boost.Core">
<link rel="next" href="core/addressof.html" title="addressof">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="core/addressof.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="core"></a>Chapter 1. Boost.Core</h2></div>
<div><p class="copyright">Copyright © 2014 Peter Dimov</p></div>
<div><p class="copyright">Copyright © 2014 Glen Fernandes</p></div>
<div><p class="copyright">Copyright © 2014 Andrey Semashev</p></div>
<div><div class="legalnotice">
<a name="core.legal"></a><p>
Distributed under the <a href="http://boost.org/LICENSE_1_0.txt" target="_top">Boost
Software License, Version 1.0</a>.
</p>
</div></div>
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="section"><a href="index.html#core.introduction">Introduction</a></span></dt>
<dt><span class="section"><a href="core/addressof.html">addressof</a></span></dt>
<dt><span class="section"><a href="core/allocator_access.html">Allocator Access</a></span></dt>
<dt><span class="section"><a href="core/alloc_construct.html">alloc_construct, alloc_destroy</a></span></dt>
<dt><span class="section"><a href="core/bit.html">bit</a></span></dt>
<dt><span class="section"><a href="core/checked_delete.html">checked_delete</a></span></dt>
<dt><span class="section"><a href="core/cmath.html">cmath</a></span></dt>
<dt><span class="section"><a href="core/default_allocator.html">default_allocator</a></span></dt>
<dt><span class="section"><a href="core/demangle.html">demangle</a></span></dt>
<dt><span class="section"><a href="core/empty_value.html">empty_value</a></span></dt>
<dt><span class="section"><a href="core/enable_if.html">enable_if</a></span></dt>
<dt><span class="section"><a href="core/exchange.html">exchange</a></span></dt>
<dt><span class="section"><a href="core/explicit_operator_bool.html">explicit_operator_bool</a></span></dt>
<dt><span class="section"><a href="core/first_scalar.html">first_scalar</a></span></dt>
<dt><span class="section"><a href="core/ignore_unused.html">ignore_unused</a></span></dt>
<dt><span class="section"><a href="core/is_same.html">is_same</a></span></dt>
<dt><span class="section"><a href="core/lightweight_test.html">lightweight_test</a></span></dt>
<dt><span class="section"><a href="core/no_exceptions_support.html">no_exceptions_support</a></span></dt>
<dt><span class="section"><a href="core/noinit_adaptor.html">noinit_adaptor</a></span></dt>
<dt><span class="section"><a href="core/noncopyable.html">noncopyable</a></span></dt>
<dt><span class="section"><a href="core/null_deleter.html">null_deleter</a></span></dt>
<dt><span class="section"><a href="core/nvp.html">nvp</a></span></dt>
<dt><span class="section"><a href="core/pointer_traits.html">pointer_traits</a></span></dt>
<dt><span class="section"><a href="core/quick_exit.html">quick_exit</a></span></dt>
<dt><span class="section"><a href="core/ref.html">ref</a></span></dt>
<dt><span class="section"><a href="core/scoped_enum.html">scoped_enum</a></span></dt>
<dt><span class="section"><a href="core/swap.html">swap</a></span></dt>
<dt><span class="section"><a href="core/typeinfo.html">typeinfo</a></span></dt>
<dt><span class="section"><a href="core/uncaught_exceptions.html">uncaught_exceptions</a></span></dt>
<dt><span class="section"><a href="core/use_default.html">use_default</a></span></dt>
</dl>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="core.introduction"></a><a class="link" href="index.html#core.introduction" title="Introduction">Introduction</a>
</h2></div></div></div>
<p>
The Boost.Core library is a collection of core utilities. The criteria for
inclusion is that the utility component be:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
simple,
</li>
<li class="listitem">
used by other Boost libraries, and
</li>
<li class="listitem">
not dependent on any other Boost modules except Core itself, Config, Assert,
Static Assert, or Predef.
</li>
</ul></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: April 13, 2021 at 16:29:37 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="core/addressof.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
</body>
</html>