Files
fusion/doc/html/index.html
Tobias Schwinger ca6f831b96 adds documentation for functional module
[SVN r36959]
2007-02-15 23:11:24 +00:00

409 lines
30 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 1. Fusion 2.0</title>
<link rel="stylesheet" href="boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="Chapter 1. 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 1. 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 © 2001-2005 Joel de Guzman, Dan Marsden</p></div>
<div><div class="legalnotice">
<a name="id899217"></a><p>
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>
<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>
<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>
<dt><span class="section"><a href="fusion/support/pair.html">pair</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/iterators.html">Iterators</a></span></dt>
<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>
<dt><span class="section"><a href="fusion/sequences.html">Sequences</a></span></dt>
<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>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/begin.html">begin</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/end.html">end</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/empty.html">empty</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/front.html">front</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/back.html">back</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/size.html">size</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/at.html">at</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/at_c.html">at_c</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/has_key.html">has_key</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/functions/at_key.html">at_key</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/begin.html">begin</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/end.html">end</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/empty.html">empty</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/front.html">front</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/back.html">back</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/size.html">size</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/at.html">at</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/at_c.html">at_c</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/value_at.html">value_at</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/value_at_c.html">value_at_c</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/has_key.html">has_key</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/at_key.html">at_key</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/intrinsics/metafunctions/value_at_key.html">value_at_key</a></span></dt>
</dl></dd>
</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>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/generation/functions/make_list.html">make_list</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/make_cons.html">make_cons</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/make_vector.html">make_vector</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/make_set.html">make_set</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/make_map.html">make_map</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/tiers.html">Tiers</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/list_tie.html">list_tie</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/functions/vector_tie.html">vector_tie</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions.html">MetaFunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/make_list.html">make_list</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/make_cons.html">make_cons</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/make_vector.html">make_vector</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/make_set.html">make_set</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/make_map.html">make_map</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/list_tie.html">list_tie</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/generation/metafunctions/vector_tie.html">vector_tie</a></span></dt>
</dl></dd>
</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>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/conversion/functions/as_list.html">as_list</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/conversion/functions/as_vector.html">as_vector</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/conversion/functions/as_set.html">as_set</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/conversion/functions/as_map.html">as_map</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/sequences/conversion/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/conversion/metafunctions/as_list.html">as_list</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/conversion/metafunctions/as_vector.html">as_vector</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/conversion/metafunctions/as_set.html">as_set</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/conversion/metafunctions/as_map.html">as_map</a></span></dt>
</dl></dd>
</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>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/operators/i_o/in.html">in</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/operators/i_o/out.html">out</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/sequences/operators/comparison.html">Comparison</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/sequences/operators/comparison/equal.html">equal</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/operators/comparison/not_equal.html">not
equal</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/operators/comparison/less_than.html">less
than</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/operators/comparison/less_than_equal.html">less
than equal</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/operators/comparison/greater_than.html">greater
than</a></span></dt>
<dt><span class="section"><a href="fusion/sequences/operators/comparison/greater_than_equal.html">greater
than equal</a></span></dt>
</dl></dd>
</dl></dd>
</dl></dd>
<dt><span class="section"><a href="fusion/algorithms.html">Algorithms</a></span></dt>
<dd><dl>
<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>
<dd><dl>
<dt><span class="section"><a href="fusion/algorithms/iteration/functions/fold.html">fold</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/iteration/functions/accumulate.html">accumulate</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/iteration/functions/for_each.html">for_each</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/algorithms/iteration/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/algorithms/iteration/metafunctions/fold.html">fold</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/iteration/metafunctions/accumulate.html">accumulate</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/iteration/metafunctions/for_each.html">for_each</a></span></dt>
</dl></dd>
</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>
<dd><dl>
<dt><span class="section"><a href="fusion/algorithms/query/functions/any.html">any</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/functions/all.html">all</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/functions/none.html">none</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/functions/find.html">find</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/functions/find_if.html">find_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/functions/count.html">count</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/functions/count_if.html">count_if</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/any.html">any</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/all.html">all</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/none.html">none</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/find.html">find</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/find_if.html">find_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/count.html">count</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/query/metafunctions/count_if.html">count_if</a></span></dt>
</dl></dd>
</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>
<dd><dl>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/filter.html">filter</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/filter_if.html">filter_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/transform.html">transform</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/replace.html">replace</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/replace_if.html">replace_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/remove.html">remove</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/remove_if.html">remove_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/reverse.html">reverse</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/clear.html">clear</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/erase.html">erase</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/erase_key.html">erase_key</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/insert.html">insert</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/insert_range.html">insert_range</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/join.html">join</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/zip.html">zip</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/pop_back.html">pop_back</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/pop_front.html">pop_front</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/push_back.html">push_back</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/functions/push_front.html">push_front</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/filter.html">filter</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/filter_if.html">filter_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/transform.html">transform</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/replace.html">replace</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/replace_if.html">replace_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/remove.html">remove</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/remove_if.html">remove_if</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/reverse.html">reverse</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/clear.html">clear</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/erase.html">erase</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/erase_key.html">erase_key</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/insert.html">insert</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/insert_range.html">insert_range</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/join.html">join</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/zip.html">zip</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/pop_back.html">pop_back</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/pop_front.html">pop_front</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/push_back.html">push_back</a></span></dt>
<dt><span class="section"><a href="fusion/algorithms/transformation/metafunctions/push_front.html">push_front</a></span></dt>
</dl></dd>
</dl></dd>
</dl></dd>
<dt><span class="section"><a href="fusion/tuples.html">Tuples</a></span></dt>
<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>
<dt><span class="section"><a href="fusion/extension.html">Extension</a></span></dt>
<dt><span class="section"><a href="fusion/functional.html">Functional</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/concepts.html">Concepts</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/concepts/callable.html"> Callable Object</a></span></dt>
<dt><span class="section"><a href="fusion/functional/concepts/poly.html"> Polymorphic Function
Object</a></span></dt>
<dt><span class="section"><a href="fusion/functional/concepts/def_callable.html"> Deferred
Callable Object</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/functional/invocation.html">Invocation</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/invocation/functions.html">Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/invocation/functions/invoke.html">invoke</a></span></dt>
<dt><span class="section"><a href="fusion/functional/invocation/functions/invoke_procedure.html">invoke_procedure</a></span></dt>
<dt><span class="section"><a href="fusion/functional/invocation/functions/invoke_function_object.html">invoke_function_object</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/functional/invocation/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/invocation/metafunctions/invoke.html">invoke</a></span></dt>
<dt><span class="section"><a href="fusion/functional/invocation/metafunctions/invoke_procedure.html">invoke_procedure</a></span></dt>
<dt><span class="section"><a href="fusion/functional/invocation/metafunctions/invoke_function_object.html">invoke_function_object</a></span></dt>
</dl></dd>
</dl></dd>
<dt><span class="section"><a href="fusion/functional/adapters.html"> Adapters</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/adapters/fused.html">fused</a></span></dt>
<dt><span class="section"><a href="fusion/functional/adapters/fused_procedure.html">fused_procedure</a></span></dt>
<dt><span class="section"><a href="fusion/functional/adapters/fused_function_object.html">fused_function_object</a></span></dt>
<dt><span class="section"><a href="fusion/functional/adapters/unfused_generic.html">unfused_generic</a></span></dt>
<dt><span class="section"><a href="fusion/functional/adapters/unfused_lvalue_args.html">unfused_lvalue_args</a></span></dt>
<dt><span class="section"><a href="fusion/functional/adapters/unfused_rvalue_args.html">unfused_rvalue_args</a></span></dt>
<dt><span class="section"><a href="fusion/functional/adapters/unfused_typed.html">unfused_typed</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/functional/generation.html">Generation</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/generation/functions.html">Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/generation/functions/make_fused.html">make_fused</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/functions/make_fused_procedure.html">make_fused_procedure</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/functions/make_fused_function_object.html">make_fused_function_object</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/functions/make_unfused_generic.html">make_unfused_generic</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/functions/make_unfused_lvalue_args.html">make_unfused_lvalue_args</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/functions/make_unfused_rvalue_args.html">make_unfused_rvalue_args</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions/make_fused.html">make_fused</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions/make_fused_procedure.html">make_fused_procedure</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions/make_fused_function_object.html">make_fused_function_object</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions/make_unfused_generic.html">make_unfused_generic</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions/make_unfused_lvalue_args.html">make_unfused_lvalue_args</a></span></dt>
<dt><span class="section"><a href="fusion/functional/generation/metafunctions/make_unfused_rvalue_args.html">make_unfused_rvalue_args</a></span></dt>
</dl></dd>
</dl></dd>
</dl></dd>
<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>
<td align="left"><small><p>Last revised: February 15, 2007 at 23:05:16 GMT</p></small></td>
<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>