2014-06-01 04:28:25 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html >
< head >
< title > Boost.Core Library Documentation</ title >
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" />
</ head >
< body bgcolor = "white" style = "MARGIN-LEFT: 5%; MARGIN-RIGHT: 5%" >
< p >< a href = "../../index.htm" > < img src = "../../boost.png" alt = "boost.png (6897 bytes)" width = "277" height = "86" border = "0" /></ a ></ p >
< h1 > Boost.Core</ h1 >
< p >
The Boost.Core library is a collection of core utilities. The criteria for inclusion is
that the utility component be
</ p >
< ul >
< li > simple,</ li >
< li > used by other Boost libraries, and</ li >
< li > not dependent on any other Boost modules except Core itself, Config, Assert, Static Assert, or Predef.</ li >
</ ul >
< p >
Currently, the Core library contains
</ p >
< ul >
< li >< code >< a href = "addressof.html" > boost::addressof</ a ></ code ></ li >
< li >< code >< a href = "checked_delete.html" > boost::checked_delete</ a ></ code ></ li >
< li >< code >< a href = "enable_if.html" > boost::enable_if</ a ></ code ></ li >
< li >< code >< a href = "noncopyable.html" > boost::noncopyable</ a ></ code ></ li >
< li >< code > boost::ref</ code ></ li >
2014-06-01 22:22:37 +04:00
< li >< code >< a href = "swap.html" > boost::swap</ a ></ code ></ li >
< li >< code > boost::null_deleter</ code ></ li >
< li >< code >< a href = "doc/html/explicit_operator_bool.html" > BOOST_EXPLICIT_OPERATOR_BOOL, BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT and BOOST_CONSTEXPR_EXPLICIT_OPERATOR_BOOL</ a ></ code ></ li >
2014-06-01 04:28:25 +03:00
</ ul >
< hr />
< p >
< small > Copyright © 2014 by Peter Dimov. Distributed under the Boost Software License, Version
1.0. See accompanying file < a href = "../../LICENSE_1_0.txt" > LICENSE_1_0.txt</ a > or
copy at < a href = "http://www.boost.org/LICENSE_1_0.txt" > http://www.boost.org/LICENSE_1_0.txt</ a > .</ small ></ p >
</ body >
</ html >