2006-08-22 15:57:13 +00:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
|
|
|
<title>Chapter<EFBFBD>1.<2E>Fusion 2.0</title>
|
|
|
|
|
<link rel="stylesheet" href="boostbook.css" type="text/css">
|
2007-02-07 22:59:25 +00:00
|
|
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<link rel="start" href="index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
|
|
|
|
<link rel="next" href="fusion/preface.html" title="Preface">
|
|
|
|
|
</head>
|
|
|
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
|
|
|
<table cellpadding="2" width="100%">
|
|
|
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
|
|
|
|
|
<td align="center"><a href="../../../../index.htm">Home</a></td>
|
|
|
|
|
<td align="center"><a href="../../../libraries.htm">Libraries</a></td>
|
|
|
|
|
<td align="center"><a href="../../../../people/people.htm">People</a></td>
|
|
|
|
|
<td align="center"><a href="../../../../more/faq.htm">FAQ</a></td>
|
|
|
|
|
<td align="center"><a href="../../../../more/index.htm">More</a></td>
|
|
|
|
|
</table>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="spirit-nav"><a accesskey="n" href="fusion/preface.html"><img src="images/next.png" alt="Next"></a></div>
|
|
|
|
|
<div class="chapter" lang="en">
|
|
|
|
|
<div class="titlepage"><div>
|
|
|
|
|
<div><h2 class="title">
|
|
|
|
|
<a name="fusion"></a>Chapter<EFBFBD>1.<2E>Fusion 2.0</h2></div>
|
|
|
|
|
<div><div class="author"><h3 class="author">
|
|
|
|
|
<span class="firstname">Joel</span> <span class="surname">de Guzman</span>
|
|
|
|
|
</h3></div></div>
|
|
|
|
|
<div><div class="author"><h3 class="author">
|
|
|
|
|
<span class="firstname">Dan</span> <span class="surname">Marsden</span>
|
|
|
|
|
</h3></div></div>
|
|
|
|
|
<div><p class="copyright">Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</p></div>
|
|
|
|
|
<div><div class="legalnotice">
|
2007-02-07 22:59:25 +00:00
|
|
|
|
<a name="id377574"></a><p>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
|
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
|
|
|
|
</p>
|
|
|
|
|
</div></div>
|
|
|
|
|
</div></div>
|
|
|
|
|
<div class="toc">
|
|
|
|
|
<p><b>Table of Contents</b></p>
|
|
|
|
|
<dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/preface.html">Preface</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/introduction.html">Introduction</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/quick_start.html">Quick Start</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/organization.html">Organization</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/support.html">Support</a></span></dt>
|
2007-01-22 00:40:36 +00:00
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/support/is_sequence.html">is_sequence</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/support/is_view.html">is_view</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/support/tag_of.html">tag_of</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/support/category_of.html">category_of</a></span></dt>
|
2007-01-27 10:52:43 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/support/deduce.html">deduce</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/support/deduce_sequence.html">deduce_sequence</a></span></dt>
|
2007-01-22 00:40:36 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/support/pair.html">pair</a></span></dt>
|
|
|
|
|
</dl></dd>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/iterators.html">Iterators</a></span></dt>
|
2007-01-22 00:40:36 +00:00
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/concepts.html">Concepts</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/concepts/forward_iterator.html">Forward
|
|
|
|
|
Iterator</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/concepts/bidirectional_iterator.html">Bidirectional
|
|
|
|
|
Iterator</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/concepts/random_access_iterator.html">Random
|
|
|
|
|
Access Iterator</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions/deref.html">deref</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions/next.html">next</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions/prior.html">prior</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions/distance.html">distance</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions/advance.html">advance</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/functions/advance_c.html">advance_c</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/operators.html">Operators</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/operators/operator_unary_star.html"> Operator
|
|
|
|
|
*</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/operators/operator_equality.html"> Operator
|
|
|
|
|
==</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/operators/operator_inequality.html"> Operator
|
|
|
|
|
!=</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions.html">Metafunctions</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/value_of.html">value_of</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/deref.html">deref</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/next.html">next</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/prior.html">prior</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/equal_to.html">equal_to</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/distance.html">distance</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/advance.html">advance</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/iterators/metafunctions/advance_c.html">advance_c</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
</dl></dd>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/sequences.html">Sequences</a></span></dt>
|
2007-01-22 00:40:36 +00:00
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/concepts.html">Concepts</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/concepts/forward_sequence.html">Forward
|
|
|
|
|
Sequence</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/concepts/bidirectional_sequence.html">Bidirectional
|
|
|
|
|
Sequence</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/concepts/random_access_sequence.html">Random
|
|
|
|
|
Access Sequence</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/concepts/associative_sequence.html">Associative
|
|
|
|
|
Sequence</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/containers.html">Containers</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/containers/vector.html">vector</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/containers/cons.html">cons</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/containers/list.html">list</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/containers/set.html">set</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/containers/map.html">map</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views.html">Views</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/single_view.html">single_view</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/filter_view.html">filter_view</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/iterator_range.html">iterator_range</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/joint_view.html">joint_view</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/zip_view.html">zip_view</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/transform_view.html">transform_view</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/views/reverse_view.html">reverse_view</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/adapted.html">Adapted</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/adapted/std__pair.html">std::pair</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/adapted/mpl_sequence.html">mpl sequence</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/adapted/boost__array.html">boost::array</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/adapted/boost__tuple.html">boost::tuple</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/adapted/boost__variant.html">boost::variant</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/intrinsics.html">Intrinsics</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions.html">Metafunctions</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/generation.html">Generation</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/generation/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions.html">MetaFunctions</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/conversion.html">Conversion</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/conversion/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/conversion/metafunctions.html">Metafunctions</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/operators.html">Operators</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/operators/i_o.html">I/O</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/sequences/operators/comparison.html">Comparison</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
</dl></dd>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms.html">Algorithms</a></span></dt>
|
2007-01-22 00:40:36 +00:00
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/concepts.html">Concepts</a></span></dt>
|
|
|
|
|
<dd><dl><dt><span class="section"><a href="fusion/algorithms/concepts/poly.html"> Polymorphic Function
|
|
|
|
|
Object</a></span></dt></dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/iteration.html">Iteration</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/iteration/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/iteration/metafunctions.html">Metafunctions</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/query.html">Query</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/query/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions.html">Metafunctions</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/transformation.html">Transformation</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/transformation/functions.html">Functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions.html">Metafunctions</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
</dl></dd>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/tuples.html">Tuples</a></span></dt>
|
2007-01-22 00:40:36 +00:00
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/class_template_tuple.html">Class template tuple</a></span></dt>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/class_template_tuple/construction.html">Construction</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/class_template_tuple/tuple_creation_functions.html">Tuple
|
|
|
|
|
creation functions</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/class_template_tuple/tuple_helper_classes.html">Tuple
|
|
|
|
|
helper classes</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/class_template_tuple/element_access.html">Element
|
|
|
|
|
access</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/class_template_tuple/relational_operators.html">Relational
|
|
|
|
|
operators</a></span></dt>
|
|
|
|
|
</dl></dd>
|
|
|
|
|
<dt><span class="section"><a href="fusion/tuples/pairs.html">Pairs</a></span></dt>
|
|
|
|
|
</dl></dd>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<dt><span class="section"><a href="fusion/extension.html">Extension</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/notes.html">Notes</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/change_log.html">Change log</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/acknowledgements.html">Acknowledgements</a></span></dt>
|
|
|
|
|
<dt><span class="section"><a href="fusion/references.html">References</a></span></dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
2007-02-07 22:59:25 +00:00
|
|
|
|
<td align="left"><small><p>Last revised: February 07, 2007 at 22:55:21 GMT</p></small></td>
|
2006-08-22 15:57:13 +00:00
|
|
|
|
<td align="right"><small></small></td>
|
|
|
|
|
</tr></table>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="spirit-nav"><a accesskey="n" href="fusion/preface.html"><img src="images/next.png" alt="Next"></a></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|