mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
HTML change for 1.18.2 reflecting separation of old utility library
[SVN r8118]
This commit is contained in:
parent
ce2f573ab2
commit
45bfe0b607
72
index.htm
72
index.htm
@ -1,72 +0,0 @@
|
|||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
||||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
|
||||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
||||||
<title>Boost Utility Library</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF" text="#000000">
|
|
||||||
|
|
||||||
<table border="1" cellpadding="2" bgcolor="#007F7F">
|
|
||||||
<tr>
|
|
||||||
<td bgcolor="#FFFFFF"><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
|
|
||||||
<td><a href="../../index.htm"><font color="#FFFFFF" size="4" face="Arial">Home</font></a></td>
|
|
||||||
<td><a href="../../libraries.htm"><font color="#FFFFFF" size="4" face="Arial">Libraries</font></a></td>
|
|
||||||
<td><a href="../../people.htm"><font color="#FFFFFF" size="4" face="Arial">People</font></a></td>
|
|
||||||
<td><a href="../../more/faq.htm"><font color="#FFFFFF" size="4" face="Arial">FAQ</font></a></td>
|
|
||||||
<td><a href="../../more/index.htm"><font color="#FFFFFF" size="4" face="Arial">More</font></a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<h1>Boost Utility Library</h1>
|
|
||||||
<table border="1" cellpadding="5">
|
|
||||||
<tr>
|
|
||||||
<td><b><i>Header</i></b></td>
|
|
||||||
<td><b><i>Contents</i></b></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="../../boost/utility.hpp"><code>boost/utility.hpp<br>
|
|
||||||
</code></a><a href="utility.htm">[Documentation]</a></td>
|
|
||||||
<td>Class <b>noncopyable</b> plus <b>next()</b> and <b>prior()</b> template
|
|
||||||
functions.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="../../boost/cast.hpp"><code>boost/cast.hpp</code></a><br>
|
|
||||||
<a href="cast.htm">[Documentation]</a></td>
|
|
||||||
<td><b>polymorphic_cast</b>, <b>implicit_cast</b>, and <b>numeric_cast</b>
|
|
||||||
function templates.
|
|
||||||
<p><i>[Beta.]</i></p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="../../boost/operators.hpp">boost/operators.hpp</a><br>
|
|
||||||
<a href="operators.htm">[Documentation]</a></td>
|
|
||||||
<td>Templates <b>equality_comparable</b>, <b>less_than_comparable</b>, <b>addable</b>,
|
|
||||||
and the like ease the task of defining comparison and arithmetic
|
|
||||||
operators, and iterators.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="../../boost/detail/type_traits.hpp">boost/type_traits.hpp</a><br>
|
|
||||||
[<a href="type_traits.htm">Documentation</a>]</td>
|
|
||||||
<td>Template classes that describe the fundamental properties of a type. [<a href="c++_type_traits.htm">DDJ
|
|
||||||
Article "C++ type traits"</a>]</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="../../boost/detail/call_traits.hpp">boost/call_traits.hpp</a><br>
|
|
||||||
[<a href="call_traits.htm">Documentation</a>]</td>
|
|
||||||
<td>Template class call_traits<T>, that defines types used for passing
|
|
||||||
parameters to and from a proceedure.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="../../boost/detail/compressed_pair.hpp">boost/compressed_pair.hpp</a><br>
|
|
||||||
[<a href="compressed_pair.htm">Documentation</a>]</td>
|
|
||||||
<td>Template class compressed_pair<T1, T2> which pairs two values
|
|
||||||
using the empty member optimisation where appropriate.</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->11 October 2000<!--webbot bot="Timestamp" endspan i-checksum="32084" --></p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user