|
@@ -80,6 +80,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
|
|
<li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
|
|
|
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
|
|
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
|
|
|
|
|
+ <li><a href="algorithm/index.html">algorithm</a> - A collection of useful generic
|
|
|
|
|
+ algorithms, from Marshall Clow. </li>
|
|
|
<li><a href="any/index.html">any</a> - Safe, generic container for single
|
|
<li><a href="any/index.html">any</a> - Safe, generic container for single
|
|
|
values of different value types, from Kevlin Henney. </li>
|
|
values of different value types, from Kevlin Henney. </li>
|
|
|
<li><a href="array/index.html">array</a> - STL compliant
|
|
<li><a href="array/index.html">array</a> - STL compliant
|
|
@@ -353,6 +355,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<h3><a name="Algorithms">Algorithms</a></h3>
|
|
<h3><a name="Algorithms">Algorithms</a></h3>
|
|
|
|
|
|
|
|
<ul>
|
|
<ul>
|
|
|
|
|
+ <li><a href="algorithm/index.html">algorithm</a> - A collection of useful generic
|
|
|
|
|
+ algorithms, from Marshall Clow. </li>
|
|
|
<li><a href="foreach/index.html">foreach</a> - BOOST_FOREACH macro for easily
|
|
<li><a href="foreach/index.html">foreach</a> - BOOST_FOREACH macro for easily
|
|
|
iterating over the elements of a sequence, from Eric Niebler.</li>
|
|
iterating over the elements of a sequence, from Eric Niebler.</li>
|
|
|
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
|
|
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
|