UNPKG

boost-react-native-bundle

Version:

Boost library as in https://sourceforge.net/projects/boost/files/boost/1.57.0/

86 lines (85 loc) 4.45 kB
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Chapter&#160;1.&#160;Boost.Core</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="Chapter&#160;1.&#160;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&#160;1.&#160;Boost.Core</h2></div> <div><p class="copyright">Copyright &#169; 2014 Peter Dimov</p></div> <div><p class="copyright">Copyright &#169; 2014 Glen Fernandes</p></div> <div><p class="copyright">Copyright &#169; 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/checked_delete.html">checked_delete</a></span></dt> <dt><span class="section"><a href="core/demangle.html">demangle</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/explicit_operator_bool.html">explicit_operator_bool</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/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/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> </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: October 30, 2014 at 10:17:21 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>