|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53856 - in trunk/libs/fusion/doc: . html html/fusion html/fusion/adapted html/fusion/algorithm html/fusion/algorithm/iteration html/fusion/algorithm/iteration/functions html/fusion/algorithm/iteration/metafunctions html/fusion/algorithm/query html/fusion/algorithm/query/functions html/fusion/algorithm/query/metafunctions html/fusion/algorithm/transformation html/fusion/algorithm/transformation/functions html/fusion/algorithm/transformation/metafunctions html/fusion/container html/fusion/container/conversion html/fusion/container/conversion/functions html/fusion/container/conversion/metafunctions html/fusion/container/generation html/fusion/container/generation/functions html/fusion/container/generation/metafunctions html/fusion/extension html/fusion/functional html/fusion/functional/adapters html/fusion/functional/concepts html/fusion/functional/generation html/fusion/functional/generation/functions html/fusion/functional/generation/metafunctions html/fusion/functional/invocation html/fusion/functional/invocation/functions html/fusion/functional/invocation/metafunctions html/fusion/iterator html/fusion/iterator/concepts html/fusion/iterator/functions html/fusion/iterator/metafunctions html/fusion/iterator/operator html/fusion/sequence html/fusion/sequence/concepts html/fusion/sequence/intrinsic html/fusion/sequence/intrinsic/functions html/fusion/sequence/intrinsic/metafunctions html/fusion/sequence/operator html/fusion/sequence/operator/comparison html/fusion/sequence/operator/i_o html/fusion/support html/fusion/tuple html/fusion/tuple/class_template_tuple html/fusion/view
From: joel_at_[hidden]
Date: 2009-06-13 02:29:55
Author: djowel
Date: 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
New Revision: 53856
URL: http://svn.boost.org/trac/boost/changeset/53856
Log:
update for trac #1893
Text files modified:
trunk/libs/fusion/doc/container.qbk | 54 +--
trunk/libs/fusion/doc/html/fusion/acknowledgements.html | 14
trunk/libs/fusion/doc/html/fusion/adapted.html | 20
trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html | 32 +-
trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html | 32 +-
trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html | 36 +-
trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html | 26 +
trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html | 30 +
trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html | 36 +-
trunk/libs/fusion/doc/html/fusion/algorithm.html | 44 +-
trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html | 16
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html | 14
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html | 142 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html | 142 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html | 110 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html | 130 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html | 130 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html | 102 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query.html | 16
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html | 14
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html | 122 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html | 122 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html | 112 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html | 110 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html | 122 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html | 96 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html | 96 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html | 102 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html | 18
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html | 14
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html | 142 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html | 104 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html | 122 +++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html | 124 +++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html | 104 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html | 80 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html | 80 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html | 102 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html | 102 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html | 104 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html | 106 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html | 132 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html | 132 ++++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html | 220 ++++++---------
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html | 94 +++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html | 72 ++--
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html | 124 +++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html | 96 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html | 98 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html | 118 +++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html | 118 +++-----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html | 34 +-
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html | 72 ++--
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html | 94 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html | 94 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html | 94 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html | 114 +++----
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html | 220 ++++++---------
trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html | 46 +-
trunk/libs/fusion/doc/html/fusion/change_log.html | 22
trunk/libs/fusion/doc/html/fusion/container.html | 16
trunk/libs/fusion/doc/html/fusion/container/cons.html | 264 +++++++-----------
trunk/libs/fusion/doc/html/fusion/container/conversion.html | 16
trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html | 14
trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html | 76 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html | 76 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html | 76 ++---
trunk/libs/fusion/doc/html/fusion/container/generation.html | 16
trunk/libs/fusion/doc/html/fusion/container/generation/functions.html | 14
trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html | 88 ++---
trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html | 92 +++---
trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html | 140 ++++-----
trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html | 106 +++----
trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html | 92 +++---
trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html | 114 +++----
trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html | 42 +-
trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html | 88 ++---
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html | 96 +++----
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html | 126 +++-----
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html | 98 +++----
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html | 110 +++----
trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/container/list.html | 204 ++++++--------
trunk/libs/fusion/doc/html/fusion/container/map.html | 186 +++++-------
trunk/libs/fusion/doc/html/fusion/container/set.html | 174 +++++-------
trunk/libs/fusion/doc/html/fusion/container/vector.html | 182 +++++-------
trunk/libs/fusion/doc/html/fusion/extension.html | 14
trunk/libs/fusion/doc/html/fusion/extension/ext_full.html | 180 ++++++------
trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html | 420 ++++++++++++------------------
trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html | 274 ++++++++-----------
trunk/libs/fusion/doc/html/fusion/functional.html | 36 +-
trunk/libs/fusion/doc/html/fusion/functional/adapters.html | 14
trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html | 168 +++++-------
trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html | 168 +++++-------
trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html | 174 +++++-------
trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html | 20
trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html | 180 +++++-------
trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html | 190 +++++--------
trunk/libs/fusion/doc/html/fusion/functional/concepts.html | 14
trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html | 22
trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html | 86 +++---
trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html | 96 +++---
trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/functional/generation.html | 14
trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html | 14
trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html | 90 +++---
trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html | 90 +++---
trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html | 86 ++---
trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html | 26 +
trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html | 26 +
trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html | 26 +
trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html | 26 +
trunk/libs/fusion/doc/html/fusion/functional/invocation.html | 14
trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html | 14
trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html | 118 +++----
trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html | 110 +++----
trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html | 114 +++----
trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html | 18
trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html | 26 +
trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html | 26 +
trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html | 26 +
trunk/libs/fusion/doc/html/fusion/introduction.html | 50 +-
trunk/libs/fusion/doc/html/fusion/iterator.html | 16
trunk/libs/fusion/doc/html/fusion/iterator/concepts.html | 14
trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html | 206 ++++++---------
trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html | 546 +++++++++++++++------------------------
trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html | 204 +++++---------
trunk/libs/fusion/doc/html/fusion/iterator/functions.html | 14
trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html | 104 +++----
trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html | 104 +++----
trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html | 110 +++----
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html | 86 ++---
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html | 88 ++---
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html | 80 ++---
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html | 86 ++---
trunk/libs/fusion/doc/html/fusion/iterator/operator.html | 14
trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html | 70 ++--
trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html | 70 ++--
trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html | 80 ++---
trunk/libs/fusion/doc/html/fusion/notes.html | 116 ++++----
trunk/libs/fusion/doc/html/fusion/organization.html | 36 +-
trunk/libs/fusion/doc/html/fusion/preface.html | 124 +++-----
trunk/libs/fusion/doc/html/fusion/quick_start.html | 122 ++++----
trunk/libs/fusion/doc/html/fusion/references.html | 14
trunk/libs/fusion/doc/html/fusion/sequence.html | 16
trunk/libs/fusion/doc/html/fusion/sequence/concepts.html | 18
trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html | 272 +++++++------------
trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html | 266 +++++++-----------
trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html | 460 +++++++++++++--------------------
trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html | 294 ++++++++-------------
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html | 20
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html | 14
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html | 108 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html | 104 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html | 80 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html | 14
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html | 106 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html | 106 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html | 110 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html | 80 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html | 76 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html | 100 +++----
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html | 74 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html | 64 ++--
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html | 92 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html | 92 ++---
trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html | 94 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator.html | 14
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html | 24 +
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html | 92 +++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html | 88 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html | 82 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html | 58 ++-
trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html | 90 ++---
trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html | 90 ++---
trunk/libs/fusion/doc/html/fusion/support.html | 14
trunk/libs/fusion/doc/html/fusion/support/category_of.html | 72 ++--
trunk/libs/fusion/doc/html/fusion/support/deduce.html | 32 +-
trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html | 30 +
trunk/libs/fusion/doc/html/fusion/support/is_sequence.html | 86 ++---
trunk/libs/fusion/doc/html/fusion/support/is_view.html | 84 ++---
trunk/libs/fusion/doc/html/fusion/support/pair.html | 338 ++++++++++--------------
trunk/libs/fusion/doc/html/fusion/support/tag_of.html | 78 ++---
trunk/libs/fusion/doc/html/fusion/tuple.html | 18
trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html | 18
trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html | 68 ++--
trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html | 52 ++-
trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html | 148 +++++-----
trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html | 38 +-
trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html | 42 +-
trunk/libs/fusion/doc/html/fusion/tuple/pairs.html | 56 ++-
trunk/libs/fusion/doc/html/fusion/view.html | 16
trunk/libs/fusion/doc/html/fusion/view/filter_view.html | 180 +++++-------
trunk/libs/fusion/doc/html/fusion/view/iterator_range.html | 192 +++++--------
trunk/libs/fusion/doc/html/fusion/view/joint_view.html | 188 +++++-------
trunk/libs/fusion/doc/html/fusion/view/reverse_view.html | 154 ++++------
trunk/libs/fusion/doc/html/fusion/view/single_view.html | 152 ++++------
trunk/libs/fusion/doc/html/fusion/view/transform_view.html | 304 +++++++++-------------
trunk/libs/fusion/doc/html/fusion/view/zip_view.html | 160 ++++------
trunk/libs/fusion/doc/html/index.html | 19
254 files changed, 10201 insertions(+), 12844 deletions(-)
Modified: trunk/libs/fusion/doc/container.qbk
==============================================================================
--- trunk/libs/fusion/doc/container.qbk (original)
+++ trunk/libs/fusion/doc/container.qbk 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -628,14 +628,13 @@
typename __result_of_make_set__<T0, T1,... TN>::type
make_set(T0 const& x0, T1 const& x1... TN const& xN);
-The variadic function accepts `0` to `FUSION_MAX_VECTOR_SIZE`[footnote
-`set` is implemented in terms of the vector. That is why we reuse
-`FUSION_MAX_VECTOR_SIZE`] elements, where `FUSION_MAX_VECTOR_SIZE` is a user
-definable predefined maximum that defaults to `10`. You may define the
-preprocessor constant `FUSION_MAX_VECTOR_SIZE` before including any Fusion
-header to change the default. Example:
+The variadic function accepts `0` to `FUSION_MAX_SET_SIZE` elements,
+where `FUSION_MAX_SET_SIZE` is a user definable predefined maximum that
+defaults to `10`. You may define the preprocessor constant
+`FUSION_MAX_SET_SIZE` before including any Fusion header to change the
+default. Example:
- #define FUSION_MAX_VECTOR_SIZE 20
+ #define FUSION_MAX_SET_SIZE 20
[heading Parameters]
@@ -682,15 +681,14 @@
, typename T0, typename T1,... typename TN>
typename __result_of_make_map__<K0, K0,... KN, T0, T1,... TN>::type
make_map(T0 const& x0, T1 const& x1... TN const& xN);
+
+The variadic function accepts `0` to `FUSION_MAX_MAP_SIZE` elements,
+where `FUSION_MAX_MAP_SIZE` is a user definable predefined maximum that
+defaults to `10`. You may define the preprocessor constant
+`FUSION_MAX_MAP_SIZE` before including any Fusion header to change the
+default. Example:
-The variadic function accepts `0` to `FUSION_MAX_VECTOR_SIZE`[footnote
-`map` is implemented in terms of the vector. That is why we reuse
-`FUSION_MAX_VECTOR_SIZE`] elements, where `FUSION_MAX_VECTOR_SIZE` is a user
-definable predefined maximum that defaults to `10`. You may define the
-preprocessor constant `FUSION_MAX_VECTOR_SIZE` before including any Fusion
-header to change the default. Example:
-
- #define FUSION_MAX_VECTOR_SIZE 20
+ #define FUSION_MAX_MAP_SIZE 20
[heading Parameters]
@@ -1062,14 +1060,13 @@
template <typename T0, typename T1,... typename TN>
struct make_set;
-The variadic function accepts `0` to `FUSION_MAX_VECTOR_SIZE`[footnote
-`set` is implemented in terms of the vector. That is why we reuse
-`FUSION_MAX_VECTOR_SIZE`] elements, where `FUSION_MAX_VECTOR_SIZE` is a user
-definable predefined maximum that defaults to `10`. You may define the
-preprocessor constant `FUSION_MAX_VECTOR_SIZE` before including any Fusion
-header to change the default. Example:
+The variadic function accepts `0` to `FUSION_MAX_SET_SIZE` elements,
+where `FUSION_MAX_SET_SIZE` is a user definable predefined maximum that
+defaults to `10`. You may define the preprocessor constant
+`FUSION_MAX_SET_SIZE` before including any Fusion header to change the
+default. Example:
- #define FUSION_MAX_VECTOR_SIZE 20
+ #define FUSION_MAX_SET_SIZE 20
[heading Parameters]
@@ -1113,14 +1110,13 @@
, typename T0, typename T1,... typename TN>
struct make_map;
-The variadic function accepts `0` to `FUSION_MAX_VECTOR_SIZE`[footnote
-`map` is implemented in terms of the vector. That is why we reuse
-`FUSION_MAX_VECTOR_SIZE`] elements, where `FUSION_MAX_VECTOR_SIZE` is a user
-definable predefined maximum that defaults to `10`. You may define the
-preprocessor constant `FUSION_MAX_VECTOR_SIZE` before including any Fusion
-header to change the default. Example:
+The variadic function accepts `0` to `FUSION_MAX_MAP_SIZE` elements,
+where `FUSION_MAX_MAP_SIZE` is a user definable predefined maximum that
+defaults to `10`. You may define the preprocessor constant
+`FUSION_MAX_MAP_SIZE` before including any Fusion header to change the
+default. Example:
- #define FUSION_MAX_VECTOR_SIZE 20
+ #define FUSION_MAX_MAP_SIZE 20
[heading Parameters]
Modified: trunk/libs/fusion/doc/html/fusion/acknowledgements.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/acknowledgements.html (original)
+++ trunk/libs/fusion/doc/html/fusion/acknowledgements.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Acknowledgements</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="change_log.html" title="Change log">
+<link rel="previous" href="change_log.html" title="Change log">
<link rel="next" href="references.html" title="References">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="change_log.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="references.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.acknowledgements"></a>Acknowledgements</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.acknowledgements"></a>Acknowledgements
+</h2></div></div>
+<div></div>
+</div>
<p>
Special thanks to David Abrahams, Douglas Gregor, Hartmut Kaiser, Aleksey Gurtovoy,
Peder Holt, Daniel Wallin, Jaakko Jarvi, Jeremiah Willcock, Dan Marsden, Eric
Modified: trunk/libs/fusion/doc/html/fusion/adapted.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Adapted</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="view/reverse_view.html" title="reverse_view">
+<link rel="previous" href="view/reverse_view.html" title="reverse_view">
<link rel="next" href="adapted/std__pair.html" title="std::pair">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="view/reverse_view.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="adapted/std__pair.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.adapted"></a>Adapted</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.adapted"></a>Adapted
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">std::pair</span></dt>
<dt><span class="section">mpl sequence</span></dt>
@@ -34,9 +38,9 @@
<dt><span class="section"> BOOST_FUSION_ADAPT_ASSOC_STRUCT</span></dt>
</dl></div>
<p>
- Fusion provides a couple of adapters for other sequences such as <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>,
+ Fusion provides a couple of adapters for other sequences such as <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>,
<a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> sequences,
- and <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code>. These adapters are written using Fusion's
+ and <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></tt>. These adapters are written using Fusion's
non-intrusive Extension mechanism.
If you wish to use these sequences with fusion, simply include the necessary
files and they will be regarded as first-class, fully conforming fusion sequences.
@@ -46,7 +50,7 @@
various data structures, non-intrusively, as full fledged Fusion sequences.
</p>
<a name="fusion.adapted.header"></a><h3>
-<a name="id1143544"></a>
+<a name="id528254"></a>
<a href="adapted.html#fusion.adapted.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> BOOST_FUSION_ADAPT_ASSOC_STRUCT</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapted.html" title="Adapted">
-<link rel="prev" href="adapt_struct.html" title=" BOOST_FUSION_ADAPT_STRUCT">
+<link rel="previous" href="adapt_struct.html" title=" BOOST_FUSION_ADAPT_STRUCT">
<link rel="next" href="../algorithm.html" title="Algorithm">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="adapt_struct.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapted.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../algorithm.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.adapted.adapt_assoc"></a> BOOST_FUSION_ADAPT_ASSOC_STRUCT</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.adapted.adapt_assoc"></a> BOOST_FUSION_ADAPT_ASSOC_STRUCT
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.adapted.adapt_assoc.description"></a><h4>
-<a name="id1147255"></a>
+<a name="id532427"></a>
<a href="adapt_assoc.html#fusion.adapted.adapt_assoc.description">Description</a>
</h4>
<p>
@@ -38,7 +42,7 @@
Sequence</a>.
</p>
<a name="fusion.adapted.adapt_assoc.synopsis"></a><h4>
-<a name="id1147300"></a>
+<a name="id532475"></a>
<a href="adapt_assoc.html#fusion.adapted.adapt_assoc.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_ASSOC_STRUCT</span><span class="special">(</span>
@@ -49,34 +53,34 @@
<span class="special">)</span>
</pre>
<a name="fusion.adapted.adapt_assoc.semantics"></a><h4>
-<a name="id1147422"></a>
+<a name="id532613"></a>
<a href="adapt_assoc.html#fusion.adapted.adapt_assoc.semantics">Semantics</a>
</h4>
<p>
- The above macro generates the necessary code to adapt <code class="computeroutput"><span class="identifier">struct_name</span></code>
+ The above macro generates the necessary code to adapt <tt class="computeroutput"><span class="identifier">struct_name</span></tt>
as a model of <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a> and <a href="../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
- Sequence</a>. The sequence of <code class="computeroutput"><span class="special">(</span><span class="identifier">member_typeN</span><span class="special">,</span>
+ Sequence</a>. The sequence of <tt class="computeroutput"><span class="special">(</span><span class="identifier">member_typeN</span><span class="special">,</span>
<span class="identifier">member_nameN</span><span class="special">,</span>
- <span class="identifier">key_typeN</span><span class="special">)</span></code>
+ <span class="identifier">key_typeN</span><span class="special">)</span></tt>
triples declare the type, name and key type of each of the struct members
that will be part of the sequence.
</p>
<p>
- The macro should be used at global scope, and <code class="computeroutput"><span class="identifier">struct_name</span></code>
+ The macro should be used at global scope, and <tt class="computeroutput"><span class="identifier">struct_name</span></tt>
should be the fully namespace qualified name of the struct to be converted.
</p>
<a name="fusion.adapted.adapt_assoc.header"></a><h4>
-<a name="id1147533"></a>
+<a name="id532736"></a>
<a href="adapt_assoc.html#fusion.adapted.adapt_assoc.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_assoc_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.adapted.adapt_assoc.example"></a><h4>
-<a name="id1147681"></a>
+<a name="id532902"></a>
<a href="adapt_assoc.html#fusion.adapted.adapt_assoc.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>
Modified: trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/adapt_struct.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> BOOST_FUSION_ADAPT_STRUCT</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapted.html" title="Adapted">
-<link rel="prev" href="boost__tuple.html" title="boost::tuple">
+<link rel="previous" href="boost__tuple.html" title="boost::tuple">
<link rel="next" href="adapt_assoc.html" title=" BOOST_FUSION_ADAPT_ASSOC_STRUCT">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="boost__tuple.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapted.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="adapt_assoc.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.adapted.adapt_struct"></a> BOOST_FUSION_ADAPT_STRUCT</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.adapted.adapt_struct"></a> BOOST_FUSION_ADAPT_STRUCT
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.adapted.adapt_struct.description"></a><h4>
-<a name="id1146664"></a>
+<a name="id531764"></a>
<a href="adapt_struct.html#fusion.adapted.adapt_struct.description">Description</a>
</h4>
<p>
@@ -36,7 +40,7 @@
Access Sequence</a>.
</p>
<a name="fusion.adapted.adapt_struct.synopsis"></a><h4>
-<a name="id1146701"></a>
+<a name="id531804"></a>
<a href="adapt_struct.html#fusion.adapted.adapt_struct.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="identifier">BOOST_FUSION_ADAPT_STRUCT</span><span class="special">(</span>
@@ -47,31 +51,31 @@
<span class="special">)</span>
</pre>
<a name="fusion.adapted.adapt_struct.semantics"></a><h4>
-<a name="id1146802"></a>
+<a name="id531918"></a>
<a href="adapt_struct.html#fusion.adapted.adapt_struct.semantics">Semantics</a>
</h4>
<p>
- The above macro generates the necessary code to adapt <code class="computeroutput"><span class="identifier">struct_name</span></code>
+ The above macro generates the necessary code to adapt <tt class="computeroutput"><span class="identifier">struct_name</span></tt>
as a model of <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
- Access Sequence</a>. The sequence of <code class="computeroutput"><span class="special">(</span><span class="identifier">member_typeN</span><span class="special">,</span>
- <span class="identifier">member_nameN</span><span class="special">)</span></code>
+ Access Sequence</a>. The sequence of <tt class="computeroutput"><span class="special">(</span><span class="identifier">member_typeN</span><span class="special">,</span>
+ <span class="identifier">member_nameN</span><span class="special">)</span></tt>
pairs declare the type and names of each of the struct members that will
be part of the sequence.
</p>
<p>
- The macro should be used at global scope, and <code class="computeroutput"><span class="identifier">struct_name</span></code>
+ The macro should be used at global scope, and <tt class="computeroutput"><span class="identifier">struct_name</span></tt>
should be the fully namespace qualified name of the struct to be converted.
</p>
<a name="fusion.adapted.adapt_struct.header"></a><h4>
-<a name="id1146894"></a>
+<a name="id532021"></a>
<a href="adapt_struct.html#fusion.adapted.adapt_struct.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="keyword">struct</span><span class="special">/</span><span class="identifier">adapt_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">adapt_struct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.adapted.adapt_struct.example"></a><h4>
-<a name="id1147041"></a>
+<a name="id532186"></a>
<a href="adapt_struct.html#fusion.adapted.adapt_struct.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">demo</span>
Modified: trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/boost__array.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>boost::array</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapted.html" title="Adapted">
-<link rel="prev" href="mpl_sequence.html" title="mpl sequence">
+<link rel="previous" href="mpl_sequence.html" title="mpl sequence">
<link rel="next" href="boost__tuple.html" title="boost::tuple">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,43 +23,47 @@
<a accesskey="p" href="mpl_sequence.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapted.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="boost__tuple.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.adapted.boost__array"></a>boost::array</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.adapted.boost__array"></a>boost::array
+</h3></div></div>
+<div></div>
+</div>
<p>
- This module provides adapters for <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code>.
- Including the module header makes <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code>
+ This module provides adapters for <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></tt>.
+ Including the module header makes <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></tt>
a fully conforming <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>.
</p>
<a name="fusion.adapted.boost__array.header"></a><h4>
-<a name="id1145337"></a>
+<a name="id530274"></a>
<a href="boost__array.html#fusion.adapted.boost__array.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">array</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.adapted.boost__array.model_of"></a><h4>
-<a name="id1145476"></a>
+<a name="id530429"></a>
<a href="boost__array.html#fusion.adapted.boost__array.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a></li></ul></div>
<a name="fusion.adapted.boost__array.example"></a><h4>
-<a name="id1145513"></a>
+<a name="id530469"></a>
<a href="boost__array.html#fusion.adapted.boost__array.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="number">3</span><span class="special">></span> <span class="identifier">arr</span> <span class="special">=</span> <span class="special">{{</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">}};</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>begin
<span class="special">(</span><span class="identifier">arr</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">arr</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>advance_c
<span class="special"><</span><span class="number">2</span><span class="special">>(</span>begin
<span class="special">(</span><span class="identifier">arr</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>prior
<span class="special">(</span>end
<span class="special">(</span><span class="identifier">arr</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">2</span><span class="special">>(</span><span class="identifier">arr</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>begin<span class="special">(</span><span class="identifier">arr</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">arr</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>advance_c<span class="special"><</span><span class="number">2</span><span class="special">>(</span>begin<span class="special">(</span><span class="identifier">arr</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span>prior<span class="special">(</span>end<span class="special">(</span><span class="identifier">arr</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">2</span><span class="special">>(</span><span class="identifier">arr</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
<a name="fusion.adapted.boost__array.see_also"></a><h4>
-<a name="id1146058"></a>
+<a name="id531087"></a>
<a href="boost__array.html#fusion.adapted.boost__array.see_also">See also</a>
</h4>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/boost__tuple.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>boost::tuple</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapted.html" title="Adapted">
-<link rel="prev" href="boost__array.html" title="boost::array">
+<link rel="previous" href="boost__array.html" title="boost::array">
<link rel="next" href="adapt_struct.html" title=" BOOST_FUSION_ADAPT_STRUCT">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,30 +23,34 @@
<a accesskey="p" href="boost__array.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapted.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="adapt_struct.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.adapted.boost__tuple"></a>boost::tuple</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.adapted.boost__tuple"></a>boost::tuple
+</h3></div></div>
+<div></div>
+</div>
<p>
- This module provides adapters for <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></code>.
- Including the module header makes <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></code>
+ This module provides adapters for <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></tt>.
+ Including the module header makes <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></tt>
a fully conforming <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<a name="fusion.adapted.boost__tuple.header"></a><h4>
-<a name="id1146160"></a>
+<a name="id531199"></a>
<a href="boost__tuple.html#fusion.adapted.boost__tuple.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">boost_tuple</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">boost_tuple</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.adapted.boost__tuple.model_of"></a><h4>
-<a name="id1146298"></a>
+<a name="id531355"></a>
<a href="boost__tuple.html#fusion.adapted.boost__tuple.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a></li></ul></div>
<a name="fusion.adapted.boost__tuple.example"></a><h4>
-<a name="id1146335"></a>
+<a name="id531394"></a>
<a href="boost__tuple.html#fusion.adapted.boost__tuple.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">example_tuple</span><span class="special">(</span><span class="number">101</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">);</span>
@@ -54,7 +58,7 @@
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="special">*</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">next</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">begin</span><span class="special">(</span><span class="identifier">example_tuple</span><span class="special">))</span> <span class="special"><<</span> <span class="char">'\n'</span><span class="special">;</span>
</pre>
<a name="fusion.adapted.boost__tuple.see_also"></a><h4>
-<a name="id1146614"></a>
+<a name="id531710"></a>
<a href="boost__tuple.html#fusion.adapted.boost__tuple.see_also">See also</a>
</h4>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>mpl sequence</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapted.html" title="Adapted">
-<link rel="prev" href="std__pair.html" title="std::pair">
+<link rel="previous" href="std__pair.html" title="std::pair">
<link rel="next" href="boost__array.html" title="boost::array">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,22 +23,26 @@
<a accesskey="p" href="std__pair.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapted.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="boost__array.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.adapted.mpl_sequence"></a>mpl sequence</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.adapted.mpl_sequence"></a>mpl sequence
+</h3></div></div>
+<div></div>
+</div>
<p>
This module provides adapters for MPL
sequences. Including the module header makes all MPL
sequences fully conforming fusion sequences.
</p>
<a name="fusion.adapted.mpl_sequence.header"></a><h4>
-<a name="id1144502"></a>
+<a name="id529333"></a>
<a href="mpl_sequence.html#fusion.adapted.mpl_sequence.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">mpl</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">mpl</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.adapted.mpl_sequence.model_of"></a><h4>
-<a name="id1144640"></a>
+<a name="id529488"></a>
<a href="mpl_sequence.html#fusion.adapted.mpl_sequence.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc">
@@ -62,20 +66,20 @@
</li>
</ul></div>
<a name="fusion.adapted.mpl_sequence.example"></a><h4>
-<a name="id1144722"></a>
+<a name="id529578"></a>
<a href="mpl_sequence.html#fusion.adapted.mpl_sequence.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector_c</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="number">456</span><span class="special">></span> <span class="identifier">vec_c</span><span class="special">;</span>
<span class="identifier">fusion</span><span class="special">::</span><span class="identifier">vector2</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">long</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="identifier">vec_c</span><span class="special">);</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
<span class="identifier">v</span> <span class="special">=</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector_c</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="number">456</span><span class="special">,</span> <span class="number">789</span><span class="special">>();</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
<a name="fusion.adapted.mpl_sequence.see_also"></a><h4>
-<a name="id1145238"></a>
+<a name="id530163"></a>
<a href="mpl_sequence.html#fusion.adapted.mpl_sequence.see_also">See also</a>
</h4>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html (original)
+++ trunk/libs/fusion/doc/html/fusion/adapted/std__pair.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>std::pair</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapted.html" title="Adapted">
-<link rel="prev" href="../adapted.html" title="Adapted">
+<link rel="previous" href="../adapted.html" title="Adapted">
<link rel="next" href="mpl_sequence.html" title="mpl sequence">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,46 +23,50 @@
<a accesskey="p" href="../adapted.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapted.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mpl_sequence.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.adapted.std__pair"></a>std::pair</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.adapted.std__pair"></a>std::pair
+</h3></div></div>
+<div></div>
+</div>
<p>
- This module provides adapters for <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>.
- Including the module header makes <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>
+ This module provides adapters for <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>.
+ Including the module header makes <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>
a fully conforming <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>.
</p>
<a name="fusion.adapted.std__pair.header"></a><h4>
-<a name="id1143897"></a>
+<a name="id528654"></a>
<a href="std__pair.html#fusion.adapted.std__pair.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">adapted</span><span class="special">/</span><span class="identifier">std_pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">std_pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.adapted.std__pair.model_of"></a><h4>
-<a name="id1144035"></a>
+<a name="id528809"></a>
<a href="std__pair.html#fusion.adapted.std__pair.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a></li></ul></div>
<a name="fusion.adapted.std__pair.example"></a><h4>
-<a name="id1144072"></a>
+<a name="id528849"></a>
<a href="std__pair.html#fusion.adapted.std__pair.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">p</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"Hola!!!"</span><span class="special">);</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">p</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">p</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">p</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">p</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">p</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
<a name="fusion.adapted.std__pair.see_also"></a><h4>
-<a name="id1144383"></a>
+<a name="id529199"></a>
<a href="std__pair.html#fusion.adapted.std__pair.see_also">See also</a>
</h4>
<p>
- std::pair
,
- <a href="../tuple/pairs.html" title="Pairs"><code class="computeroutput"><span class="identifier">TR1</span>
- <span class="keyword">and</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
+ std::pair,
+ <a href="../tuple/pairs.html" title="Pairs"><tt class="computeroutput"><span class="identifier">TR1</span>
+ <span class="keyword">and</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt></a>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Algorithm</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="adapted/adapt_assoc.html" title=" BOOST_FUSION_ADAPT_ASSOC_STRUCT">
+<link rel="previous" href="adapted/adapt_assoc.html" title=" BOOST_FUSION_ADAPT_ASSOC_STRUCT">
<link rel="next" href="algorithm/iteration.html" title="Iteration">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="adapted/adapt_assoc.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="algorithm/iteration.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.algorithm"></a>Algorithm</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.algorithm"></a>Algorithm
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Iteration</span></dt>
<dd><dl>
@@ -43,7 +47,7 @@
</dl></dd>
</dl></div>
<a name="fusion.algorithm.lazy_evaluation"></a><h3>
-<a name="id1147994"></a>
+<a name="id533255"></a>
<a href="algorithm.html#fusion.algorithm.lazy_evaluation">Lazy Evaluation</a>
</h3>
<p>
@@ -57,39 +61,39 @@
fusion algorithms are functional in nature such that algorithms are non mutating
(no side effects). However, due to the high cost of returning full sequences
such as vectors and lists, <span class="emphasis"><em>Views</em></span> are returned from Fusion
- algorithms instead. For example, the transform
algorithm does not actually
- return a transformed version of the original sequence. transform
returns a transform_view
. This view holds a
+ algorithms instead. For example, the transform algorithm does not actually
+ return a transformed version of the original sequence. transform returns a transform_view. This view holds a
reference to the original sequence plus the transform function. Iteration over
- the transform_view
+ the transform_view
will apply the transform function over the sequence elements on demand. This
<span class="emphasis"><em>lazy</em></span> evaluation scheme allows us to chain as many algorithms
as we want without incurring a high runtime penalty.
</p>
<a name="fusion.algorithm.sequence_extension"></a><h3>
-<a name="id1148125"></a>
+<a name="id533401"></a>
<a href="algorithm.html#fusion.algorithm.sequence_extension">Sequence Extension</a>
</h3>
<p>
The <span class="emphasis"><em>lazy</em></span> evaluation scheme where Algorithms
return Views also allows operations such
- as push_back
to be totally generic. In
- Fusion, push_back
is actually a generic algorithm
- that works on all sequences. Given an input sequence <code class="computeroutput"><span class="identifier">s</span></code>
- and a value <code class="computeroutput"><span class="identifier">x</span></code>, Fusion's push_back
algorithm simply returns
- a joint_view
:
- a view that holds a reference to the original sequence <code class="computeroutput"><span class="identifier">s</span></code>
- and the value <code class="computeroutput"><span class="identifier">x</span></code>. Functions
+ as push_back to be totally generic. In
+ Fusion, push_back is actually a generic algorithm
+ that works on all sequences. Given an input sequence <tt class="computeroutput"><span class="identifier">s</span></tt>
+ and a value <tt class="computeroutput"><span class="identifier">x</span></tt>, Fusion's push_back algorithm simply returns
+ a joint_view:
+ a view that holds a reference to the original sequence <tt class="computeroutput"><span class="identifier">s</span></tt>
+ and the value <tt class="computeroutput"><span class="identifier">x</span></tt>. Functions
that were once sequence specific and need to be implemented N times over N
different sequences are now implemented only once. That is to say that Fusion
sequences are cheaply extensible. However, an important caveat is that the
- result of a sequence extending operation like push_back
does not retain the properties
- of the original sequence such as associativity of set
(s). To regain the original sequence,
+ result of a sequence extending operation like push_back does not retain the properties
+ of the original sequence such as associativity of set(s). To regain the original sequence,
<a href="container/conversion/functions.html" title="Functions">Conversion</a> functions
are provided. You may use one of the Conversion
functions to convert back to the original sequence type.
</p>
<a name="fusion.algorithm.header"></a><h3>
-<a name="id1148334"></a>
+<a name="id533628"></a>
<a href="algorithm.html#fusion.algorithm.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Iteration</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../algorithm.html" title="Algorithm">
-<link rel="prev" href="../algorithm.html" title="Algorithm">
+<link rel="previous" href="../algorithm.html" title="Algorithm">
<link rel="next" href="iteration/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../algorithm.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../algorithm.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="iteration/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.algorithm.iteration"></a>Iteration</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.algorithm.iteration"></a>Iteration
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
@@ -34,7 +38,7 @@
a sequence repeatedly applying an operation to its elements.
</p>
<a name="fusion.algorithm.iteration.header"></a><h4>
-<a name="id1148485"></a>
+<a name="id533798"></a>
<a href="iteration.html#fusion.algorithm.iteration.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../iteration.html" title="Iteration">
-<link rel="prev" href="../iteration.html" title="Iteration">
+<link rel="previous" href="../iteration.html" title="Iteration">
<link rel="next" href="functions/fold.html" title="fold">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../iteration.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iteration.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/fold.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.algorithm.iteration.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.algorithm.iteration.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">fold</span></dt>
<dt><span class="section">accumulate</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>accumulate</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="fold.html" title="fold">
+<link rel="previous" href="fold.html" title="fold">
<link rel="next" href="for_each.html" title="for_each">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="fold.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="for_each.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.iteration.functions.accumulate"></a>accumulate</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.iteration.functions.accumulate"></a>accumulate
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.iteration.functions.accumulate.description"></a><h6>
-<a name="id1150181"></a>
+<a name="id535705"></a>
<a href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">Seq</span></code>, initial
- state, and binary function object or function pointer <code class="computeroutput"><span class="identifier">f</span></code>,
- accumulate repeatedly applies binary <code class="computeroutput"><span class="identifier">f</span></code>
- to each element of <code class="computeroutput"><span class="identifier">Seq</span></code>
+ For a sequence <tt class="computeroutput"><span class="identifier">Seq</span></tt>, initial
+ state, and binary function object or function pointer <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ accumulate repeatedly applies binary <tt class="computeroutput"><span class="identifier">f</span></tt>
+ to each element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>
and the previous state.
</p>
<a name="fusion.algorithm.iteration.functions.accumulate.synopsis"></a><h6>
-<a name="id1150252"></a>
+<a name="id535782"></a>
<a href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,11 +49,11 @@
<span class="keyword">typename</span> <span class="identifier">State</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::accumulate
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">accumulate</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::accumulate<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">accumulate</span><span class="special">(</span>
<span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">State</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">initial_state</span><span class="special">,</span> <span class="identifier">F</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1150480"></a><p class="title"><b>Table 1.34. Parameters</b></p>
+<a name="id536041"></a><p class="title"><b>Table 1.34. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,114 +61,90 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">eN</span>
- <span class="special">....</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e2</span><span class="special">,</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">initial_state</span><span class="special">)))</span></code> must be a valid expression for
- each element <code class="computeroutput"><span class="identifier">e1</span></code>
- to <code class="computeroutput"><span class="identifier">eN</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">eN</span>
+ <span class="special">....</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e2</span><span class="special">,</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">initial_state</span><span class="special">)))</span></tt> must be a valid expression for
+ each element <tt class="computeroutput"><span class="identifier">e1</span></tt>
+ to <tt class="computeroutput"><span class="identifier">eN</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">initial_state</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">initial_state</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Initial state
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></code>
- for each element <code class="computeroutput"><span class="identifier">e</span></code>
- of type <code class="computeroutput"><span class="identifier">E</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>, and current state <code class="computeroutput"><span class="identifier">s</span></code> of type <code class="computeroutput"><span class="identifier">S</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></tt>
+ for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of type <tt class="computeroutput"><span class="identifier">E</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>, and current state <tt class="computeroutput"><span class="identifier">s</span></tt> of type <tt class="computeroutput"><span class="identifier">S</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.iteration.functions.accumulate.expression_semantics"></a><h6>
-<a name="id1150879"></a>
+<a name="id536490"></a>
<a href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">accumulate</span><span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">initial_state</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">eN</span> <span class="special">....</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e2</span><span class="special">,</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">initial_state</span><span class="special">)))</span></code>
- where <code class="computeroutput"><span class="identifier">e1</span> <span class="special">...</span><span class="identifier">eN</span></code> are the elements of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">eN</span> <span class="special">....</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e2</span><span class="special">,</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">initial_state</span><span class="special">)))</span></tt>
+ where <tt class="computeroutput"><span class="identifier">e1</span> <span class="special">...</span><span class="identifier">eN</span></tt> are the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.iteration.functions.accumulate.complexity"></a><h6>
-<a name="id1151063"></a>
+<a name="id536697"></a>
<a href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.complexity">Complexity</a>
</h6>
<p>
- Linear, exactly <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">f</span></code>.
+ Linear, exactly <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> applications of <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.algorithm.iteration.functions.accumulate.header"></a><h6>
-<a name="id1151147"></a>
+<a name="id536792"></a>
<a href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">accumulate</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">accumulate</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.iteration.functions.accumulate.example"></a><h6>
-<a name="id1151296"></a>
+<a name="id536959"></a>
<a href="accumulate.html#fusion.algorithm.iteration.functions.accumulate.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">make_string</span>
@@ -178,8 +158,8 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>accumulate
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="string">""</span><span class="special">),</span> <span class="identifier">make_string</span><span class="special">())</span> <span class="special">==</span> <span class="string">"12"</span><span class="special">);</span>
+<span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>accumulate<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="string">""</span><span class="special">),</span> <span class="identifier">make_string</span><span class="special">())</span> <span class="special">==</span> <span class="string">"12"</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>fold</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="accumulate.html" title="accumulate">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="accumulate.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.iteration.functions.fold"></a>fold</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.iteration.functions.fold"></a>fold
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.iteration.functions.fold.description"></a><h6>
-<a name="id1148660"></a>
+<a name="id533993"></a>
<a href="fold.html#fusion.algorithm.iteration.functions.fold.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">Seq</span></code>, initial
- state, and binary function object or function pointer <code class="computeroutput"><span class="identifier">f</span></code>,
- fold repeatedly applies binary <code class="computeroutput"><span class="identifier">f</span></code>
- to each element of <code class="computeroutput"><span class="identifier">Seq</span></code>
+ For a sequence <tt class="computeroutput"><span class="identifier">Seq</span></tt>, initial
+ state, and binary function object or function pointer <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ fold repeatedly applies binary <tt class="computeroutput"><span class="identifier">f</span></tt>
+ to each element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>
and the previous state.
</p>
<a name="fusion.algorithm.iteration.functions.fold.synopsis"></a><h6>
-<a name="id1148731"></a>
+<a name="id534070"></a>
<a href="fold.html#fusion.algorithm.iteration.functions.fold.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,11 +49,11 @@
<span class="keyword">typename</span> <span class="identifier">State</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::fold
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">fold</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::fold<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">fold</span><span class="special">(</span>
<span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">State</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">initial_state</span><span class="special">,</span> <span class="identifier">F</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1148958"></a><p class="title"><b>Table 1.33. Parameters</b></p>
+<a name="id534326"></a><p class="title"><b>Table 1.33. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,114 +61,90 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>,<code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></code> must be a valid expression for
- each element <code class="computeroutput"><span class="identifier">e</span></code>
- in <code class="computeroutput"><span class="identifier">seq</span></code>, and current
- state <code class="computeroutput"><span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>,<tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></tt> must be a valid expression for
+ each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ in <tt class="computeroutput"><span class="identifier">seq</span></tt>, and current
+ state <tt class="computeroutput"><span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">initial_state</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">initial_state</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Initial state
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></code>
- for each element <code class="computeroutput"><span class="identifier">e</span></code>
- of type <code class="computeroutput"><span class="identifier">E</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>, and current state <code class="computeroutput"><span class="identifier">s</span></code> of type <code class="computeroutput"><span class="identifier">S</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></tt>
+ for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of type <tt class="computeroutput"><span class="identifier">E</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>, and current state <tt class="computeroutput"><span class="identifier">s</span></tt> of type <tt class="computeroutput"><span class="identifier">S</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.iteration.functions.fold.expression_semantics"></a><h6>
-<a name="id1149320"></a>
+<a name="id534736"></a>
<a href="fold.html#fusion.algorithm.iteration.functions.fold.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">fold</span><span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">initial_state</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">eN</span> <span class="special">....</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e2</span><span class="special">,</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">initial_state</span><span class="special">)))</span></code>
- where <code class="computeroutput"><span class="identifier">e1</span> <span class="special">...</span><span class="identifier">eN</span></code> are the elements of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">eN</span> <span class="special">....</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e2</span><span class="special">,</span><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">initial_state</span><span class="special">)))</span></tt>
+ where <tt class="computeroutput"><span class="identifier">e1</span> <span class="special">...</span><span class="identifier">eN</span></tt> are the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.iteration.functions.fold.complexity"></a><h6>
-<a name="id1149504"></a>
+<a name="id534944"></a>
<a href="fold.html#fusion.algorithm.iteration.functions.fold.complexity">Complexity</a>
</h6>
<p>
- Linear, exactly <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">f</span></code>.
+ Linear, exactly <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> applications of <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.algorithm.iteration.functions.fold.header"></a><h6>
-<a name="id1149588"></a>
+<a name="id535037"></a>
<a href="fold.html#fusion.algorithm.iteration.functions.fold.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">fold</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">fold</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.iteration.functions.fold.example"></a><h6>
-<a name="id1149737"></a>
+<a name="id535204"></a>
<a href="fold.html#fusion.algorithm.iteration.functions.fold.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">make_string</span>
@@ -178,8 +158,8 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>fold
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="string">""</span><span class="special">),</span> <span class="identifier">make_string</span><span class="special">())</span> <span class="special">==</span> <span class="string">"12"</span><span class="special">);</span>
+<span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>fold<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="string">""</span><span class="special">),</span> <span class="identifier">make_string</span><span class="special">())</span> <span class="special">==</span> <span class="string">"12"</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>for_each</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="accumulate.html" title="accumulate">
+<link rel="previous" href="accumulate.html" title="accumulate">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="accumulate.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.iteration.functions.for_each"></a>for_each</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.iteration.functions.for_each"></a>for_each
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.iteration.functions.for_each.description"></a><h6>
-<a name="id1151738"></a>
+<a name="id537457"></a>
<a href="for_each.html#fusion.algorithm.iteration.functions.for_each.description">Description</a>
</h6>
<p>
Applies a unary function object to each element of a sequence.
</p>
<a name="fusion.algorithm.iteration.functions.for_each.synopsis"></a><h6>
-<a name="id1151767"></a>
+<a name="id537486"></a>
<a href="for_each.html#fusion.algorithm.iteration.functions.for_each.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::for_each
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">for_each</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::for_each<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">for_each</span><span class="special">(</span>
<span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1151944"></a><p class="title"><b>Table 1.35. Parameters</b></p>
+<a name="id537686"></a><p class="title"><b>Table 1.35. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,96 +56,78 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> must be a valid expression for
- each element <code class="computeroutput"><span class="identifier">e</span></code>
- in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> must be a valid expression for
+ each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
A unary <a href="../../../functional/concepts/reg_callable.html" title=" Regular Callable
Object">Regular
Callable Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.iteration.functions.for_each.expression_semantics"></a><h6>
-<a name="id1152123"></a>
+<a name="id537886"></a>
<a href="for_each.html#fusion.algorithm.iteration.functions.for_each.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">for_each
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
+<pre class="programlisting">for_each<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">void</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">void</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Calls <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> for each element <code class="computeroutput"><span class="identifier">e</span></code>
- in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Calls <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.iteration.functions.for_each.complexity"></a><h6>
-<a name="id1152261"></a>
+<a name="id538041"></a>
<a href="for_each.html#fusion.algorithm.iteration.functions.for_each.complexity">Complexity</a>
</h6>
<p>
- Linear, exactly <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">f</span></code>.
+ Linear, exactly <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> applications of <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.algorithm.iteration.functions.for_each.header"></a><h6>
-<a name="id1152345"></a>
+<a name="id538134"></a>
<a href="for_each.html#fusion.algorithm.iteration.functions.for_each.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.iteration.functions.for_each.example"></a><h6>
-<a name="id1152493"></a>
+<a name="id538302"></a>
<a href="for_each.html#fusion.algorithm.iteration.functions.for_each.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">increment</span>
@@ -153,9 +139,9 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-for_each
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">increment</span><span class="special">());</span>
-<span class="identifier">assert</span><span class="special">(</span><span class="identifier">vec</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>
+vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+for_each<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">increment</span><span class="special">());</span>
+<span class="identifier">assert</span><span class="special">(</span><span class="identifier">vec</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../iteration.html" title="Iteration">
-<link rel="prev" href="functions/for_each.html" title="for_each">
+<link rel="previous" href="functions/for_each.html" title="for_each">
<link rel="next" href="metafunctions/fold.html" title="fold">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="functions/for_each.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iteration.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/fold.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.algorithm.iteration.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.algorithm.iteration.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">fold</span></dt>
<dt><span class="section">accumulate</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>accumulate</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="fold.html" title="fold">
+<link rel="previous" href="fold.html" title="fold">
<link rel="next" href="for_each.html" title="for_each">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="fold.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="for_each.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.iteration.metafunctions.accumulate"></a>accumulate</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.iteration.metafunctions.accumulate"></a>accumulate
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.iteration.metafunctions.accumulate.description"></a><h6>
-<a name="id1171183"></a>
+<a name="id539657"></a>
<a href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.description">Description</a>
</h6>
<p>
- Returns the result type of accumulate
.
+ Returns the result type of accumulate.
</p>
<a name="fusion.algorithm.iteration.metafunctions.accumulate.synopsis"></a><h6>
-<a name="id1171226"></a>
+<a name="id539704"></a>
<a href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1171345"></a><p class="title"><b>Table 1.37. Parameters</b></p>
+<a name="id539838"></a><p class="title"><b>Table 1.37. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,107 +58,83 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to iterate
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">State</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">State</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The initial state for the first application of <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The initial state for the first application of <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></code>
- for each element <code class="computeroutput"><span class="identifier">e</span></code>
- of type <code class="computeroutput"><span class="identifier">E</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>, and current state <code class="computeroutput"><span class="identifier">s</span></code> of type <code class="computeroutput"><span class="identifier">S</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></tt>
+ for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of type <tt class="computeroutput"><span class="identifier">E</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>, and current state <tt class="computeroutput"><span class="identifier">s</span></tt> of type <tt class="computeroutput"><span class="identifier">S</span></tt>
+ </p></td>
+<td><p>
The operation to be applied on forward traversal
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.iteration.metafunctions.accumulate.expression_semantics"></a><h6>
-<a name="id1171657"></a>
+<a name="id540189"></a>
<a href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::accumulate
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::accumulate<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the result of applying
- <code class="computeroutput"><span class="identifier">accumulate</span></code> to a sequence
- of type <code class="computeroutput"><span class="identifier">Sequence</span></code>, with
- an initial state of type <code class="computeroutput"><span class="identifier">State</span></code>
- and binary function object or function pointer of type <code class="computeroutput"><span class="identifier">F</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the result of applying
+ <tt class="computeroutput"><span class="identifier">accumulate</span></tt> to a sequence
+ of type <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, with
+ an initial state of type <tt class="computeroutput"><span class="identifier">State</span></tt>
+ and binary function object or function pointer of type <tt class="computeroutput"><span class="identifier">F</span></tt>.
</p>
<a name="fusion.algorithm.iteration.metafunctions.accumulate.complexity"></a><h6>
-<a name="id1171810"></a>
+<a name="id540363"></a>
<a href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.complexity">Complexity</a>
</h6>
<p>
- Linear, exactly <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">F</span></code>.
+ Linear, exactly <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> applications of <tt class="computeroutput"><span class="identifier">F</span></tt>.
</p>
<a name="fusion.algorithm.iteration.metafunctions.accumulate.header"></a><h6>
-<a name="id1171894"></a>
+<a name="id540457"></a>
<a href="accumulate.html#fusion.algorithm.iteration.metafunctions.accumulate.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">accumulate</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>fold</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="accumulate.html" title="accumulate">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="accumulate.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.iteration.metafunctions.fold"></a>fold</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.iteration.metafunctions.fold"></a>fold
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.iteration.metafunctions.fold.description"></a><h6>
-<a name="id1152829"></a>
+<a name="id538677"></a>
<a href="fold.html#fusion.algorithm.iteration.metafunctions.fold.description">Description</a>
</h6>
<p>
- Returns the result type of fold
.
+ Returns the result type of fold.
</p>
<a name="fusion.algorithm.iteration.metafunctions.fold.synopsis"></a><h6>
-<a name="id1152873"></a>
+<a name="id538724"></a>
<a href="fold.html#fusion.algorithm.iteration.metafunctions.fold.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1152991"></a><p class="title"><b>Table 1.36. Parameters</b></p>
+<a name="id538858"></a><p class="title"><b>Table 1.36. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,107 +58,83 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to iterate
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">State</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">State</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The initial state for the first application of <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The initial state for the first application of <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></code>
- for each element <code class="computeroutput"><span class="identifier">e</span></code>
- of type <code class="computeroutput"><span class="identifier">E</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>, and current state <code class="computeroutput"><span class="identifier">s</span></code> of type <code class="computeroutput"><span class="identifier">S</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">,</span><span class="identifier">S</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">,</span><span class="identifier">s</span><span class="special">)</span></tt>
+ for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of type <tt class="computeroutput"><span class="identifier">E</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>, and current state <tt class="computeroutput"><span class="identifier">s</span></tt> of type <tt class="computeroutput"><span class="identifier">S</span></tt>
+ </p></td>
+<td><p>
The operation to be applied on forward traversal
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.iteration.metafunctions.fold.expression_semantics"></a><h6>
-<a name="id1153303"></a>
+<a name="id539207"></a>
<a href="fold.html#fusion.algorithm.iteration.metafunctions.fold.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::fold
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::fold<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">State</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the result of applying
- <code class="computeroutput"><span class="identifier">fold</span></code> to a sequence of
- type <code class="computeroutput"><span class="identifier">Sequence</span></code>, with an
- initial state of type <code class="computeroutput"><span class="identifier">State</span></code>
- and binary function object or function pointer of type <code class="computeroutput"><span class="identifier">F</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the result of applying
+ <tt class="computeroutput"><span class="identifier">fold</span></tt> to a sequence of
+ type <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, with an
+ initial state of type <tt class="computeroutput"><span class="identifier">State</span></tt>
+ and binary function object or function pointer of type <tt class="computeroutput"><span class="identifier">F</span></tt>.
</p>
<a name="fusion.algorithm.iteration.metafunctions.fold.complexity"></a><h6>
-<a name="id1170932"></a>
+<a name="id539377"></a>
<a href="fold.html#fusion.algorithm.iteration.metafunctions.fold.complexity">Complexity</a>
</h6>
<p>
- Linear, exactly <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> applications of <code class="computeroutput"><span class="identifier">F</span></code>.
+ Linear, exactly <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> applications of <tt class="computeroutput"><span class="identifier">F</span></tt>.
</p>
<a name="fusion.algorithm.iteration.metafunctions.fold.header"></a><h6>
-<a name="id1171016"></a>
+<a name="id539472"></a>
<a href="fold.html#fusion.algorithm.iteration.metafunctions.fold.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">fold</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>for_each</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="accumulate.html" title="accumulate">
+<link rel="previous" href="accumulate.html" title="accumulate">
<link rel="next" href="../../query.html" title="Query">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="accumulate.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../query.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.iteration.metafunctions.for_each"></a>for_each</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.iteration.metafunctions.for_each"></a>for_each
+</h5></div></div>
+<div></div>
+</div>
<p>
- A metafunction returning the result type of applying for_each
to a sequence. The
- return type of for_each
is always <code class="computeroutput"><span class="keyword">void</span></code>.
+ A metafunction returning the result type of applying for_each to a sequence. The
+ return type of for_each is always <tt class="computeroutput"><span class="keyword">void</span></tt>.
</p>
<a name="fusion.algorithm.iteration.metafunctions.for_each.description"></a><h6>
-<a name="id1172108"></a>
+<a name="id540698"></a>
<a href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.description">Description</a>
</h6>
<a name="fusion.algorithm.iteration.metafunctions.for_each.synopsis"></a><h6>
-<a name="id1172132"></a>
+<a name="id540722"></a>
<a href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1172239"></a><p class="title"><b>Table 1.38. Parameters</b></p>
+<a name="id540842"></a><p class="title"><b>Table 1.38. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,88 +59,70 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.iteration.metafunctions.for_each.expression_semantics"></a><h6>
-<a name="id1172364"></a>
+<a name="id540983"></a>
<a href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::for_each
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::for_each<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">void</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">void</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- for_each
for a sequence of type
- <code class="computeroutput"><span class="identifier">Sequence</span></code> and a unary
- function object <code class="computeroutput"><span class="identifier">F</span></code>. The
- return type is always <code class="computeroutput"><span class="keyword">void</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ for_each for a sequence of type
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt> and a unary
+ function object <tt class="computeroutput"><span class="identifier">F</span></tt>. The
+ return type is always <tt class="computeroutput"><span class="keyword">void</span></tt>.
</p>
<a name="fusion.algorithm.iteration.metafunctions.for_each.complexity"></a><h6>
-<a name="id1172522"></a>
+<a name="id541161"></a>
<a href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.iteration.metafunctions.for_each.header"></a><h6>
-<a name="id1172550"></a>
+<a name="id541190"></a>
<a href="for_each.html#fusion.algorithm.iteration.metafunctions.for_each.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Query</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../algorithm.html" title="Algorithm">
-<link rel="prev" href="iteration/metafunctions/for_each.html" title="for_each">
+<link rel="previous" href="iteration/metafunctions/for_each.html" title="for_each">
<link rel="next" href="query/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="iteration/metafunctions/for_each.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../algorithm.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="query/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.algorithm.query"></a>Query</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.algorithm.query"></a>Query
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
@@ -33,7 +37,7 @@
The query algorithms provide support for searching and analyzing sequences.
</p>
<a name="fusion.algorithm.query.header"></a><h4>
-<a name="id1172722"></a>
+<a name="id541383"></a>
<a href="query.html#fusion.algorithm.query.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../query.html" title="Query">
-<link rel="prev" href="../query.html" title="Query">
+<link rel="previous" href="../query.html" title="Query">
<link rel="next" href="functions/any.html" title="any">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../query.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../query.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/any.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.algorithm.query.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.algorithm.query.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">any</span></dt>
<dt><span class="section">all</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>all</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="any.html" title="any">
+<link rel="previous" href="any.html" title="any">
<link rel="next" href="none.html" title="none">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,32 +23,36 @@
<a accesskey="p" href="any.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="none.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.all"></a>all</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.all"></a>all
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.functions.all.description"></a><h6>
-<a name="id1174004"></a>
+<a name="id355132"></a>
<a href="all.html#fusion.algorithm.query.functions.all.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">seq</span></code> and
- unary function object <code class="computeroutput"><span class="identifier">f</span></code>,
- <code class="computeroutput"><span class="identifier">all</span></code> returns true if
- <code class="computeroutput"><span class="identifier">f</span></code> returns true for every
- element of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ For a sequence <tt class="computeroutput"><span class="identifier">seq</span></tt> and
+ unary function object <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ <tt class="computeroutput"><span class="identifier">all</span></tt> returns true if
+ <tt class="computeroutput"><span class="identifier">f</span></tt> returns true for every
+ element of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.all.synopsis"></a><h6>
-<a name="id1174069"></a>
+<a name="id355207"></a>
<a href="all.html#fusion.algorithm.query.functions.all.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::all
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">all</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::all<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">all</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1174220"></a><p class="title"><b>Table 1.40. Parameters</b></p>
+<a name="id544501"></a><p class="title"><b>Table 1.40. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,96 +60,78 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> is a valid expression, convertible
- to <code class="computeroutput"><span class="keyword">bool</span></code>, for every
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> is a valid expression, convertible
+ to <tt class="computeroutput"><span class="keyword">bool</span></tt>, for every
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
A unary function object
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The search predicate
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.all.expression_semantics"></a><h6>
-<a name="id1174382"></a>
+<a name="id544689"></a>
<a href="all.html#fusion.algorithm.query.functions.all.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">all
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
+<pre class="programlisting">all<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns true if and only
- if <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code>
- evaluates to <code class="computeroutput"><span class="keyword">true</span></code> for every
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns true if and only
+ if <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt>
+ evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt> for every
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.all.complexity"></a><h6>
-<a name="id1174511"></a>
+<a name="id544838"></a>
<a href="all.html#fusion.algorithm.query.functions.all.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.functions.all.header"></a><h6>
-<a name="id1174572"></a>
+<a name="id544908"></a>
<a href="all.html#fusion.algorithm.query.functions.all.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">all</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">all</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.query.functions.all.example"></a><h6>
-<a name="id1174704"></a>
+<a name="id545055"></a>
<a href="all.html#fusion.algorithm.query.functions.all.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>
@@ -157,8 +143,8 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="identifier">assert</span><span class="special">(</span>all
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">3</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
-<span class="identifier">assert</span><span class="special">(!</span>all
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
+<span class="identifier">assert</span><span class="special">(</span>all<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">3</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
+<span class="identifier">assert</span><span class="special">(!</span>all<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>any</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="all.html" title="all">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,32 +23,36 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="all.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.any"></a>any</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.any"></a>any
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.functions.any.description"></a><h6>
-<a name="id1172896"></a>
+<a name="id541577"></a>
<a href="any.html#fusion.algorithm.query.functions.any.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">seq</span></code> and
- unary function object <code class="computeroutput"><span class="identifier">f</span></code>,
- <code class="computeroutput"><span class="identifier">any</span></code> returns true if
- <code class="computeroutput"><span class="identifier">f</span></code> returns true for at
- least one element of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ For a sequence <tt class="computeroutput"><span class="identifier">seq</span></tt> and
+ unary function object <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ <tt class="computeroutput"><span class="identifier">any</span></tt> returns true if
+ <tt class="computeroutput"><span class="identifier">f</span></tt> returns true for at
+ least one element of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.any.synopsis"></a><h6>
-<a name="id1172976"></a>
+<a name="id541664"></a>
<a href="any.html#fusion.algorithm.query.functions.any.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::any
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">any</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::any<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">any</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1173144"></a><p class="title"><b>Table 1.39. Parameters</b></p>
+<a name="id541855"></a><p class="title"><b>Table 1.39. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,96 +60,78 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> must be a valid expression, convertible
- to <code class="computeroutput"><span class="keyword">bool</span></code>, for each
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> must be a valid expression, convertible
+ to <tt class="computeroutput"><span class="keyword">bool</span></tt>, for each
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
A unary function object
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The search predicate
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.any.expression_semantics"></a><h6>
-<a name="id1173322"></a>
+<a name="id542056"></a>
<a href="any.html#fusion.algorithm.query.functions.any.expression_semantics">Expression
semantics</a>
</h6>
-<pre class="programlisting">any
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
+<pre class="programlisting">any<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns true if and only
- if <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code>
- evaluates to <code class="computeroutput"><span class="keyword">true</span></code> for some
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns true if and only
+ if <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt>
+ evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt> for some
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.any.complexity"></a><h6>
-<a name="id1173471"></a>
+<a name="id542224"></a>
<a href="any.html#fusion.algorithm.query.functions.any.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.functions.any.header"></a><h6>
-<a name="id1173544"></a>
+<a name="id542305"></a>
<a href="any.html#fusion.algorithm.query.functions.any.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">any</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">any</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.query.functions.any.example"></a><h6>
-<a name="id1173690"></a>
+<a name="id542471"></a>
<a href="any.html#fusion.algorithm.query.functions.any.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>
@@ -157,8 +143,8 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="identifier">assert</span><span class="special">(</span>any
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
-<span class="identifier">assert</span><span class="special">(!</span>any
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">4</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
+<span class="identifier">assert</span><span class="special">(</span>any<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
+<span class="identifier">assert</span><span class="special">(!</span>any<span class="special">(</span>make_vector<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">4</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>count</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="find_if.html" title="find_if">
+<link rel="previous" href="find_if.html" title="find_if">
<link rel="next" href="count_if.html" title="count_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="find_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="count_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.count"></a>count</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.count"></a>count
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.functions.count.description"></a><h6>
-<a name="id1177754"></a>
+<a name="id548586"></a>
<a href="count.html#fusion.algorithm.query.functions.count.description">Description</a>
</h6>
<p>
Returns the number of elements of a given type within a sequence.
</p>
<a name="fusion.algorithm.query.functions.count.synopsis"></a><h6>
-<a name="id1177779"></a>
+<a name="id548614"></a>
<a href="count.html#fusion.algorithm.query.functions.count.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">T</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::count
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">count</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::count<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">count</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1177942"></a><p class="title"><b>Table 1.44. Parameters</b></p>
+<a name="id548815"></a><p class="title"><b>Table 1.44. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,100 +56,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">e</span> <span class="special">==</span> <span class="identifier">t</span></code>
- must be a valid expression, convertible to <code class="computeroutput"><span class="keyword">bool</span></code>,
- for each element <code class="computeroutput"><span class="identifier">e</span></code>
- in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">e</span> <span class="special">==</span> <span class="identifier">t</span></tt>
+ must be a valid expression, convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>,
+ for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to count
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.count.expression_semantics"></a><h6>
-<a name="id1178117"></a>
+<a name="id549006"></a>
<a href="count.html#fusion.algorithm.query.functions.count.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">count
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
+<pre class="programlisting">count<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">int</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">int</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the number of elements
- of type <code class="computeroutput"><span class="identifier">T</span></code> and equal to
- <code class="computeroutput"><span class="identifier">t</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the number of elements
+ of type <tt class="computeroutput"><span class="identifier">T</span></tt> and equal to
+ <tt class="computeroutput"><span class="identifier">t</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.count.complexity"></a><h6>
-<a name="id1178243"></a>
+<a name="id549142"></a>
<a href="count.html#fusion.algorithm.query.functions.count.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.functions.count.header"></a><h6>
-<a name="id1178316"></a>
+<a name="id549220"></a>
<a href="count.html#fusion.algorithm.query.functions.count.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">count</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.query.functions.count.example"></a><h6>
-<a name="id1178462"></a>
+<a name="id549383"></a>
<a href="count.html#fusion.algorithm.query.functions.count.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1.0</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>count
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="number">2</span><span class="special">)</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1.0</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>count<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="number">2</span><span class="special">)</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>count_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="count.html" title="count">
+<link rel="previous" href="count.html" title="count">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="count.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.count_if"></a>count_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.count_if"></a>count_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.functions.count_if.description"></a><h6>
-<a name="id1178652"></a>
+<a name="id549588"></a>
<a href="count_if.html#fusion.algorithm.query.functions.count_if.description">Description</a>
</h6>
<p>
Returns the number of elements within a sequence with a type for which
- a given unary function object evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
+ a given unary function object evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.count_if.synopsis"></a><h6>
-<a name="id1178692"></a>
+<a name="id549628"></a>
<a href="count_if.html#fusion.algorithm.query.functions.count_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::count_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">count_if</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::count_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">count_if</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1178863"></a><p class="title"><b>Table 1.45. Parameters</b></p>
+<a name="id549819"></a><p class="title"><b>Table 1.45. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,98 +57,80 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> is a valid expression, convertible
- to <code class="computeroutput"><span class="keyword">bool</span></code>, for each
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> is a valid expression, convertible
+ to <tt class="computeroutput"><span class="keyword">bool</span></tt>, for each
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
A unary function object
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The search predicate
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.count_if.expression_semantics"></a><h6>
-<a name="id1179040"></a>
+<a name="id550014"></a>
<a href="count_if.html#fusion.algorithm.query.functions.count_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">count_if
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">)</span>
+<pre class="programlisting">count_if<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">)</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">int</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">int</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the number of elements
- in <code class="computeroutput"><span class="identifier">seq</span></code> where <code class="computeroutput"><span class="identifier">f</span></code> evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the number of elements
+ in <tt class="computeroutput"><span class="identifier">seq</span></tt> where <tt class="computeroutput"><span class="identifier">f</span></tt> evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.count_if.complexity"></a><h6>
-<a name="id1179165"></a>
+<a name="id550150"></a>
<a href="count_if.html#fusion.algorithm.query.functions.count_if.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.functions.count_if.header"></a><h6>
-<a name="id1179238"></a>
+<a name="id550227"></a>
<a href="count_if.html#fusion.algorithm.query.functions.count_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">count_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.query.functions.count_if.example"></a><h6>
-<a name="id1179385"></a>
+<a name="id550392"></a>
<a href="count_if.html#fusion.algorithm.query.functions.count_if.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>count_if
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="identifier">odd</span><span class="special">())</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>count_if<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span><span class="identifier">odd</span><span class="special">())</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>find</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="none.html" title="none">
+<link rel="previous" href="none.html" title="none">
<link rel="next" href="find_if.html" title="find_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="none.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="find_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.find"></a>find</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.find"></a>find
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.functions.find.description"></a><h6>
-<a name="id1176007"></a>
+<a name="id546529"></a>
<a href="find.html#fusion.algorithm.query.functions.find.description">Description</a>
</h6>
<p>
Finds the first element of a given type within a sequence.
</p>
<a name="fusion.algorithm.query.functions.find.synopsis"></a><h6>
-<a name="id1176032"></a>
+<a name="id546555"></a>
<a href="find.html#fusion.algorithm.query.functions.find.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -49,7 +53,7 @@
<span class="emphasis"><em>unspecified</em></span> <span class="identifier">find</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1176189"></a><p class="title"><b>Table 1.42. Parameters</b></p>
+<a name="id546732"></a><p class="title"><b>Table 1.42. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,100 +61,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to search for
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.find.expression_semantics"></a><h6>
-<a name="id1176305"></a>
+<a name="id546864"></a>
<a href="find.html#fusion.algorithm.query.functions.find.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">find
<span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span>
+<pre class="programlisting">find<span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- category as the iterators of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ category as the iterators of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- first element of <code class="computeroutput"><span class="identifier">seq</span></code>
- of type <code class="computeroutput"><span class="identifier">T</span></code>, or <code class="computeroutput">end
<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></code> if there is no such element. Equivalent
- to <code class="computeroutput">find_if
<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ first element of <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ of type <tt class="computeroutput"><span class="identifier">T</span></tt>, or <tt class="computeroutput">end<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></tt> if there is no such element. Equivalent
+ to <tt class="computeroutput">find_if<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></tt>
</p>
<a name="fusion.algorithm.query.functions.find.complexity"></a><h6>
-<a name="id1176501"></a>
+<a name="id547085"></a>
<a href="find.html#fusion.algorithm.query.functions.find.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.functions.find.header"></a><h6>
-<a name="id1176564"></a>
+<a name="id547156"></a>
<a href="find.html#fusion.algorithm.query.functions.find.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">find</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">find</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.query.functions.find.example"></a><h6>
-<a name="id1176695"></a>
+<a name="id547304"></a>
<a href="find.html#fusion.algorithm.query.functions.find.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="char">'a'</span><span class="special">,</span><span class="char">'0'</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(*</span>find
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> <span class="char">'0'</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>find
<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> end
<span class="special">(</span><span class="identifier">vec</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">char</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="char">'a'</span><span class="special">,</span><span class="char">'0'</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(*</span>find<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> <span class="char">'0'</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>find<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> end<span class="special">(</span><span class="identifier">vec</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>find_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="find.html" title="find">
+<link rel="previous" href="find.html" title="find">
<link rel="next" href="count.html" title="count">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="find.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="count.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.find_if"></a>find_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.find_if"></a>find_if
+</h5></div></div>
+<div></div>
+</div>
<p>
Finds the first element within a sequence with a type for which a given
<a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
- Lambda Expression</a> evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
+ Lambda Expression</a> evaluates to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.find_if.description"></a><h6>
-<a name="id1176956"></a>
+<a name="id547615"></a>
<a href="find_if.html#fusion.algorithm.query.functions.find_if.description">Description</a>
</h6>
<a name="fusion.algorithm.query.functions.find_if.synopsis"></a><h6>
-<a name="id1176976"></a>
+<a name="id547638"></a>
<a href="find_if.html#fusion.algorithm.query.functions.find_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -51,7 +55,7 @@
<span class="emphasis"><em>unspecified</em></span> <span class="identifier">find_if</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1177134"></a><p class="title"><b>Table 1.43. Parameters</b></p>
+<a name="id547834"></a><p class="title"><b>Table 1.43. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -59,98 +63,80 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
A unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The search predicate
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.find_if.expression_semantics"></a><h6>
-<a name="id1177257"></a>
+<a name="id547979"></a>
<a href="find_if.html#fusion.algorithm.query.functions.find_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">find_if
<span class="special"><</span><span class="identifier">F</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span>
+<pre class="programlisting">find_if<span class="special"><</span><span class="identifier">F</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An iterator of the same
- iterator category as the iterators of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Return type</b></span>: An iterator of the same
+ iterator category as the iterators of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the first element
- of <code class="computeroutput"><span class="identifier">seq</span></code> for which <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
- Lambda Expression</a> <code class="computeroutput"><span class="identifier">F</span></code>
- evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>, or <code class="computeroutput">end
<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns the first element
+ of <tt class="computeroutput"><span class="identifier">seq</span></tt> for which <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
+ Lambda Expression</a> <tt class="computeroutput"><span class="identifier">F</span></tt>
+ evaluates to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>, or <tt class="computeroutput">end<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></tt>
if there is no such element.
</p>
<a name="fusion.algorithm.query.functions.find_if.complexity"></a><h6>
-<a name="id1177417"></a>
+<a name="id548177"></a>
<a href="find_if.html#fusion.algorithm.query.functions.find_if.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<p>
/algorithm/query/find_if.hpp>
</p>
<a name="fusion.algorithm.query.functions.find_if.example"></a><h6>
-<a name="id1177485"></a>
+<a name="id548260"></a>
<a href="find_if.html#fusion.algorithm.query.functions.find_if.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1.0</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(*</span>find_if
<span class="special"><</span><span class="identifier">is_integral</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>find_if
<span class="special"><</span><span class="identifier">is_class</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> end
<span class="special">(</span><span class="identifier">vec</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1.0</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(*</span>find_if<span class="special"><</span><span class="identifier">is_integral</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>find_if<span class="special"><</span><span class="identifier">is_class</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> end<span class="special">(</span><span class="identifier">vec</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>none</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="all.html" title="all">
+<link rel="previous" href="all.html" title="all">
<link rel="next" href="find.html" title="find">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,32 +23,36 @@
<a accesskey="p" href="all.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="find.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.functions.none"></a>none</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.functions.none"></a>none
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.functions.none.description"></a><h6>
-<a name="id1174988"></a>
+<a name="id545373"></a>
<a href="none.html#fusion.algorithm.query.functions.none.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">seq</span></code> and
- unary function object <code class="computeroutput"><span class="identifier">f</span></code>,
- <code class="computeroutput"><span class="identifier">none</span></code> returns true if
- <code class="computeroutput"><span class="identifier">f</span></code> returns false for every
- element of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ For a sequence <tt class="computeroutput"><span class="identifier">seq</span></tt> and
+ unary function object <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ <tt class="computeroutput"><span class="identifier">none</span></tt> returns true if
+ <tt class="computeroutput"><span class="identifier">f</span></tt> returns false for every
+ element of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.none.synopsis"></a><h6>
-<a name="id1175053"></a>
+<a name="id545447"></a>
<a href="none.html#fusion.algorithm.query.functions.none.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::none
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">none</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::none<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">none</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1175204"></a><p class="title"><b>Table 1.41. Parameters</b></p>
+<a name="id545617"></a><p class="title"><b>Table 1.41. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,96 +60,78 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> is a valid expression, convertible
- to <code class="computeroutput"><span class="keyword">bool</span></code>, for every
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> is a valid expression, convertible
+ to <tt class="computeroutput"><span class="keyword">bool</span></tt>, for every
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
The sequence to search
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
A unary function object
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The search predicate
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.functions.none.expression_semantics"></a><h6>
-<a name="id1175367"></a>
+<a name="id545805"></a>
<a href="none.html#fusion.algorithm.query.functions.none.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">none
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
+<pre class="programlisting">none<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns true if and only
- if <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code>
- evaluates to <code class="computeroutput"><span class="keyword">false</span></code> for every
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>. Result equivalent to <code class="computeroutput"><span class="special">!</span><span class="identifier">any</span><span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">)</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns true if and only
+ if <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt>
+ evaluates to <tt class="computeroutput"><span class="keyword">false</span></tt> for every
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>. Result equivalent to <tt class="computeroutput"><span class="special">!</span><span class="identifier">any</span><span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">)</span></tt>.
</p>
<a name="fusion.algorithm.query.functions.none.complexity"></a><h6>
-<a name="id1175528"></a>
+<a name="id545993"></a>
<a href="none.html#fusion.algorithm.query.functions.none.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.functions.none.header"></a><h6>
-<a name="id1175592"></a>
+<a name="id546064"></a>
<a href="none.html#fusion.algorithm.query.functions.none.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">none</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">none</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.query.functions.none.example"></a><h6>
-<a name="id1175723"></a>
+<a name="id546212"></a>
<a href="none.html#fusion.algorithm.query.functions.none.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>
@@ -157,8 +143,8 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="identifier">assert</span><span class="special">(</span>none
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">4</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
-<span class="identifier">assert</span><span class="special">(!</span>none
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
+<span class="identifier">assert</span><span class="special">(</span>none<span class="special">(</span>make_vector<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">4</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
+<span class="identifier">assert</span><span class="special">(!</span>none<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">()));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../query.html" title="Query">
-<link rel="prev" href="functions/count_if.html" title="count_if">
+<link rel="previous" href="functions/count_if.html" title="count_if">
<link rel="next" href="metafunctions/any.html" title="any">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="functions/count_if.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../query.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/any.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.algorithm.query.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.algorithm.query.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">any</span></dt>
<dt><span class="section">all</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>all</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="any.html" title="any">
+<link rel="previous" href="any.html" title="any">
<link rel="next" href="none.html" title="none">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="any.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="none.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.all"></a>all</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.all"></a>all
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.all.description"></a><h6>
-<a name="id1180230"></a>
+<a name="id551333"></a>
<a href="all.html#fusion.algorithm.query.metafunctions.all.description">Description</a>
</h6>
<p>
- A metafunction returning the result type of all
.
+ A metafunction returning the result type of all.
</p>
<a name="fusion.algorithm.query.metafunctions.all.synopsis"></a><h6>
-<a name="id1180273"></a>
+<a name="id551381"></a>
<a href="all.html#fusion.algorithm.query.metafunctions.all.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1180379"></a><p class="title"><b>Table 1.47. Parameters</b></p>
+<a name="id551500"></a><p class="title"><b>Table 1.47. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,92 +58,74 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
A model of unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.all.expression_semantics"></a><h6>
-<a name="id1180510"></a>
+<a name="id551647"></a>
<a href="all.html#fusion.algorithm.query.metafunctions.all.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::all
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::all<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- all
- given a sequence of type <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ all
+ given a sequence of type <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
and a unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
- Function Object</a> of type <code class="computeroutput"><span class="identifier">F</span></code>.
- The return type is always <code class="computeroutput"><span class="keyword">bool</span></code>.
+ Function Object</a> of type <tt class="computeroutput"><span class="identifier">F</span></tt>.
+ The return type is always <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<a name="fusion.algorithm.query.metafunctions.all.complexity"></a><h6>
-<a name="id1180674"></a>
+<a name="id551831"></a>
<a href="all.html#fusion.algorithm.query.metafunctions.all.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.query.metafunctions.all.header"></a><h6>
-<a name="id1180701"></a>
+<a name="id551860"></a>
<a href="all.html#fusion.algorithm.query.metafunctions.all.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">all</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>any</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="all.html" title="all">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="all.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.any"></a>any</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.any"></a>any
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.any.description"></a><h6>
-<a name="id1179594"></a>
+<a name="id550624"></a>
<a href="any.html#fusion.algorithm.query.metafunctions.any.description">Description</a>
</h6>
<p>
- A metafunction returning the result type of any
.
+ A metafunction returning the result type of any.
</p>
<a name="fusion.algorithm.query.metafunctions.any.synopsis"></a><h6>
-<a name="id1179637"></a>
+<a name="id550670"></a>
<a href="any.html#fusion.algorithm.query.metafunctions.any.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1179743"></a><p class="title"><b>Table 1.46. Parameters</b></p>
+<a name="id550789"></a><p class="title"><b>Table 1.46. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,92 +58,74 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
A model of unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.any.expression_semantics"></a><h6>
-<a name="id1179876"></a>
+<a name="id550938"></a>
<a href="any.html#fusion.algorithm.query.metafunctions.any.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::any
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::any<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- any
- given a sequence of type <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ any
+ given a sequence of type <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
and a unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
- Function Object</a> of type <code class="computeroutput"><span class="identifier">F</span></code>.
- The return type is always <code class="computeroutput"><span class="keyword">bool</span></code>.
+ Function Object</a> of type <tt class="computeroutput"><span class="identifier">F</span></tt>.
+ The return type is always <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<a name="fusion.algorithm.query.metafunctions.any.complexity"></a><h6>
-<a name="id1180040"></a>
+<a name="id551123"></a>
<a href="any.html#fusion.algorithm.query.metafunctions.any.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.query.metafunctions.any.header"></a><h6>
-<a name="id1180067"></a>
+<a name="id551151"></a>
<a href="any.html#fusion.algorithm.query.metafunctions.any.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">any</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>count</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="find_if.html" title="find_if">
+<link rel="previous" href="find_if.html" title="find_if">
<link rel="next" href="count_if.html" title="count_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="find_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="count_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.count"></a>count</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.count"></a>count
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.count.description"></a><h6>
-<a name="id1182877"></a>
+<a name="id554287"></a>
<a href="count.html#fusion.algorithm.query.metafunctions.count.description">Description</a>
</h6>
<p>
- A metafunction that returns the result type of <code class="computeroutput"><span class="identifier">count</span></code>
+ A metafunction that returns the result type of <tt class="computeroutput"><span class="identifier">count</span></tt>
given the sequence and search types.
</p>
<a name="fusion.algorithm.query.metafunctions.count.synopsis"></a><h6>
-<a name="id1182915"></a>
+<a name="id554329"></a>
<a href="count.html#fusion.algorithm.query.metafunctions.count.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1183021"></a><p class="title"><b>Table 1.51. Parameters</b></p>
+<a name="id554447"></a><p class="title"><b>Table 1.51. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,86 +59,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
heading Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.count.expression_semantics"></a><h6>
-<a name="id1183144"></a>
+<a name="id554584"></a>
<a href="count.html#fusion.algorithm.query.metafunctions.count.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::count
<span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::count<span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">int</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">int</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- count
. The return type is always
- <code class="computeroutput"><span class="keyword">int</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ count. The return type is always
+ <tt class="computeroutput"><span class="keyword">int</span></tt>.
</p>
<a name="fusion.algorithm.query.metafunctions.count.complexity"></a><h6>
-<a name="id1183269"></a>
+<a name="id554726"></a>
<a href="count.html#fusion.algorithm.query.metafunctions.count.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.query.metafunctions.count.header"></a><h6>
-<a name="id1183297"></a>
+<a name="id554754"></a>
<a href="count.html#fusion.algorithm.query.metafunctions.count.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>count_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="count.html" title="count">
+<link rel="previous" href="count.html" title="count">
<link rel="next" href="../../transformation.html" title="Transformation">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="count.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../transformation.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.count_if"></a>count_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.count_if"></a>count_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.count_if.description"></a><h6>
-<a name="id1183461"></a>
+<a name="id554938"></a>
<a href="count_if.html#fusion.algorithm.query.metafunctions.count_if.description">Description</a>
</h6>
<p>
- A metafunction that returns the result type of <code class="computeroutput"><span class="identifier">count_if</span></code>
+ A metafunction that returns the result type of <tt class="computeroutput"><span class="identifier">count_if</span></tt>
given the sequence and predicate types.
</p>
<a name="fusion.algorithm.query.metafunctions.count_if.synopsis"></a><h6>
-<a name="id1183500"></a>
+<a name="id554979"></a>
<a href="count_if.html#fusion.algorithm.query.metafunctions.count_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1183605"></a><p class="title"><b>Table 1.52. Parameters</b></p>
+<a name="id555098"></a><p class="title"><b>Table 1.52. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,86 +59,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
A unary function object
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.count_if.expression_semantics"></a><h6>
-<a name="id1183731"></a>
+<a name="id555238"></a>
<a href="count_if.html#fusion.algorithm.query.metafunctions.count_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::count_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::count_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">int</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">int</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- count_if
. The return type is
- always <code class="computeroutput"><span class="keyword">int</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ count_if. The return type is
+ always <tt class="computeroutput"><span class="keyword">int</span></tt>.
</p>
<a name="fusion.algorithm.query.metafunctions.count_if.complexity"></a><h6>
-<a name="id1183866"></a>
+<a name="id555390"></a>
<a href="count_if.html#fusion.algorithm.query.metafunctions.count_if.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.query.metafunctions.count_if.header"></a><h6>
-<a name="id1183893"></a>
+<a name="id555417"></a>
<a href="count_if.html#fusion.algorithm.query.metafunctions.count_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">count_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>find</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="none.html" title="none">
+<link rel="previous" href="none.html" title="none">
<link rel="next" href="find_if.html" title="find_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="none.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="find_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.find"></a>find</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.find"></a>find
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.find.description"></a><h6>
-<a name="id1181502"></a>
+<a name="id552753"></a>
<a href="find.html#fusion.algorithm.query.metafunctions.find.description">Description</a>
</h6>
<p>
- Returns the result type of <code class="computeroutput"><span class="identifier">find</span></code>,
+ Returns the result type of <tt class="computeroutput"><span class="identifier">find</span></tt>,
given the sequence and search types.
</p>
<a name="fusion.algorithm.query.metafunctions.find.synopsis"></a><h6>
-<a name="id1181541"></a>
+<a name="id552794"></a>
<a href="find.html#fusion.algorithm.query.metafunctions.find.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1181644"></a><p class="title"><b>Table 1.49. Parameters</b></p>
+<a name="id552910"></a><p class="title"><b>Table 1.49. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,88 +59,70 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.find.expression_semantics"></a><h6>
-<a name="id1181768"></a>
+<a name="id553049"></a>
<a href="find.html#fusion.algorithm.query.metafunctions.find.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::find
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::find<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- category as the iterators of <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ category as the iterators of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- first element of type <code class="computeroutput"><span class="identifier">T</span></code>
- in <code class="computeroutput"><span class="identifier">Sequence</span></code>, or <code class="computeroutput">result_of::end
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ first element of type <tt class="computeroutput"><span class="identifier">T</span></tt>
+ in <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, or <tt class="computeroutput">result_of::end<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></tt>
if there is no such element.
</p>
<a name="fusion.algorithm.query.metafunctions.find.complexity"></a><h6>
-<a name="id1181946"></a>
+<a name="id553249"></a>
<a href="find.html#fusion.algorithm.query.metafunctions.find.complexity">Complexity</a>
</h6>
<p>
- Linear, at most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear, at most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.metafunctions.find.header"></a><h6>
-<a name="id1182019"></a>
+<a name="id553330"></a>
<a href="find.html#fusion.algorithm.query.metafunctions.find.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">find</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>find_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="find.html" title="find">
+<link rel="previous" href="find.html" title="find">
<link rel="next" href="count.html" title="count">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="find.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="count.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.find_if"></a>find_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.find_if"></a>find_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.find_if.description"></a><h6>
-<a name="id1182186"></a>
+<a name="id553516"></a>
<a href="find_if.html#fusion.algorithm.query.metafunctions.find_if.description">Description</a>
</h6>
<p>
- Returns the result type of <code class="computeroutput"><span class="identifier">find_if</span></code>
+ Returns the result type of <tt class="computeroutput"><span class="identifier">find_if</span></tt>
given the sequence and predicate types.
</p>
<a name="fusion.algorithm.query.metafunctions.find_if.synopsis"></a><h6>
-<a name="id1182225"></a>
+<a name="id553558"></a>
<a href="find_if.html#fusion.algorithm.query.metafunctions.find_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1182329"></a><p class="title"><b>Table 1.50. Parameters</b></p>
+<a name="id553675"></a><p class="title"><b>Table 1.50. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,89 +59,71 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
A model of <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's arguments
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.find_if.expression_semantics"></a><h6>
-<a name="id1182461"></a>
+<a name="id553822"></a>
<a href="find_if.html#fusion.algorithm.query.metafunctions.find_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::find_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::find_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- category as the iterators of <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ category as the iterators of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- first element in <code class="computeroutput"><span class="identifier">Sequence</span></code>
- for which <code class="computeroutput"><span class="identifier">Pred</span></code> evaluates
- to true. Returns <code class="computeroutput">result_of::end
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></code> if there is no such element.
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ first element in <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ for which <tt class="computeroutput"><span class="identifier">Pred</span></tt> evaluates
+ to true. Returns <tt class="computeroutput">result_of::end<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></tt> if there is no such element.
</p>
<a name="fusion.algorithm.query.metafunctions.find_if.complexity"></a><h6>
-<a name="id1182639"></a>
+<a name="id554022"></a>
<a href="find_if.html#fusion.algorithm.query.metafunctions.find_if.complexity">Complexity</a>
</h6>
<p>
- Linear. At most <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></code> comparisons.
+ Linear. At most <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">value</span></tt> comparisons.
</p>
<a name="fusion.algorithm.query.metafunctions.find_if.header"></a><h6>
-<a name="id1182712"></a>
+<a name="id554103"></a>
<a href="find_if.html#fusion.algorithm.query.metafunctions.find_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">find_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>none</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="all.html" title="all">
+<link rel="previous" href="all.html" title="all">
<link rel="next" href="find.html" title="find">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="all.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="find.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.query.metafunctions.none"></a>none</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.query.metafunctions.none"></a>none
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.query.metafunctions.none.description"></a><h6>
-<a name="id1180864"></a>
+<a name="id552042"></a>
<a href="none.html#fusion.algorithm.query.metafunctions.none.description">Description</a>
</h6>
<p>
- A metafunction returning the result type of none
.
+ A metafunction returning the result type of none.
</p>
<a name="fusion.algorithm.query.metafunctions.none.synopsis"></a><h6>
-<a name="id1180907"></a>
+<a name="id552089"></a>
<a href="none.html#fusion.algorithm.query.metafunctions.none.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1181013"></a><p class="title"><b>Table 1.48. Parameters</b></p>
+<a name="id552208"></a><p class="title"><b>Table 1.48. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,92 +58,74 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
A model of unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.query.metafunctions.none.expression_semantics"></a><h6>
-<a name="id1181143"></a>
+<a name="id552354"></a>
<a href="none.html#fusion.algorithm.query.metafunctions.none.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::none
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::none<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- none
- given a sequence of type <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ none
+ given a sequence of type <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
and a unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
- Function Object</a> of type <code class="computeroutput"><span class="identifier">F</span></code>.
- The return type is always <code class="computeroutput"><span class="keyword">bool</span></code>.
+ Function Object</a> of type <tt class="computeroutput"><span class="identifier">F</span></tt>.
+ The return type is always <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<a name="fusion.algorithm.query.metafunctions.none.complexity"></a><h6>
-<a name="id1181308"></a>
+<a name="id552538"></a>
<a href="none.html#fusion.algorithm.query.metafunctions.none.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.query.metafunctions.none.header"></a><h6>
-<a name="id1181335"></a>
+<a name="id552566"></a>
<a href="none.html#fusion.algorithm.query.metafunctions.none.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">query</span><span class="special">/</span><span class="identifier">none</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Transformation</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../algorithm.html" title="Algorithm">
-<link rel="prev" href="query/metafunctions/count_if.html" title="count_if">
+<link rel="previous" href="query/metafunctions/count_if.html" title="count_if">
<link rel="next" href="transformation/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="query/metafunctions/count_if.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../algorithm.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="transformation/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.algorithm.transformation"></a>Transformation</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.algorithm.transformation"></a>Transformation
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
@@ -39,14 +43,14 @@
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
<th align="left">Note</th>
</tr>
-<tr><td align="left" valign="top"><p>
+<tr><td colspan="2" align="left" valign="top"><p>
As the transformation algorithms return views onto their input arguments,
it is important that the lifetime of the input arguments is greater than
the period during which you wish to use the results.
</p></td></tr>
</table></div>
<a name="fusion.algorithm.transformation.header"></a><h4>
-<a name="id1184077"></a>
+<a name="id555624"></a>
<a href="transformation.html#fusion.algorithm.transformation.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../transformation.html" title="Transformation">
-<link rel="prev" href="../transformation.html" title="Transformation">
+<link rel="previous" href="../transformation.html" title="Transformation">
<link rel="next" href="functions/filter.html" title="filter">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../transformation.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../transformation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/filter.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.algorithm.transformation.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.algorithm.transformation.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">filter</span></dt>
<dt><span class="section">filter_if</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>clear</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="reverse.html" title="reverse">
+<link rel="previous" href="reverse.html" title="reverse">
<link rel="next" href="erase.html" title="erase">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="reverse.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="erase.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.clear"></a>clear</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.clear"></a>clear
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.clear.description"></a><h6>
-<a name="id1209957"></a>
+<a name="id565009"></a>
<a href="clear.html#fusion.algorithm.transformation.functions.clear.description">Description</a>
</h6>
<p>
- clear
returns an empty sequence.
+ clear returns an empty sequence.
</p>
<a name="fusion.algorithm.transformation.functions.clear.synposis"></a><h6>
-<a name="id1210000"></a>
+<a name="id565057"></a>
<a href="clear.html#fusion.algorithm.transformation.functions.clear.synposis">Synposis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::clear
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">clear</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::clear<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">clear</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1210136"></a><p class="title"><b>Table 1.62. Parameters</b></p>
+<a name="id565210"></a><p class="title"><b>Table 1.62. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,78 +54,66 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.clear.expression_semantics"></a><h6>
-<a name="id1210229"></a>
+<a name="id565313"></a>
<a href="clear.html#fusion.algorithm.transformation.functions.clear.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">clear
<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">clear<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Expression Semantics</strong></span>: Returns a sequence
+ <span class="bold"><b>Expression Semantics</b></span>: Returns a sequence
with no elements.
</p>
<a name="fusion.algorithm.transformation.functions.clear.complexity"></a><h6>
-<a name="id1210313"></a>
+<a name="id565407"></a>
<a href="clear.html#fusion.algorithm.transformation.functions.clear.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.functions.clear.header"></a><h6>
-<a name="id1210340"></a>
+<a name="id565436"></a>
<a href="clear.html#fusion.algorithm.transformation.functions.clear.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.clear.example"></a><h6>
-<a name="id1210489"></a>
+<a name="id565603"></a>
<a href="clear.html#fusion.algorithm.transformation.functions.clear.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>clear
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector
<span class="special">());</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>clear<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector<span class="special">());</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>erase</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="clear.html" title="clear">
+<link rel="previous" href="clear.html" title="clear">
<link rel="next" href="erase_key.html" title="erase_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="clear.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="erase_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.erase"></a>erase</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.erase"></a>erase
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.erase.description"></a><h6>
-<a name="id1210632"></a>
+<a name="id565760"></a>
<a href="erase.html#fusion.algorithm.transformation.functions.erase.description">Description</a>
</h6>
<p>
@@ -34,14 +38,14 @@
those at a specified iterator, or between two iterators.
</p>
<a name="fusion.algorithm.transformation.functions.erase.synposis"></a><h6>
-<a name="id1210661"></a>
+<a name="id565791"></a>
<a href="erase.html#fusion.algorithm.transformation.functions.erase.synposis">Synposis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">First</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::erase
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">First</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">erase</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::erase<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">First</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">erase</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">First</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">it1</span><span class="special">);</span>
<span class="keyword">template</span><span class="special"><</span>
@@ -49,11 +53,11 @@
<span class="keyword">typename</span> <span class="identifier">First</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Last</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::erase
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">First</span><span class="special">,</span> <span class="identifier">Last</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">erase</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::erase<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">First</span><span class="special">,</span> <span class="identifier">Last</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">erase</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">First</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">it1</span><span class="special">,</span> <span class="identifier">Last</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">it2</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1211066"></a><p class="title"><b>Table 1.63. Parameters</b></p>
+<a name="id566249"></a><p class="title"><b>Table 1.63. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -61,134 +65,110 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameters
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">it1</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">it1</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
- Iterator into <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Iterator into <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">it2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">it2</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
- Iterator into <code class="computeroutput"><span class="identifier">seq</span></code>
- after <code class="computeroutput"><span class="identifier">it1</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Iterator into <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ after <tt class="computeroutput"><span class="identifier">it1</span></tt>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.erase.expression_semantics"></a><h6>
-<a name="id1211269"></a>
+<a name="id566476"></a>
<a href="erase.html#fusion.algorithm.transformation.functions.erase.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">erase
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">pos</span><span class="special">);</span>
+<pre class="programlisting">erase<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">pos</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>
- except the element at <code class="computeroutput"><span class="identifier">pos</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ except the element at <tt class="computeroutput"><span class="identifier">pos</span></tt>.
</p>
-<pre class="programlisting">erase
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">first</span><span class="special">,</span> <span class="identifier">last</span><span class="special">);</span>
+<pre class="programlisting">erase<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">first</span><span class="special">,</span> <span class="identifier">last</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, with
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- in their original order, except those in the range [<code class="computeroutput"><span class="identifier">first</span></code>,<code class="computeroutput"><span class="identifier">last</span></code>).
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, with
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ in their original order, except those in the range [<tt class="computeroutput"><span class="identifier">first</span></tt>,<tt class="computeroutput"><span class="identifier">last</span></tt>).
</p>
<a name="fusion.algorithm.transformation.functions.erase.complexity"></a><h6>
-<a name="id1211494"></a>
+<a name="id566730"></a>
<a href="erase.html#fusion.algorithm.transformation.functions.erase.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.erase.header"></a><h6>
-<a name="id1211521"></a>
+<a name="id566758"></a>
<a href="erase.html#fusion.algorithm.transformation.functions.erase.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">erase</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.erase.example"></a><h6>
-<a name="id1211670"></a>
+<a name="id566925"></a>
<a href="erase.html#fusion.algorithm.transformation.functions.erase.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2.0</span><span class="special">,</span> <span class="char">'c'</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>erase
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">vec</span><span class="special">)))</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'c'</span><span clas
s="special">));</span>
-<span class="identifier">assert</span><span class="special">(</span>erase
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">vec</span><span class="special">)),</span> end
<span class="special">(</span><span class="identifier">vec</span><span class="special">))</span> <span class="special">==</span> <a href="../../../container/generation/functions/make_vect
or.html" title="make_vector"><code class="computeroutput"><span class="identifier">make_vector</span></code></a><span class="special">(</span><span class="number">1</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2.0</span><span class="special">,</span> <span class="char">'c'</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>erase<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">vec</span><span class="special">)))</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'c'</span><span class="special">));<
/span>
+<span class="identifier">assert</span><span class="special">(</span>erase<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">vec</span><span class="special">)),</span> end<span class="special">(</span><span class="identifier">vec</span><span class="special">))</span> <span class="special">==</span> <a href="../../../container/generation/functions/make_vector.html" title="
make_vector"><tt class="computeroutput"><span class="identifier">make_vector</span></tt></a><span class="special">(</span><span class="number">1</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>erase_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="erase.html" title="erase">
+<link rel="previous" href="erase.html" title="erase">
<link rel="next" href="insert.html" title="insert">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,23 +23,27 @@
<a accesskey="p" href="erase.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="insert.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.erase_key"></a>erase_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.erase_key"></a>erase_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.erase_key.description"></a><h6>
-<a name="id1212070"></a>
+<a name="id567377"></a>
<a href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.description">Description</a>
</h6>
<p>
For an <a href="../../../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
- Sequence</a> <code class="computeroutput"><span class="identifier">seq</span></code>,
+ Sequence</a> <tt class="computeroutput"><span class="identifier">seq</span></tt>,
returns a <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a> containing all the elements of the original except those
with a given key.
</p>
<a name="fusion.algorithm.transformation.functions.erase_key.synposis"></a><h6>
-<a name="id1212126"></a>
+<a name="id567436"></a>
<a href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.synposis">Synposis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -49,7 +53,7 @@
<span class="keyword">typename</span> <span class="identifier">result_of</span><span class="special">::</span><span class="identifier">erase_key</span><span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">erase_key</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1212277"></a><p class="title"><b>Table 1.64. Parameters</b></p>
+<a name="id567607"></a><p class="title"><b>Table 1.64. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,98 +61,80 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Key to erase
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.erase_key.expression_semantics"></a><h6>
-<a name="id1212401"></a>
+<a name="id567746"></a>
<a href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">erase_key
<span class="special"><</span><span class="identifier">Key</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">erase_key<span class="special"><</span><span class="identifier">Key</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- except those with key <code class="computeroutput"><span class="identifier">Key</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ except those with key <tt class="computeroutput"><span class="identifier">Key</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.erase_key.complexity"></a><h6>
-<a name="id1212514"></a>
+<a name="id567874"></a>
<a href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.erase_key.header"></a><h6>
-<a name="id1212542"></a>
+<a name="id567903"></a>
<a href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">erase_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.erase_key.example"></a><h6>
-<a name="id1212691"></a>
+<a name="id568069"></a>
<a href="erase_key.html#fusion.algorithm.transformation.functions.erase_key.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>erase_key
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span>make_map
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">long</span><span class="special">>(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">))</span> <span class="special">==</span> make_map
<span class="special"><</span><span class="keyword">long</span
><span class="special">>(</span><span class="char">'b'</span><span class="special">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>erase_key<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span>make_map<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">long</span><span class="special">>(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">))</span> <span class="special">==</span> make_map<span class="special"><</span><span class="keyword">long</span><span class
="special">>(</span><span class="char">'b'</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>filter</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="filter_if.html" title="filter_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="filter_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.filter"></a>filter</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.filter"></a>filter
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.filter.description"></a><h6>
-<a name="id1184252"></a>
+<a name="id555816"></a>
<a href="filter.html#fusion.algorithm.transformation.functions.filter.description">Description</a>
</h6>
<p>
@@ -34,17 +38,17 @@
the elements of a specified type.
</p>
<a name="fusion.algorithm.transformation.functions.filter.synopsis"></a><h6>
-<a name="id1184281"></a>
+<a name="id555847"></a>
<a href="filter.html#fusion.algorithm.transformation.functions.filter.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">T</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::filter
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">filter</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::filter<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">filter</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1184443"></a><p class="title"><b>Table 1.53. Parameters</b></p>
+<a name="id556029"></a><p class="title"><b>Table 1.53. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,100 +56,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to retain
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.filter.expression_semantics"></a><h6>
-<a name="id1184568"></a>
+<a name="id556165"></a>
<a href="filter.html#fusion.algorithm.transformation.functions.filter.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">filter
<span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">filter<span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>
- of type <code class="computeroutput"><span class="identifier">T</span></code>. Equivalent
- to <code class="computeroutput">filter_if
<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special"><</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ of type <tt class="computeroutput"><span class="identifier">T</span></tt>. Equivalent
+ to <tt class="computeroutput">filter_if<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special"><</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.filter.complexity"></a><h6>
-<a name="id1184756"></a>
+<a name="id556377"></a>
<a href="filter.html#fusion.algorithm.transformation.functions.filter.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.filter.header"></a><h6>
-<a name="id1184784"></a>
+<a name="id556407"></a>
<a href="filter.html#fusion.algorithm.transformation.functions.filter.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">filter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.filter.example"></a><h6>
-<a name="id1184933"></a>
+<a name="id556573"></a>
<a href="filter.html#fusion.algorithm.transformation.functions.filter.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">long</span><span class="special">,</span><span class="keyword">long</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>filter
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">long</span><span class="special">,</span><span class="keyword">long</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>filter<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>filter_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="filter.html" title="filter">
+<link rel="previous" href="filter.html" title="filter">
<link rel="next" href="transform.html" title="transform">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="filter.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="transform.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.filter_if"></a>filter_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.filter_if"></a>filter_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.filter_if.description"></a><h6>
-<a name="id1185169"></a>
+<a name="id556835"></a>
<a href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.description">Description</a>
</h6>
<p>
- For a given sequence, filter_if
returns a new sequences
+ For a given sequence, filter_if returns a new sequences
containing only the elements with types for which a given <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
- Lambda Expression</a> evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
+ Lambda Expression</a> evaluates to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.filter_if.synopsis"></a><h6>
-<a name="id1185249"></a>
+<a name="id556923"></a>
<a href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Pred</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::filter_if
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">filter_if</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::filter_if<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">filter_if</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1185410"></a><p class="title"><b>Table 1.54. Parameters</b></p>
+<a name="id557106"></a><p class="title"><b>Table 1.54. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,102 +57,84 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
A unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The predicate to filter by
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.filter_if.expression_semantics"></a><h6>
-<a name="id1185542"></a>
+<a name="id557254"></a>
<a href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">filter_if
<span class="special"><</span><span class="identifier">Pred</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">filter_if<span class="special"><</span><span class="identifier">Pred</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>
- with types for which <code class="computeroutput"><span class="identifier">Pred</span></code>
- evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>. The order of the retained elements
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ with types for which <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ evaluates to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>. The order of the retained elements
is the same as in the original sequence.
</p>
<a name="fusion.algorithm.transformation.functions.filter_if.complexity"></a><h6>
-<a name="id1185685"></a>
+<a name="id557414"></a>
<a href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.filter_if.header"></a><h6>
-<a name="id1185713"></a>
+<a name="id557443"></a>
<a href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">filter_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.filter_if.example"></a><h6>
-<a name="id1185862"></a>
+<a name="id557610"></a>
<a href="filter_if.html#fusion.algorithm.transformation.functions.filter_if.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3.0</span><span class="special">,</span><span class="number">4.0</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>filter_if
<span class="special"><</span><span class="identifier">is_integral</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3.0</span><span class="special">,</span><span class="number">4.0</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>filter_if<span class="special"><</span><span class="identifier">is_integral</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>insert</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="erase_key.html" title="erase_key">
+<link rel="previous" href="erase_key.html" title="erase_key">
<link rel="next" href="insert_range.html" title="insert_range">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="erase_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="insert_range.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.insert"></a>insert</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.insert"></a>insert
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.insert.description"></a><h6>
-<a name="id1212872"></a>
+<a name="id568270"></a>
<a href="insert.html#fusion.algorithm.transformation.functions.insert.description">Description</a>
</h6>
<p>
@@ -34,7 +38,7 @@
element inserted the position described by a given iterator.
</p>
<a name="fusion.algorithm.transformation.functions.insert.synposis"></a><h6>
-<a name="id1212901"></a>
+<a name="id568301"></a>
<a href="insert.html#fusion.algorithm.transformation.functions.insert.synposis">Synposis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="emphasis"><em>unspecified</em></span> <span class="identifier">insert</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">Pos</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">pos</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1213067"></a><p class="title"><b>Table 1.65. Parameters</b></p>
+<a name="id568488"></a><p class="title"><b>Table 1.65. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,120 +57,96 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">pos</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">pos</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The position to insert at
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">t</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">t</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The value to insert
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.insert.expression_semantics"></a><h6>
-<a name="id1213231"></a>
+<a name="id568671"></a>
<a href="insert.html#fusion.algorithm.transformation.functions.insert.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">insert
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">p</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
+<pre class="programlisting">insert<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">p</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
in their original order, and a new element with the type and value of
- <code class="computeroutput"><span class="identifier">t</span></code> inserted at iterator
- <code class="computeroutput"><span class="identifier">pos</span></code>.
+ <tt class="computeroutput"><span class="identifier">t</span></tt> inserted at iterator
+ <tt class="computeroutput"><span class="identifier">pos</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.insert.complexity"></a><h6>
-<a name="id1213366"></a>
+<a name="id568823"></a>
<a href="insert.html#fusion.algorithm.transformation.functions.insert.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.insert.header"></a><h6>
-<a name="id1213394"></a>
+<a name="id568851"></a>
<a href="insert.html#fusion.algorithm.transformation.functions.insert.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">insert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.insert.example"></a><h6>
-<a name="id1213542"></a>
+<a name="id569017"></a>
<a href="insert.html#fusion.algorithm.transformation.functions.insert.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>insert
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">vec</span><span class="special">)),</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span c
lass="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>insert<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">vec</span><span class="special">)),</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,
</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>insert_range</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="insert.html" title="insert">
+<link rel="previous" href="insert.html" title="insert">
<link rel="next" href="join.html" title="join">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="insert.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="join.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.insert_range"></a>insert_range</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.insert_range"></a>insert_range
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.insert_range.description"></a><h6>
-<a name="id1213799"></a>
+<a name="id569303"></a>
<a href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.description">Description</a>
</h6>
<p>
@@ -34,7 +38,7 @@
iterator.
</p>
<a name="fusion.algorithm.transformation.functions.insert_range.synposis"></a><h6>
-<a name="id1213806"></a>
+<a name="id569334"></a>
<a href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.synposis">Synposis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -42,11 +46,11 @@
<span class="keyword">typename</span> <span class="identifier">Pos</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Range</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::insert_range
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pos</span><span class="special">,</span> <span class="identifier">Range</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">insert_range</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::insert_range<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pos</span><span class="special">,</span> <span class="identifier">Range</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">insert_range</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">Pos</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">pos</span><span class="special">,</span> <span class="identifier">Range</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">range</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1214065"></a><p class="title"><b>Table 1.66. Parameters</b></p>
+<a name="id569602"></a><p class="title"><b>Table 1.66. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,122 +58,98 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">pos</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">pos</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The position to insert at
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">range</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">range</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Range to insert
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.insert_range.expression_semantics"></a><h6>
-<a name="id1214238"></a>
+<a name="id569795"></a>
<a href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">insert
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">pos</span><span class="special">,</span> <span class="identifier">range</span><span class="special">);</span>
+<pre class="programlisting">insert<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">pos</span><span class="special">,</span> <span class="identifier">range</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- and the elements of <code class="computeroutput"><span class="identifier">range</span></code>
- inserted at iterator <code class="computeroutput"><span class="identifier">pos</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ and the elements of <tt class="computeroutput"><span class="identifier">range</span></tt>
+ inserted at iterator <tt class="computeroutput"><span class="identifier">pos</span></tt>.
All elements retaining their ordering from the orignal sequences.
</p>
<a name="fusion.algorithm.transformation.functions.insert_range.complexity"></a><h6>
-<a name="id1214377"></a>
+<a name="id569950"></a>
<a href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.insert_range.header"></a><h6>
-<a name="id1214404"></a>
+<a name="id569977"></a>
<a href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">insert_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.insert_range.example"></a><h6>
-<a name="id1214552"></a>
+<a name="id570144"></a>
<a href="insert_range.html#fusion.algorithm.transformation.functions.insert_range.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>insert_range
<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">vec</span><span class="special">)),</span> make_vector
<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">
))</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>insert_range<span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">vec</span><span class="special">)),</span> make_vector<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">))</span> <span
class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>join</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="insert_range.html" title="insert_range">
+<link rel="previous" href="insert_range.html" title="insert_range">
<link rel="next" href="zip.html" title="zip">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="insert_range.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="zip.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.join"></a>join</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.join"></a>join
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.join.description"></a><h6>
-<a name="id1214843"></a>
+<a name="id570470"></a>
<a href="join.html#fusion.algorithm.transformation.functions.join.description">Description</a>
</h6>
<p>
@@ -34,16 +38,16 @@
first followed by the elements of the second.
</p>
<a name="fusion.algorithm.transformation.functions.join.synopsis"></a><h6>
-<a name="id1214872"></a>
+<a name="id570501"></a>
<a href="join.html#fusion.algorithm.transformation.functions.join.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">LhSequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">RhSequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::join
<span class="special"><</span><span class="identifier">LhSequence</span><span class="special">,</span> <span class="identifier">RhSequence</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">join</span><span class="special">(</span><span class="identifier">LhSequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">lhs</span><span class="special">,</span> <span class="identifier">RhSequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">rhs</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::join<span class="special"><</span><span class="identifier">LhSequence</span><span class="special">,</span> <span class="identifier">RhSequence</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">join</span><span class="special">(</span><span class="identifier">LhSequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">lhs</span><span class="special">,</span> <span class="identifier">RhSequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1215053"></a><p class="title"><b>Table 1.67. Parameters</b></p>
+<a name="id570705"></a><p class="title"><b>Table 1.67. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,103 +55,85 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">lhs</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">lhs</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">rhs</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">rhs</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.join.expression_semantics"></a><h6>
-<a name="id1215185"></a>
+<a name="id570851"></a>
<a href="join.html#fusion.algorithm.transformation.functions.join.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">join
<span class="special">(</span><span class="identifier">lhs</span><span class="special">,</span> <span class="identifier">rhs</span><span class="special">);</span>
+<pre class="programlisting">join<span class="special">(</span><span class="identifier">lhs</span><span class="special">,</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- all the elements of <code class="computeroutput"><span class="identifier">lhs</span></code>
- followed by all the elements of <code class="computeroutput"><span class="identifier">rhs</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ all the elements of <tt class="computeroutput"><span class="identifier">lhs</span></tt>
+ followed by all the elements of <tt class="computeroutput"><span class="identifier">rhs</span></tt>.
The order of th elements is preserved.
</p>
<a name="fusion.algorithm.transformation.functions.join.complexity"></a><h6>
-<a name="id1215300"></a>
+<a name="id570980"></a>
<a href="join.html#fusion.algorithm.transformation.functions.join.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.join.header"></a><h6>
-<a name="id1215328"></a>
+<a name="id571009"></a>
<a href="join.html#fusion.algorithm.transformation.functions.join.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">join</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">join</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.join.example"></a><h6>
-<a name="id1215476"></a>
+<a name="id571175"></a>
<a href="join.html#fusion.algorithm.transformation.functions.join.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>join
<span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="char">'a'</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="char">'b'</span><span class="special">));</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>join<span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="char">'a'</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="char">'b'</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>pop_back</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="zip.html" title="zip">
+<link rel="previous" href="zip.html" title="zip">
<link rel="next" href="pop_front.html" title="pop_front">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="zip.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="pop_front.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.pop_back"></a>pop_back</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.pop_back"></a>pop_back
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.pop_back.description"></a><h6>
-<a name="id1216901"></a>
+<a name="id572770"></a>
<a href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.description">Description</a>
</h6>
<p>
Returns a new sequence, with the last element of the original removed.
</p>
<a name="fusion.algorithm.transformation.functions.pop_back.synopsis"></a><h6>
-<a name="id1216929"></a>
+<a name="id572800"></a>
<a href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::pop_back
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">pop_back</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::pop_back<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">pop_back</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1217066"></a><p class="title"><b>Table 1.69. Parameters</b></p>
+<a name="id572953"></a><p class="title"><b>Table 1.69. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,80 +54,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.pop_back.expression_semantics"></a><h6>
-<a name="id1217159"></a>
+<a name="id573055"></a>
<a href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">pop_back
<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">pop_back<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
except the last element. The elements in the new sequence are in the
- same order as they were in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ same order as they were in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.pop_back.complexity"></a><h6>
-<a name="id1217265"></a>
+<a name="id573173"></a>
<a href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.pop_back.header"></a><h6>
-<a name="id1217293"></a>
+<a name="id573202"></a>
<a href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">pop_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pop_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.pop_back.example"></a><h6>
-<a name="id1217442"></a>
+<a name="id573370"></a>
<a href="pop_back.html#fusion.algorithm.transformation.functions.pop_back.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><span class="identifier">___pop_back__</span><span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span><span class="identifier">___pop_back__</span><span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>pop_front</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="pop_back.html" title="pop_back">
+<link rel="previous" href="pop_back.html" title="pop_back">
<link rel="next" href="push_back.html" title="push_back">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="pop_back.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="push_back.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.pop_front"></a>pop_front</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.pop_front"></a>pop_front
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.pop_front.description"></a><h6>
-<a name="id1217595"></a>
+<a name="id573539"></a>
<a href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.description">Description</a>
</h6>
<p>
Returns a new sequence, with the first element of the original removed.
</p>
<a name="fusion.algorithm.transformation.functions.pop_front.synopsis"></a><h6>
-<a name="id1217623"></a>
+<a name="id573568"></a>
<a href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::pop_front
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">pop_front</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::pop_front<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">pop_front</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1217759"></a><p class="title"><b>Table 1.70. Parameters</b></p>
+<a name="id573722"></a><p class="title"><b>Table 1.70. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,80 +54,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.pop_front.expression_semantics"></a><h6>
-<a name="id1217852"></a>
+<a name="id573826"></a>
<a href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">pop_front
<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">pop_front<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
except the first element. The elements in the new sequence are in the
- same order as they were in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ same order as they were in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.pop_front.complexity"></a><h6>
-<a name="id1217958"></a>
+<a name="id573945"></a>
<a href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.pop_front.header"></a><h6>
-<a name="id1217986"></a>
+<a name="id573973"></a>
<a href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">pop_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pop_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.pop_front.example"></a><h6>
-<a name="id1218133"></a>
+<a name="id574139"></a>
<a href="pop_front.html#fusion.algorithm.transformation.functions.pop_front.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>pop_front
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>pop_front<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>push_back</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="pop_front.html" title="pop_front">
+<link rel="previous" href="pop_front.html" title="pop_front">
<link rel="next" href="push_front.html" title="push_front">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="pop_front.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="push_front.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.push_back"></a>push_back</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.push_back"></a>push_back
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.push_back.description"></a><h6>
-<a name="id1218293"></a>
+<a name="id574315"></a>
<a href="push_back.html#fusion.algorithm.transformation.functions.push_back.description">Description</a>
</h6>
<p>
Returns a new sequence with an element added at the end.
</p>
<a name="fusion.algorithm.transformation.functions.push_back.synopsis"></a><h6>
-<a name="id1218322"></a>
+<a name="id574346"></a>
<a href="push_back.html#fusion.algorithm.transformation.functions.push_back.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">T</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::push_back
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">push_back</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::push_back<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">push_back</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1218504"></a><p class="title"><b>Table 1.71. Parameters</b></p>
+<a name="id574552"></a><p class="title"><b>Table 1.71. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,99 +56,81 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">t</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">t</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The value to add to the end
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.push_back.expression_semantics"></a><h6>
-<a name="id1218629"></a>
+<a name="id574692"></a>
<a href="push_back.html#fusion.algorithm.transformation.functions.push_back.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">push_back
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
+<pre class="programlisting">push_back<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- and new element <code class="computeroutput"><span class="identifier">t</span></code> appended
- to the end. The elements are in the same order as they were in <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ and new element <tt class="computeroutput"><span class="identifier">t</span></tt> appended
+ to the end. The elements are in the same order as they were in <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.push_back.complexity"></a><h6>
-<a name="id1218755"></a>
+<a name="id574834"></a>
<a href="push_back.html#fusion.algorithm.transformation.functions.push_back.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.push_back.header"></a><h6>
-<a name="id1218783"></a>
+<a name="id574862"></a>
<a href="push_back.html#fusion.algorithm.transformation.functions.push_back.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">push_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">push_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.push_back.example"></a><h6>
-<a name="id1218932"></a>
+<a name="id575029"></a>
<a href="push_back.html#fusion.algorithm.transformation.functions.push_back.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>push_back
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span><span class="number">4</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="s
pecial">,</span><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>push_back<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span><span class="number">4</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</s
pan><span class="number">3</span><span class="special">,</span><span class="number">4</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>push_front</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="push_back.html" title="push_back">
+<link rel="previous" href="push_back.html" title="push_back">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="push_back.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.push_front"></a>push_front</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.push_front"></a>push_front
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.push_front.description"></a><h6>
-<a name="id1219121"></a>
+<a name="id575238"></a>
<a href="push_front.html#fusion.algorithm.transformation.functions.push_front.description">Description</a>
</h6>
<p>
Returns a new sequence with an element added at the beginning.
</p>
<a name="fusion.algorithm.transformation.functions.push_front.synopsis"></a><h6>
-<a name="id1219128"></a>
+<a name="id575268"></a>
<a href="push_front.html#fusion.algorithm.transformation.functions.push_front.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">T</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::push_front
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">push_front</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::push_front<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">push_front</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1219331"></a><p class="title"><b>Table 1.72. Parameters</b></p>
+<a name="id575474"></a><p class="title"><b>Table 1.72. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,100 +56,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">t</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">t</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The value to add to the beginning
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.push_front.expression_semantics"></a><h6>
-<a name="id1219456"></a>
+<a name="id575613"></a>
<a href="push_front.html#fusion.algorithm.transformation.functions.push_front.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">push_back
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
+<pre class="programlisting">push_back<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- and new element <code class="computeroutput"><span class="identifier">t</span></code> appended
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ and new element <tt class="computeroutput"><span class="identifier">t</span></tt> appended
to the beginning. The elements are in the same order as they were in
- <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.push_front.complexity"></a><h6>
-<a name="id1219581"></a>
+<a name="id575754"></a>
<a href="push_front.html#fusion.algorithm.transformation.functions.push_front.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.push_front.header"></a><h6>
-<a name="id1219609"></a>
+<a name="id575782"></a>
<a href="push_front.html#fusion.algorithm.transformation.functions.push_front.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.push_front.example"></a><h6>
-<a name="id1219757"></a>
+<a name="id575949"></a>
<a href="push_front.html#fusion.algorithm.transformation.functions.push_front.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>push_front
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span><span class="number">0</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">0</span><span class="special">,</span><span class="number">1</span><span class
="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>push_front<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span><span class="number">0</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">0</span><span class="special">,</span><span class="number">1</span><span class="special">,
</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>remove</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="replace_if.html" title="replace_if">
+<link rel="previous" href="replace_if.html" title="replace_if">
<link rel="next" href="remove_if.html" title="remove_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="replace_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="remove_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.remove"></a>remove</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.remove"></a>remove
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.remove.description"></a><h6>
-<a name="id1207443"></a>
+<a name="id562210"></a>
<a href="remove.html#fusion.algorithm.transformation.functions.remove.description">Description</a>
</h6>
<p>
@@ -34,17 +38,17 @@
except those of a given type.
</p>
<a name="fusion.algorithm.transformation.functions.remove.synopsis"></a><h6>
-<a name="id1207473"></a>
+<a name="id562241"></a>
<a href="remove.html#fusion.algorithm.transformation.functions.remove.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">T</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::remove
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">replace</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::remove<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">replace</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1207634"></a><p class="title"><b>Table 1.59. Parameters</b></p>
+<a name="id562423"></a><p class="title"><b>Table 1.59. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,100 +56,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Type to remove
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.remove.expression_semantics"></a><h6>
-<a name="id1207759"></a>
+<a name="id562560"></a>
<a href="remove.html#fusion.algorithm.transformation.functions.remove.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">remove
<span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">remove<span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- in their original order, except those of type <code class="computeroutput"><span class="identifier">T</span></code>.
- Equivalent to <code class="computeroutput">remove_if
<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">_</span><span class="special">,</span><span class="identifier">T</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ in their original order, except those of type <tt class="computeroutput"><span class="identifier">T</span></tt>.
+ Equivalent to <tt class="computeroutput">remove_if<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">_</span><span class="special">,</span><span class="identifier">T</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.remove.complexity"></a><h6>
-<a name="id1207949"></a>
+<a name="id562773"></a>
<a href="remove.html#fusion.algorithm.transformation.functions.remove.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.remove.header"></a><h6>
-<a name="id1207977"></a>
+<a name="id562802"></a>
<a href="remove.html#fusion.algorithm.transformation.functions.remove.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">remove</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.remove.example"></a><h6>
-<a name="id1208125"></a>
+<a name="id562968"></a>
<a href="remove.html#fusion.algorithm.transformation.functions.remove.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2.0</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>remove
<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2.0</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>remove<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>remove_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="remove.html" title="remove">
+<link rel="previous" href="remove.html" title="remove">
<link rel="next" href="reverse.html" title="reverse">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="remove.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reverse.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.remove_if"></a>remove_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.remove_if"></a>remove_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.remove_if.description"></a><h6>
-<a name="id1208318"></a>
+<a name="id563183"></a>
<a href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.description">Description</a>
</h6>
<p>
Returns a new sequence, containing all the elements of the original except
- those where a given unary function object evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
+ those where a given unary function object evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.remove_if.synopsis"></a><h6>
-<a name="id1208357"></a>
+<a name="id563226"></a>
<a href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Pred</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::remove_if
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">remove_if</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::remove_if<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">remove_if</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1208520"></a><p class="title"><b>Table 1.60. Parameters</b></p>
+<a name="id563409"></a><p class="title"><b>Table 1.60. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -52,102 +56,84 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
A model of unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Removal predicate
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.remove_if.expression_semantics"></a><h6>
-<a name="id1208652"></a>
+<a name="id563556"></a>
<a href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">remove_if
<span class="special"><</span><span class="identifier">Pred</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">remove_if<span class="special"><</span><span class="identifier">Pred</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
in their original order, except those elements with types for which
- <code class="computeroutput"><span class="identifier">Pred</span></code> evaluates to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>. Equivalent to <code class="computeroutput">filter
<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">not_</span><span class="special"><</span><span class="identifier">Pred</span><span class="special">></span>
- <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></code>.
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt> evaluates to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>. Equivalent to <tt class="computeroutput">filter<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">not_</span><span class="special"><</span><span class="identifier">Pred</span><span class="special">></span>
+ <span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.remove_if.complexity"></a><h6>
-<a name="id1208868"></a>
+<a name="id563800"></a>
<a href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.remove_if.header"></a><h6>
-<a name="id1208895"></a>
+<a name="id563828"></a>
<a href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">remove_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.remove_if.example"></a><h6>
-<a name="id1209043"></a>
+<a name="id563995"></a>
<a href="remove_if.html#fusion.algorithm.transformation.functions.remove_if.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">const</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2.0</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>remove_if
<span class="special"><</span><span class="identifier">is_floating_point</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">));</span>
+<pre class="programlisting"><span class="keyword">const</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2.0</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>remove_if<span class="special"><</span><span class="identifier">is_floating_point</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">vec</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>replace</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="transform.html" title="transform">
+<link rel="previous" href="transform.html" title="transform">
<link rel="next" href="replace_if.html" title="replace_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="transform.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="replace_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.replace"></a>replace</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.replace"></a>replace
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.replace.description"></a><h6>
-<a name="id1187925"></a>
+<a name="id559926"></a>
<a href="replace.html#fusion.algorithm.transformation.functions.replace.description">Description</a>
</h6>
<p>
@@ -34,18 +38,18 @@
a new value.
</p>
<a name="fusion.algorithm.transformation.functions.replace.synopsis"></a><h6>
-<a name="id1187954"></a>
+<a name="id559956"></a>
<a href="replace.html#fusion.algorithm.transformation.functions.replace.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">T</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::replace
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">replace</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::replace<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">replace</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">old_value</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">new_value</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1188167"></a><p class="title"><b>Table 1.57. Parameters</b></p>
+<a name="id560197"></a><p class="title"><b>Table 1.57. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,120 +57,96 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">e</span> <span class="special">==</span> <span class="identifier">old_value</span></code>
- is a valid expression, convertible to <code class="computeroutput"><span class="keyword">bool</span></code>,
- for each element <code class="computeroutput"><span class="identifier">e</span></code>
- in <code class="computeroutput"><span class="identifier">seq</span></code> with type
- convertible to <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">e</span> <span class="special">==</span> <span class="identifier">old_value</span></tt>
+ is a valid expression, convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>,
+ for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ in <tt class="computeroutput"><span class="identifier">seq</span></tt> with type
+ convertible to <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">old_value</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">old_value</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Value to replace
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">new_value</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">new_value</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Replacement value
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.replace.expression_semantics"></a><h6>
-<a name="id1205865"></a>
+<a name="id560445"></a>
<a href="replace.html#fusion.algorithm.transformation.functions.replace.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">replace
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">old_value</span><span class="special">,</span> <span class="identifier">new_value</span><span class="special">);</span>
+<pre class="programlisting">replace<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">old_value</span><span class="special">,</span> <span class="identifier">new_value</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence with
- all the values of <code class="computeroutput"><span class="identifier">seq</span></code>
- with <code class="computeroutput"><span class="identifier">new_value</span></code> assigned
- to elements with the same type and equal to <code class="computeroutput"><span class="identifier">old_value</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence with
+ all the values of <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ with <tt class="computeroutput"><span class="identifier">new_value</span></tt> assigned
+ to elements with the same type and equal to <tt class="computeroutput"><span class="identifier">old_value</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.replace.complexity"></a><h6>
-<a name="id1206001"></a>
+<a name="id560598"></a>
<a href="replace.html#fusion.algorithm.transformation.functions.replace.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.replace.header"></a><h6>
-<a name="id1206029"></a>
+<a name="id560628"></a>
<a href="replace.html#fusion.algorithm.transformation.functions.replace.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">replace</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.replace.example"></a><h6>
-<a name="id1206177"></a>
+<a name="id560795"></a>
<a href="replace.html#fusion.algorithm.transformation.functions.replace.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>replace
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">3</span><span class="speci
al">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>replace<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">3</span><span class="special">));</spa
n>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>replace_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="replace.html" title="replace">
+<link rel="previous" href="replace.html" title="replace">
<link rel="next" href="remove.html" title="remove">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,30 +23,34 @@
<a accesskey="p" href="replace.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="remove.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.replace_if"></a>replace_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.replace_if"></a>replace_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.replace_if.description"></a><h6>
-<a name="id1206350"></a>
+<a name="id560986"></a>
<a href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.description">Description</a>
</h6>
<p>
Replaces each element of a given sequence for which an unary function
- object evaluates to <code class="computeroutput"><span class="keyword">true</span></code>
+ object evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt>
replaced with a new value.
</p>
<a name="fusion.algorithm.transformation.functions.replace_if.synopsis"></a><h6>
-<a name="id1206390"></a>
+<a name="id561028"></a>
<a href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::replace_if
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">replace_if</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::replace_if<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">replace_if</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">new_value</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1206617"></a><p class="title"><b>Table 1.58. Parameters</b></p>
+<a name="id561284"></a><p class="title"><b>Table 1.58. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,116 +58,92 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- A function object for which <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> is a valid expression, convertible
- to <code class="computeroutput"><span class="keyword">bool</span></code>, for each
- element <code class="computeroutput"><span class="identifier">e</span></code> in <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ A function object for which <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> is a valid expression, convertible
+ to <tt class="computeroutput"><span class="keyword">bool</span></tt>, for each
+ element <tt class="computeroutput"><span class="identifier">e</span></tt> in <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">new_value</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">new_value</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Replacement value
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.replace_if.expression_semantics"></a><h6>
-<a name="id1206828"></a>
+<a name="id561522"></a>
<a href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">replace_if
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">new_value</span><span class="special">);</span>
+<pre class="programlisting">replace_if<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">new_value</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence with
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>,
- with <code class="computeroutput"><span class="identifier">new_value</span></code> assigned
- to each element for which <code class="computeroutput"><span class="identifier">f</span></code>
- evaluates to <code class="computeroutput"><span class="keyword">true</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence with
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ with <tt class="computeroutput"><span class="identifier">new_value</span></tt> assigned
+ to each element for which <tt class="computeroutput"><span class="identifier">f</span></tt>
+ evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.replace_if.complexity"></a><h6>
-<a name="id1206973"></a>
+<a name="id561686"></a>
<a href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.replace_if.header"></a><h6>
-<a name="id1207001"></a>
+<a name="id561713"></a>
<a href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">replace_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.replace_if.example"></a><h6>
-<a name="id1207148"></a>
+<a name="id561880"></a>
<a href="replace_if.html#fusion.algorithm.transformation.functions.replace_if.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">odd</span>
@@ -175,7 +155,7 @@
<span class="special">}</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="identifier">assert</span><span class="special">(</span>replace_if
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">(),</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">));</sp
an>
+<span class="identifier">assert</span><span class="special">(</span>replace_if<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">),</span> <span class="identifier">odd</span><span class="special">(),</span> <span class="number">3</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>reverse</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="remove_if.html" title="remove_if">
+<link rel="previous" href="remove_if.html" title="remove_if">
<link rel="next" href="clear.html" title="clear">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="remove_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="clear.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.reverse"></a>reverse</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.reverse"></a>reverse
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.reverse.description"></a><h6>
-<a name="id1209262"></a>
+<a name="id564236"></a>
<a href="reverse.html#fusion.algorithm.transformation.functions.reverse.description">Description</a>
</h6>
<p>
Returns a new sequence with the elements of the original in reverse order.
</p>
<a name="fusion.algorithm.transformation.functions.reverse.synposis"></a><h6>
-<a name="id1209290"></a>
+<a name="id564266"></a>
<a href="reverse.html#fusion.algorithm.transformation.functions.reverse.synposis">Synposis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::reverse
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">reverse</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::reverse<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">reverse</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1209426"></a><p class="title"><b>Table 1.61. Parameters</b></p>
+<a name="id564420"></a><p class="title"><b>Table 1.61. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,79 +54,67 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.reverse.expression_semantics"></a><h6>
-<a name="id1209519"></a>
+<a name="id564523"></a>
<a href="reverse.html#fusion.algorithm.transformation.functions.reverse.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">reverse
<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
+<pre class="programlisting">reverse<span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence containing
- all the elements of <code class="computeroutput"><span class="identifier">seq</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence containing
+ all the elements of <tt class="computeroutput"><span class="identifier">seq</span></tt>
in reverse order.
</p>
<a name="fusion.algorithm.transformation.functions.reverse.complexity"></a><h6>
-<a name="id1209613"></a>
+<a name="id564628"></a>
<a href="reverse.html#fusion.algorithm.transformation.functions.reverse.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.reverse.header"></a><h6>
-<a name="id1209641"></a>
+<a name="id564656"></a>
<a href="reverse.html#fusion.algorithm.transformation.functions.reverse.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">reverse</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">reverse</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.reverse.example"></a><h6>
-<a name="id1209788"></a>
+<a name="id564823"></a>
<a href="reverse.html#fusion.algorithm.transformation.functions.reverse.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>reverse
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">1</span><span class="special
">));</span>
+<pre class="programlisting"><span class="identifier">assert</span><span class="special">(</span>reverse<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">))</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">1</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>transform</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="filter_if.html" title="filter_if">
+<link rel="previous" href="filter_if.html" title="filter_if">
<link rel="next" href="replace.html" title="replace">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="filter_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="replace.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.transform"></a>transform</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.transform"></a>transform
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.transform.description"></a><h6>
-<a name="id1186122"></a>
+<a name="id557901"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">seq</span></code> and
- function object or function pointer <code class="computeroutput"><span class="identifier">f</span></code>,
- <code class="computeroutput"><span class="identifier">transform</span></code> returns a new
- sequence with elements created by applying <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> to each element of <code class="computeroutput"><span class="identifier">e</span></code>
- of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ For a sequence <tt class="computeroutput"><span class="identifier">seq</span></tt> and
+ function object or function pointer <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ <tt class="computeroutput"><span class="identifier">transform</span></tt> returns a new
+ sequence with elements created by applying <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> to each element of <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.transform.unary_version_synopsis"></a><h6>
-<a name="id1186228"></a>
+<a name="id558018"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.unary_version_synopsis">Unary
version synopsis</a>
</h6>
@@ -45,11 +49,11 @@
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::transform
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::transform<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1186405"></a><p class="title"><b>Table 1.55. Parameters</b></p>
+<a name="id558220"></a><p class="title"><b>Table 1.55. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,84 +61,66 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code>
- is a valid expression for each element <code class="computeroutput"><span class="identifier">e</span></code>
- of <code class="computeroutput"><span class="identifier">seq</span></code>. <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span></code> when called with a value of
- each element type <code class="computeroutput"><span class="identifier">E</span></code>.
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt>
+ is a valid expression for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of <tt class="computeroutput"><span class="identifier">seq</span></tt>. <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span></tt> when called with a value of
+ each element type <tt class="computeroutput"><span class="identifier">E</span></tt>.
+ </p></td>
+<td><p>
Transformation function
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.transform.expression_semantics"></a><h6>
-<a name="id1186648"></a>
+<a name="id558492"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">transform
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
+<pre class="programlisting">transform<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- the return values of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> for each element <code class="computeroutput"><span class="identifier">e</span></code>
- within <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ the return values of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ within <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.functions.transform.binary_version_synopsis"></a><h6>
-<a name="id1186788"></a>
+<a name="id558647"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.binary_version_synopsis">Binary
version synopsis</a>
</h6>
@@ -143,11 +129,11 @@
<span class="keyword">typename</span> <span class="identifier">Sequence2</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::transform
<span class="special"><</span><span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::transform<span class="special"><</span><span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
<span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1187020"></a><p class="title"><b>Table 1.56. Parameters</b></p>
+<a name="id558912"></a><p class="title"><b>Table 1.56. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -155,111 +141,87 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq1</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq1</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq2</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">e2</span><span class="special">)</span></code>
- is a valid expression for each pair of elements <code class="computeroutput"><span class="identifier">e1</span></code>
- of <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">e2</span></code> of <code class="computeroutput"><span class="identifier">seq2</span></code>.
- <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E1</span><span class="special">,</span><span class="identifier">E2</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span></code> when called with elements of
- type <code class="computeroutput"><span class="identifier">E1</span></code> and <code class="computeroutput"><span class="identifier">E2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">e2</span><span class="special">)</span></tt>
+ is a valid expression for each pair of elements <tt class="computeroutput"><span class="identifier">e1</span></tt>
+ of <tt class="computeroutput"><span class="identifier">seq1</span></tt> and <tt class="computeroutput"><span class="identifier">e2</span></tt> of <tt class="computeroutput"><span class="identifier">seq2</span></tt>.
+ <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E1</span><span class="special">,</span><span class="identifier">E2</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span></tt> when called with elements of
+ type <tt class="computeroutput"><span class="identifier">E1</span></tt> and <tt class="computeroutput"><span class="identifier">E2</span></tt>
+ </p></td>
+<td><p>
Transformation function
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- the return values of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span> <span class="identifier">e2</span><span class="special">)</span></code> for each pair of elements <code class="computeroutput"><span class="identifier">e1</span></code> and <code class="computeroutput"><span class="identifier">e2</span></code>
- within <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">seq2</span></code> respectively.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ the return values of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span> <span class="identifier">e2</span><span class="special">)</span></tt> for each pair of elements <tt class="computeroutput"><span class="identifier">e1</span></tt> and <tt class="computeroutput"><span class="identifier">e2</span></tt>
+ within <tt class="computeroutput"><span class="identifier">seq1</span></tt> and <tt class="computeroutput"><span class="identifier">seq2</span></tt> respectively.
</p>
<a name="fusion.algorithm.transformation.functions.transform.complexity"></a><h6>
-<a name="id1187451"></a>
+<a name="id559398"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.transform.header"></a><h6>
-<a name="id1187479"></a>
+<a name="id559426"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.transform.example"></a><h6>
-<a name="id1187627"></a>
+<a name="id559592"></a>
<a href="transform.html#fusion.algorithm.transformation.functions.transform.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">triple</span>
@@ -272,7 +234,7 @@
<span class="special">};</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="identifier">assert</span><span class="special">(</span>transform
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span> <span class="identifier">triple</span><span class="special">())</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">6</span><span class="special">,</span>
<span class="number">9</span><span class="special">));</span>
+<span class="identifier">assert</span><span class="special">(</span>transform<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span> <span class="identifier">triple</span><span class="special">())</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">6</span><span class="special">,</span><span class=
"number">9</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>zip</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="join.html" title="join">
+<link rel="previous" href="join.html" title="join">
<link rel="next" href="pop_back.html" title="pop_back">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="join.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="pop_back.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.functions.zip"></a>zip</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.functions.zip"></a>zip
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.functions.zip.description"></a><h6>
-<a name="id1215755"></a>
+<a name="id571486"></a>
<a href="zip.html#fusion.algorithm.transformation.functions.zip.description">Description</a>
</h6>
<p>
@@ -34,7 +38,7 @@
of the members of the component sequences.
</p>
<a name="fusion.algorithm.transformation.functions.zip.synopsis"></a><h6>
-<a name="id1215784"></a>
+<a name="id571517"></a>
<a href="zip.html#fusion.algorithm.transformation.functions.zip.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -43,11 +47,11 @@
<span class="special">...</span>
<span class="keyword">typename</span> <span class="identifier">SequenceN</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::zip
<span class="special"><</span><span class="identifier">Sequence1</span><span class="special">,</span> <span class="identifier">Sequence2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">SequenceN</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::zip<span class="special"><</span><span class="identifier">Sequence1</span><span class="special">,</span> <span class="identifier">Sequence2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">SequenceN</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">zip</span><span class="special">(</span><span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">SequenceN</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seqN</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1216033"></a><p class="title"><b>Table 1.68. Parameters</b></p>
+<a name="id571799"></a><p class="title"><b>Table 1.68. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,86 +59,74 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq1</span></code> to <code class="computeroutput"><span class="identifier">seqN</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq1</span></tt> to <tt class="computeroutput"><span class="identifier">seqN</span></tt>
+ </p></td>
+<td><p>
Each sequence is a model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.functions.zip.expression_semantics"></a><h6>
-<a name="id1216137"></a>
+<a name="id571915"></a>
<a href="zip.html#fusion.algorithm.transformation.functions.zip.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">zip
<span class="special">(</span><span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">seqN</span><span class="special">);</span>
+<pre class="programlisting">zip<span class="special">(</span><span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">seqN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- tuples of elements from sequences <code class="computeroutput"><span class="identifier">seq1</span></code>
- to <code class="computeroutput"><span class="identifier">seqN</span></code>. For example,
- applying zip to tuples <code class="computeroutput"><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">)</span></code>
- and <code class="computeroutput"><span class="special">(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">,</span>
- <span class="char">'c'</span><span class="special">)</span></code>
- would return <code class="computeroutput"><span class="special">((</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">),(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">),(</span><span class="number">3</span><span class="special">,</span>
- <span class="char">'c'</span><span class="special">))</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ tuples of elements from sequences <tt class="computeroutput"><span class="identifier">seq1</span></tt>
+ to <tt class="computeroutput"><span class="identifier">seqN</span></tt>. For example,
+ applying zip to tuples <tt class="computeroutput"><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">)</span></tt>
+ and <tt class="computeroutput"><span class="special">(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">,</span>
+ <span class="char">'c'</span><span class="special">)</span></tt>
+ would return <tt class="computeroutput"><span class="special">((</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">),(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">),(</span><span class="number">3</span><span class="special">,</span>
+ <span class="char">'c'</span><span class="special">))</span></tt>
</p>
<a name="fusion.algorithm.transformation.functions.zip.complexity"></a><h6>
-<a name="id1216408"></a>
+<a name="id572220"></a>
<a href="zip.html#fusion.algorithm.transformation.functions.zip.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.functions.zip.header"></a><h6>
-<a name="id1216436"></a>
+<a name="id572250"></a>
<a href="zip.html#fusion.algorithm.transformation.functions.zip.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">zip</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">zip</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.functions.zip.example"></a><h6>
-<a name="id1216584"></a>
+<a name="id572416"></a>
<a href="zip.html#fusion.algorithm.transformation.functions.zip.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>zip
<span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">)</span> <span class="special">==</span> make_vector
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">),</span><a href="../../../container/generation/functions/make_vector.html" title="make_vector"><code class="computeroutput"><span class="identif
ier">make_vector</span></code></a><span class="special">(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">));</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>zip<span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">)</span> <span class="special">==</span> make_vector<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">),</span><a href="../../../container/generation/functions/make_vector.html" title="make_vector"><tt class="computeroutput"><span class="identifier">make_vect
or</span></tt></a><span class="special">(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../transformation.html" title="Transformation">
-<link rel="prev" href="functions/push_front.html" title="push_front">
+<link rel="previous" href="functions/push_front.html" title="push_front">
<link rel="next" href="metafunctions/filter.html" title="filter">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="functions/push_front.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../transformation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/filter.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.algorithm.transformation.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.algorithm.transformation.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">filter</span></dt>
<dt><span class="section">filter_if</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>clear</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="reverse.html" title="reverse">
+<link rel="previous" href="reverse.html" title="reverse">
<link rel="next" href="erase.html" title="erase">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="reverse.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="erase.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.clear"></a>clear</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.clear"></a>clear
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.clear.description"></a><h6>
-<a name="id1243736"></a>
+<a name="id583196"></a>
<a href="clear.html#fusion.algorithm.transformation.metafunctions.clear.description">Description</a>
</h6>
<p>
- Returns the result type of clear
, given the input sequence
+ Returns the result type of clear, given the input sequence
type.
</p>
<a name="fusion.algorithm.transformation.metafunctions.clear.synopsis"></a><h6>
-<a name="id1243780"></a>
+<a name="id583242"></a>
<a href="clear.html#fusion.algorithm.transformation.metafunctions.clear.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1243869"></a><p class="title"><b>Table 1.82. Parameters</b></p>
+<a name="id583341"></a><p class="title"><b>Table 1.82. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,65 +58,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.clear.expression_semantics"></a><h6>
-<a name="id1243954"></a>
+<a name="id583436"></a>
<a href="clear.html#fusion.algorithm.transformation.metafunctions.clear.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::clear
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::clear<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an empty sequence.
+ <span class="bold"><b>Semantics</b></span>: Returns an empty sequence.
</p>
<a name="fusion.algorithm.transformation.metafunctions.clear.complexity"></a><h6>
-<a name="id1244052"></a>
+<a name="id583547"></a>
<a href="clear.html#fusion.algorithm.transformation.metafunctions.clear.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.clear.header"></a><h6>
-<a name="id1244079"></a>
+<a name="id583576"></a>
<a href="clear.html#fusion.algorithm.transformation.metafunctions.clear.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>erase</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="clear.html" title="clear">
+<link rel="previous" href="clear.html" title="clear">
<link rel="next" href="erase_key.html" title="erase_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="clear.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="erase_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.erase"></a>erase</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.erase"></a>erase
+</h5></div></div>
+<div></div>
+</div>
<p>
- Returns the result type of erase
, given the input sequence
+ Returns the result type of erase, given the input sequence
and range delimiting iterator types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.erase.description"></a><h6>
-<a name="id1244266"></a>
+<a name="id583785"></a>
<a href="erase.html#fusion.algorithm.transformation.metafunctions.erase.description">Description</a>
</h6>
<a name="fusion.algorithm.transformation.metafunctions.erase.synopsis"></a><h6>
-<a name="id1244289"></a>
+<a name="id583809"></a>
<a href="erase.html#fusion.algorithm.transformation.metafunctions.erase.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1244416"></a><p class="title"><b>Table 1.83. Parameters</b></p>
+<a name="id583952"></a><p class="title"><b>Table 1.83. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,120 +59,96 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">It1</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">It1</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">It2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">It2</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.erase.expression_semantics"></a><h6>
-<a name="id1244589"></a>
+<a name="id584146"></a>
<a href="erase.html#fusion.algorithm.transformation.metafunctions.erase.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::erase
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">It1</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::erase<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">It1</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence with
- the element at <code class="computeroutput"><span class="identifier">It1</span></code> removed.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence with
+ the element at <tt class="computeroutput"><span class="identifier">It1</span></tt> removed.
</p>
-<pre class="programlisting">result_of::erase
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::erase<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence with
- the elements between <code class="computeroutput"><span class="identifier">It1</span></code>
- and <code class="computeroutput"><span class="identifier">It2</span></code> removed.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence with
+ the elements between <tt class="computeroutput"><span class="identifier">It1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">It2</span></tt> removed.
</p>
<a name="fusion.algorithm.transformation.metafunctions.erase.complexity"></a><h6>
-<a name="id1244821"></a>
+<a name="id584409"></a>
<a href="erase.html#fusion.algorithm.transformation.metafunctions.erase.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.erase.header"></a><h6>
-<a name="id1244849"></a>
+<a name="id584438"></a>
<a href="erase.html#fusion.algorithm.transformation.metafunctions.erase.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>erase_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="erase.html" title="erase">
+<link rel="previous" href="erase.html" title="erase">
<link rel="next" href="insert.html" title="insert">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="erase.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="insert.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.erase_key"></a>erase_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.erase_key"></a>erase_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.erase_key.description"></a><h6>
-<a name="id1245020"></a>
+<a name="id584626"></a>
<a href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.description">Description</a>
</h6>
<p>
- Returns the result type of erase_key
, given the sequence
+ Returns the result type of erase_key, given the sequence
and key types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.erase_key.synopsis"></a><h6>
-<a name="id1245066"></a>
+<a name="id584675"></a>
<a href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1245169"></a><p class="title"><b>Table 1.84. Parameters</b></p>
+<a name="id584792"></a><p class="title"><b>Table 1.84. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,88 +59,70 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Key type
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.erase_key.expression_semantics"></a><h6>
-<a name="id1245293"></a>
+<a name="id584930"></a>
<a href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::erase_key
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::erase_key<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/associative_sequence.html" title="Associative
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
- elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>,
- except those with key <code class="computeroutput"><span class="identifier">Key</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with the
+ elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>,
+ except those with key <tt class="computeroutput"><span class="identifier">Key</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.erase_key.complexity"></a><h6>
-<a name="id1245424"></a>
+<a name="id585075"></a>
<a href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.erase_key.header"></a><h6>
-<a name="id1245432"></a>
+<a name="id585104"></a>
<a href="erase_key.html#fusion.algorithm.transformation.metafunctions.erase_key.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">erase_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>filter</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="filter_if.html" title="filter_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="filter_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.filter"></a>filter</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.filter"></a>filter
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.filter.description"></a><h6>
-<a name="id1219962"></a>
+<a name="id576175"></a>
<a href="filter.html#fusion.algorithm.transformation.metafunctions.filter.description">Description</a>
</h6>
<p>
- Returns the result type of filter
given the sequence type
+ Returns the result type of filter given the sequence type
and type to retain.
</p>
<a name="fusion.algorithm.transformation.metafunctions.filter.synopsis"></a><h6>
-<a name="id1220007"></a>
+<a name="id576223"></a>
<a href="filter.html#fusion.algorithm.transformation.metafunctions.filter.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1220111"></a><p class="title"><b>Table 1.73. Parameter</b></p>
+<a name="id576340"></a><p class="title"><b>Table 1.73. Parameter</b></p>
<table class="table" summary="Parameter">
<colgroup>
<col>
@@ -55,90 +59,72 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Type to retain
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.filter.expression_semantics"></a><h6>
-<a name="id1220236"></a>
+<a name="id576480"></a>
<a href="filter.html#fusion.algorithm.transformation.metafunctions.filter.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::filter
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::filter<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- the elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
- that are of type <code class="computeroutput"><span class="identifier">T</span></code>. Equivalent
- to <code class="computeroutput">result_of::filter_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ the elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ that are of type <tt class="computeroutput"><span class="identifier">T</span></tt>. Equivalent
+ to <tt class="computeroutput">result_of::filter_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.filter.complexity"></a><h6>
-<a name="id1220462"></a>
+<a name="id576736"></a>
<a href="filter.html#fusion.algorithm.transformation.metafunctions.filter.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.filter.header"></a><h6>
-<a name="id1220490"></a>
+<a name="id576765"></a>
<a href="filter.html#fusion.algorithm.transformation.metafunctions.filter.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>filter_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="filter.html" title="filter">
+<link rel="previous" href="filter.html" title="filter">
<link rel="next" href="transform.html" title="transform">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="filter.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="transform.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.filter_if"></a>filter_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.filter_if"></a>filter_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.filter_if.description"></a><h6>
-<a name="id1220658"></a>
+<a name="id576952"></a>
<a href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.description">Description</a>
</h6>
<p>
- Returns the result type of filter_if
given the sequence
+ Returns the result type of filter_if given the sequence
and unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a> predicate type.
</p>
<a name="fusion.algorithm.transformation.metafunctions.filter_if.synopsis"></a><h6>
-<a name="id1220712"></a>
+<a name="id577010"></a>
<a href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -48,7 +52,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1220816"></a><p class="title"><b>Table 1.74. Parameter</b></p>
+<a name="id577128"></a><p class="title"><b>Table 1.74. Parameter</b></p>
<table class="table" summary="Parameter">
<colgroup>
<col>
@@ -56,90 +60,72 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
A unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Type to retain
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.filter_if.expression_semantics"></a><h6>
-<a name="id1220948"></a>
+<a name="id577272"></a>
<a href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::filter_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::filter_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- the elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
- for which <code class="computeroutput"><span class="identifier">Pred</span></code> evaluates
- to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ the elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ for which <tt class="computeroutput"><span class="identifier">Pred</span></tt> evaluates
+ to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.filter_if.complexity"></a><h6>
-<a name="id1221107"></a>
+<a name="id577452"></a>
<a href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.filter_if.header"></a><h6>
-<a name="id1221114"></a>
+<a name="id577481"></a>
<a href="filter_if.html#fusion.algorithm.transformation.metafunctions.filter_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">filter_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>insert</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="erase_key.html" title="erase_key">
+<link rel="previous" href="erase_key.html" title="erase_key">
<link rel="next" href="insert_range.html" title="insert_range">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="erase_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="insert_range.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.insert"></a>insert</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.insert"></a>insert
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.insert.description"></a><h6>
-<a name="id1245624"></a>
+<a name="id585294"></a>
<a href="insert.html#fusion.algorithm.transformation.metafunctions.insert.description">Description</a>
</h6>
<p>
- Returns the result type of insert
, given the sequence,
+ Returns the result type of insert, given the sequence,
position iterator and insertion types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.insert.synopsis"></a><h6>
-<a name="id1245668"></a>
+<a name="id585344"></a>
<a href="insert.html#fusion.algorithm.transformation.metafunctions.insert.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -48,7 +52,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1245787"></a><p class="title"><b>Table 1.85. Parameters</b></p>
+<a name="id585478"></a><p class="title"><b>Table 1.85. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,108 +60,84 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Position</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Position</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.insert.expression_semantics"></a><h6>
-<a name="id1245952"></a>
+<a name="id585663"></a>
<a href="insert.html#fusion.algorithm.transformation.metafunctions.insert.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::insert
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Position</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::insert<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Position</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with an
- element of type <code class="computeroutput"><span class="identifier">T</span></code> inserted
- at position <code class="computeroutput"><span class="identifier">Position</span></code>
- in <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with an
+ element of type <tt class="computeroutput"><span class="identifier">T</span></tt> inserted
+ at position <tt class="computeroutput"><span class="identifier">Position</span></tt>
+ in <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.insert.complexity"></a><h6>
-<a name="id1246101"></a>
+<a name="id585831"></a>
<a href="insert.html#fusion.algorithm.transformation.metafunctions.insert.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.insert.header"></a><h6>
-<a name="id1246128"></a>
+<a name="id585860"></a>
<a href="insert.html#fusion.algorithm.transformation.metafunctions.insert.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>insert_range</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="insert.html" title="insert">
+<link rel="previous" href="insert.html" title="insert">
<link rel="next" href="join.html" title="join">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="insert.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="join.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.insert_range"></a>insert_range</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.insert_range"></a>insert_range
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.insert_range.description"></a><h6>
-<a name="id1246296"></a>
+<a name="id586046"></a>
<a href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.description">Description</a>
</h6>
<p>
- Returns the result type of insert_range
, given the input
+ Returns the result type of insert_range, given the input
sequence, position iterator and insertion range types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.insert_range.synopsis"></a><h6>
-<a name="id1246342"></a>
+<a name="id586095"></a>
<a href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -48,7 +52,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1246462"></a><p class="title"><b>Table 1.86. Parameters</b></p>
+<a name="id586230"></a><p class="title"><b>Table 1.86. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,110 +60,86 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Position</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Position</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Range</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Range</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.insert_range.expression_semantics"></a><h6>
-<a name="id1246636"></a>
+<a name="id586424"></a>
<a href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::insert_range
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Position</span><span class="special">,</span> <span class="identifier">Range</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::insert_range<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Position</span><span class="special">,</span> <span class="identifier">Range</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
- elements of <code class="computeroutput"><span class="identifier">Range</span></code> inserted
- at position <code class="computeroutput"><span class="identifier">Position</span></code>
- into <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with the
+ elements of <tt class="computeroutput"><span class="identifier">Range</span></tt> inserted
+ at position <tt class="computeroutput"><span class="identifier">Position</span></tt>
+ into <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.insert_range.complexity"></a><h6>
-<a name="id1246788"></a>
+<a name="id586594"></a>
<a href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.insert_range.header"></a><h6>
-<a name="id1246818"></a>
+<a name="id586624"></a>
<a href="insert_range.html#fusion.algorithm.transformation.metafunctions.insert_range.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">insert_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>join</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="insert_range.html" title="insert_range">
+<link rel="previous" href="insert_range.html" title="insert_range">
<link rel="next" href="zip.html" title="zip">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="insert_range.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="zip.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.join"></a>join</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.join"></a>join
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.join.description"></a><h6>
-<a name="id1246985"></a>
+<a name="id586813"></a>
<a href="join.html#fusion.algorithm.transformation.metafunctions.join.description">Description</a>
</h6>
<p>
Returns the result of joining 2 sequences, given the sequence types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.join.synopsis"></a><h6>
-<a name="id1247013"></a>
+<a name="id586843"></a>
<a href="join.html#fusion.algorithm.transformation.metafunctions.join.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,32 +50,32 @@
<span class="special">};</span>
</pre>
<a name="fusion.algorithm.transformation.metafunctions.join.expression_semantics"></a><h6>
-<a name="id1247128"></a>
+<a name="id586969"></a>
<a href="join.html#fusion.algorithm.transformation.metafunctions.join.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::join
<span class="special"><</span><span class="identifier">LhSequence</span><span class="special">,</span> <span class="identifier">RhSequence</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::join<span class="special"><</span><span class="identifier">LhSequence</span><span class="special">,</span> <span class="identifier">RhSequence</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- the elements of <code class="computeroutput"><span class="identifier">LhSequence</span></code>
- followed by the elements of <code class="computeroutput"><span class="identifier">RhSequence</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ the elements of <tt class="computeroutput"><span class="identifier">LhSequence</span></tt>
+ followed by the elements of <tt class="computeroutput"><span class="identifier">RhSequence</span></tt>.
The order of the elements in the 2 sequences is preserved.
</p>
<a name="fusion.algorithm.transformation.metafunctions.join.complexity"></a><h6>
-<a name="id1247258"></a>
+<a name="id587116"></a>
<a href="join.html#fusion.algorithm.transformation.metafunctions.join.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.join.header"></a><h6>
-<a name="id1247285"></a>
+<a name="id587145"></a>
<a href="join.html#fusion.algorithm.transformation.metafunctions.join.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">join</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>pop_back</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="zip.html" title="zip">
+<link rel="previous" href="zip.html" title="zip">
<link rel="next" href="pop_front.html" title="pop_front">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="zip.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="pop_front.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.pop_back"></a>pop_back</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.pop_back"></a>pop_back
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.pop_back.description"></a><h6>
-<a name="id1248087"></a>
+<a name="id588036"></a>
<a href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.description">Description</a>
</h6>
<p>
- Returns the result type of pop_back
, given the input sequence
+ Returns the result type of pop_back, given the input sequence
type.
</p>
<a name="fusion.algorithm.transformation.metafunctions.pop_back.synopsis"></a><h6>
-<a name="id1248131"></a>
+<a name="id588083"></a>
<a href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1248220"></a><p class="title"><b>Table 1.87. Parameters</b></p>
+<a name="id588183"></a><p class="title"><b>Table 1.87. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,69 +58,57 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.pop_back.expression_semantics"></a><h6>
-<a name="id1248314"></a>
+<a name="id588288"></a>
<a href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::pop_back
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::pop_back<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with all
- the elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with all
+ the elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
except the last element.
</p>
<a name="fusion.algorithm.transformation.metafunctions.pop_back.complexity"></a><h6>
-<a name="id1248425"></a>
+<a name="id588411"></a>
<a href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.pop_back.header"></a><h6>
-<a name="id1248433"></a>
+<a name="id588441"></a>
<a href="pop_back.html#fusion.algorithm.transformation.metafunctions.pop_back.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">tranformation</span><span class="special">/</span><span class="identifier">pop_back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>pop_front</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="pop_back.html" title="pop_back">
+<link rel="previous" href="pop_back.html" title="pop_back">
<link rel="next" href="push_back.html" title="push_back">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="pop_back.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="push_back.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.pop_front"></a>pop_front</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.pop_front"></a>pop_front
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.pop_front.description"></a><h6>
-<a name="id1248621"></a>
+<a name="id588628"></a>
<a href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.description">Description</a>
</h6>
<p>
- Returns the result type of pop_front
, given the input sequence
+ Returns the result type of pop_front, given the input sequence
type.
</p>
<a name="fusion.algorithm.transformation.metafunctions.pop_front.synopsis"></a><h6>
-<a name="id1248667"></a>
+<a name="id588675"></a>
<a href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1248756"></a><p class="title"><b>Table 1.88. Parameters</b></p>
+<a name="id588776"></a><p class="title"><b>Table 1.88. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,62 +58,50 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.pop_front.expression_semantics"></a><h6>
-<a name="id1248848"></a>
+<a name="id588878"></a>
<a href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::pop_front
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::pop_front<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with all
- the elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with all
+ the elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
except the first element.
</p>
<a name="fusion.algorithm.transformation.metafunctions.pop_front.complexity"></a><h6>
-<a name="id1248960"></a>
+<a name="id589001"></a>
<a href="pop_front.html#fusion.algorithm.transformation.metafunctions.pop_front.complexity">Complexity</a>
</h6>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>push_back</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="pop_front.html" title="pop_front">
+<link rel="previous" href="pop_front.html" title="pop_front">
<link rel="next" href="push_front.html" title="push_front">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="pop_front.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="push_front.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.push_back"></a>push_back</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.push_back"></a>push_back
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.push_back.description"></a><h6>
-<a name="id1249012"></a>
+<a name="id589057"></a>
<a href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.description">Description</a>
</h6>
<p>
- Returns the result type of push_back
, given the types of
+ Returns the result type of push_back, given the types of
the input sequence and element to push.
</p>
<a name="fusion.algorithm.transformation.metafunctions.push_back.synopsis"></a><h6>
-<a name="id1249059"></a>
+<a name="id589106"></a>
<a href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1249162"></a><p class="title"><b>Table 1.89. Parameters</b></p>
+<a name="id589224"></a><p class="title"><b>Table 1.89. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,82 +59,64 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.push_back.expression_semantics"></a><h6>
-<a name="id1249288"></a>
+<a name="id589363"></a>
<a href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::push_back
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::push_back<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
- elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
- and an element of type <code class="computeroutput"><span class="identifier">T</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with the
+ elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ and an element of type <tt class="computeroutput"><span class="identifier">T</span></tt>
added to the end.
</p>
<a name="fusion.algorithm.transformation.metafunctions.push_back.complexity"></a><h6>
-<a name="id1249419"></a>
+<a name="id589508"></a>
<a href="push_back.html#fusion.algorithm.transformation.metafunctions.push_back.complexity">Complexity</a>
</h6>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>push_front</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="push_back.html" title="push_back">
+<link rel="previous" href="push_back.html" title="push_back">
<link rel="next" href="../../../tuple.html" title="Tuple">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="push_back.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../../tuple.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.push_front"></a>push_front</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.push_front"></a>push_front
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.push_front.description"></a><h6>
-<a name="id1249471"></a>
+<a name="id589562"></a>
<a href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.description">Description</a>
</h6>
<p>
- Returns the result type of push_front
, given the types
+ Returns the result type of push_front, given the types
of the input sequence and element to push.
</p>
<a name="fusion.algorithm.transformation.metafunctions.push_front.synopsis"></a><h6>
-<a name="id1249517"></a>
+<a name="id589612"></a>
<a href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1249620"></a><p class="title"><b>Table 1.90. Parameters</b></p>
+<a name="id589730"></a><p class="title"><b>Table 1.90. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,82 +59,64 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.push_front.expression_semantics"></a><h6>
-<a name="id1249746"></a>
+<a name="id589869"></a>
<a href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::push_front
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::push_front<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
- elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
- and an element of type <code class="computeroutput"><span class="identifier">T</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with the
+ elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ and an element of type <tt class="computeroutput"><span class="identifier">T</span></tt>
added to the beginning.
</p>
<a name="fusion.algorithm.transformation.metafunctions.push_front.complexity"></a><h6>
-<a name="id1249877"></a>
+<a name="id590015"></a>
<a href="push_front.html#fusion.algorithm.transformation.metafunctions.push_front.complexity">Complexity</a>
</h6>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>remove</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="replace_if.html" title="replace_if">
+<link rel="previous" href="replace_if.html" title="replace_if">
<link rel="next" href="remove_if.html" title="remove_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="replace_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="remove_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.remove"></a>remove</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.remove"></a>remove
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.remove.description"></a><h6>
-<a name="id1241839"></a>
+<a name="id581086"></a>
<a href="remove.html#fusion.algorithm.transformation.metafunctions.remove.description">Description</a>
</h6>
<p>
- Returns the result type of remove
, given the sequence and
+ Returns the result type of remove, given the sequence and
removal types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.remove.synopsis"></a><h6>
-<a name="id1241883"></a>
+<a name="id581135"></a>
<a href="remove.html#fusion.algorithm.transformation.metafunctions.remove.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1241986"></a><p class="title"><b>Table 1.79. Parameters</b></p>
+<a name="id581251"></a><p class="title"><b>Table 1.79. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,90 +59,72 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Remove elements of this type
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.remove.expression_semantics"></a><h6>
-<a name="id1242112"></a>
+<a name="id581389"></a>
<a href="remove.html#fusion.algorithm.transformation.metafunctions.remove.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::remove
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::remove<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- the elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
- not of type <code class="computeroutput"><span class="identifier">T</span></code>. Equivalent
- to <code class="computeroutput">result_of::replace_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ the elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ not of type <tt class="computeroutput"><span class="identifier">T</span></tt>. Equivalent
+ to <tt class="computeroutput">result_of::replace_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.remove.complexity"></a><h6>
-<a name="id1242338"></a>
+<a name="id581645"></a>
<a href="remove.html#fusion.algorithm.transformation.metafunctions.remove.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.remove.header"></a><h6>
-<a name="id1242366"></a>
+<a name="id581675"></a>
<a href="remove.html#fusion.algorithm.transformation.metafunctions.remove.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>remove_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="remove.html" title="remove">
+<link rel="previous" href="remove.html" title="remove">
<link rel="next" href="reverse.html" title="reverse">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="remove.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reverse.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.remove_if"></a>remove_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.remove_if"></a>remove_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.remove_if.description"></a><h6>
-<a name="id1242535"></a>
+<a name="id581863"></a>
<a href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.description">Description</a>
</h6>
<p>
- Returns the result type of remove_if
, given the input sequence
+ Returns the result type of remove_if, given the input sequence
and unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a> predicate types.
</p>
<a name="fusion.algorithm.transformation.metafunctions.remove_if.synopsis"></a><h6>
-<a name="id1242588"></a>
+<a name="id581919"></a>
<a href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -48,7 +52,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1242692"></a><p class="title"><b>Table 1.80. Parameters</b></p>
+<a name="id582036"></a><p class="title"><b>Table 1.80. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,90 +60,72 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
A model of unary <a href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html" target="_top">MPL
Lambda Expression</a>
- </p>
- </td>
-<td>
- <p>
- Remove elements which evaluate to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Remove elements which evaluate to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.remove_if.expression_semantics"></a><h6>
-<a name="id1242852"></a>
+<a name="id582213"></a>
<a href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::remove_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::remove_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Pred</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence containing
- the elements of <code class="computeroutput"><span class="identifier">Sequence</span></code>
- for which <code class="computeroutput"><span class="identifier">Pred</span></code> evaluates
- to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence containing
+ the elements of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ for which <tt class="computeroutput"><span class="identifier">Pred</span></tt> evaluates
+ to <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.remove_if.complexity"></a><h6>
-<a name="id1243011"></a>
+<a name="id582394"></a>
<a href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.remove_if.header"></a><h6>
-<a name="id1243018"></a>
+<a name="id582424"></a>
<a href="remove_if.html#fusion.algorithm.transformation.metafunctions.remove_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">remove_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>replace</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="transform.html" title="transform">
+<link rel="previous" href="transform.html" title="transform">
<link rel="next" href="replace_if.html" title="replace_if">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="transform.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="replace_if.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.replace"></a>replace</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.replace"></a>replace
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.replace.description"></a><h6>
-<a name="id1223103"></a>
+<a name="id579686"></a>
<a href="replace.html#fusion.algorithm.transformation.metafunctions.replace.description">Description</a>
</h6>
<p>
- Returns the result type of replace
, given the types of
+ Returns the result type of replace, given the types of
the input sequence and element to replace.
</p>
<a name="fusion.algorithm.transformation.metafunctions.replace.synopsis"></a><h6>
-<a name="id1223148"></a>
+<a name="id579735"></a>
<a href="replace.html#fusion.algorithm.transformation.metafunctions.replace.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1223252"></a><p class="title"><b>Table 1.77. Parameters</b></p>
+<a name="id579852"></a><p class="title"><b>Table 1.77. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,87 +59,69 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type of the search and replacement objects
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.replace.expression_semantics"></a><h6>
-<a name="id1240854"></a>
+<a name="id579993"></a>
<a href="replace.html#fusion.algorithm.transformation.metafunctions.replace.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::replace
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::replace<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- replace
.
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ replace.
</p>
<a name="fusion.algorithm.transformation.metafunctions.replace.complexity"></a><h6>
-<a name="id1240979"></a>
+<a name="id580132"></a>
<a href="replace.html#fusion.algorithm.transformation.metafunctions.replace.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.replace.header"></a><h6>
-<a name="id1240986"></a>
+<a name="id580162"></a>
<a href="replace.html#fusion.algorithm.transformation.metafunctions.replace.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>replace_if</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="replace.html" title="replace">
+<link rel="previous" href="replace.html" title="replace">
<link rel="next" href="remove.html" title="remove">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,20 +23,24 @@
<a accesskey="p" href="replace.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="remove.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.replace_if"></a>replace_if</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.replace_if"></a>replace_if
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.replace_if.description"></a><h6>
-<a name="id1241175"></a>
+<a name="id580348"></a>
<a href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.description">Description</a>
</h6>
<p>
- Returns the result type of replace_if
, given the types
+ Returns the result type of replace_if, given the types
of the sequence, <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a> predicate and replacement object.
</p>
<a name="fusion.algorithm.transformation.metafunctions.replace_if.synopsis"></a><h6>
-<a name="id1241230"></a>
+<a name="id580407"></a>
<a href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -49,7 +53,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1241348"></a><p class="title"><b>Table 1.78. Parameters</b></p>
+<a name="id580540"></a><p class="title"><b>Table 1.78. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,106 +61,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span></tt>
+ </p></td>
+<td><p>
A model of unary <a href="../../../functional/concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Replacement predicate
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type of the replacement object
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.replace_if.expression_semantics"></a><h6>
-<a name="id1241512"></a>
+<a name="id580723"></a>
<a href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::replace_if
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::replace_if<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span><span class="identifier">F</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the return type of
- replace_if
.
+ <span class="bold"><b>Semantics</b></span>: Returns the return type of
+ replace_if.
</p>
<a name="fusion.algorithm.transformation.metafunctions.replace_if.complexity"></a><h6>
-<a name="id1241645"></a>
+<a name="id580872"></a>
<a href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.replace_if.header"></a><h6>
-<a name="id1241652"></a>
+<a name="id580901"></a>
<a href="replace_if.html#fusion.algorithm.transformation.metafunctions.replace_if.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">replace_if</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>reverse</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="remove_if.html" title="remove_if">
+<link rel="previous" href="remove_if.html" title="remove_if">
<link rel="next" href="clear.html" title="clear">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="remove_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="clear.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.reverse"></a>reverse</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.reverse"></a>reverse
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.reverse.description"></a><h6>
-<a name="id1243206"></a>
+<a name="id582609"></a>
<a href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.description">Description</a>
</h6>
<p>
- Returns the result type of reverse
, given the input sequence
+ Returns the result type of reverse, given the input sequence
type.
</p>
<a name="fusion.algorithm.transformation.metafunctions.reverse.synopsis"></a><h6>
-<a name="id1243250"></a>
+<a name="id582656"></a>
<a href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1243338"></a><p class="title"><b>Table 1.81. Parameters</b></p>
+<a name="id582755"></a><p class="title"><b>Table 1.81. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,68 +58,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.reverse.expression_semantics"></a><h6>
-<a name="id1243431"></a>
+<a name="id582857"></a>
<a href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::reverse
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::reverse<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a sequence with the
- elements in the reverse order to <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a sequence with the
+ elements in the reverse order to <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.reverse.complexity"></a><h6>
-<a name="id1243542"></a>
+<a name="id582979"></a>
<a href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.reverse.header"></a><h6>
-<a name="id1243549"></a>
+<a name="id583009"></a>
<a href="reverse.html#fusion.algorithm.transformation.metafunctions.reverse.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">reverse</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>transform</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="filter_if.html" title="filter_if">
+<link rel="previous" href="filter_if.html" title="filter_if">
<link rel="next" href="replace.html" title="replace">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="filter_if.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="replace.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.transform"></a>transform</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.transform"></a>transform
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.transform.description"></a><h6>
-<a name="id1221302"></a>
+<a name="id577667"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.description">Description</a>
</h6>
<p>
- For a sequence <code class="computeroutput"><span class="identifier">seq</span></code> and
- function object or function pointer <code class="computeroutput"><span class="identifier">f</span></code>,
- <code class="computeroutput"><span class="identifier">transform</span></code> returns a new
- sequence with elements created by applying <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> to each element of <code class="computeroutput"><span class="identifier">e</span></code>
- of <code class="computeroutput"><span class="identifier">seq</span></code>.
+ For a sequence <tt class="computeroutput"><span class="identifier">seq</span></tt> and
+ function object or function pointer <tt class="computeroutput"><span class="identifier">f</span></tt>,
+ <tt class="computeroutput"><span class="identifier">transform</span></tt> returns a new
+ sequence with elements created by applying <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> to each element of <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.transform.unary_version_synopsis"></a><h6>
-<a name="id1221407"></a>
+<a name="id577780"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.unary_version_synopsis">Unary
version synopsis</a>
</h6>
@@ -45,11 +49,11 @@
<span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::transform
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::transform<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
<span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1221582"></a><p class="title"><b>Table 1.75. Parameters</b></p>
+<a name="id577981"></a><p class="title"><b>Table 1.75. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -57,84 +61,66 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code>
- is a valid expression for each element <code class="computeroutput"><span class="identifier">e</span></code>
- of <code class="computeroutput"><span class="identifier">seq</span></code>. <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span></code> when called with a value of
- each element type <code class="computeroutput"><span class="identifier">E</span></code>.
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt>
+ is a valid expression for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ of <tt class="computeroutput"><span class="identifier">seq</span></tt>. <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span></tt> when called with a value of
+ each element type <tt class="computeroutput"><span class="identifier">E</span></tt>.
+ </p></td>
+<td><p>
Transformation function
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.algorithm.transformation.metafunctions.transform.expression_semantics"></a><h6>
-<a name="id1221825"></a>
+<a name="id578251"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">transform
<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
+<pre class="programlisting">transform<span class="special">(</span><span class="identifier">seq</span><span class="special">,</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- the return values of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></code> for each element <code class="computeroutput"><span class="identifier">e</span></code>
- within <code class="computeroutput"><span class="identifier">seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ the return values of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e</span><span class="special">)</span></tt> for each element <tt class="computeroutput"><span class="identifier">e</span></tt>
+ within <tt class="computeroutput"><span class="identifier">seq</span></tt>.
</p>
<a name="fusion.algorithm.transformation.metafunctions.transform.binary_version_synopsis"></a><h6>
-<a name="id1221964"></a>
+<a name="id578407"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.binary_version_synopsis">Binary
version synopsis</a>
</h6>
@@ -143,11 +129,11 @@
<span class="keyword">typename</span> <span class="identifier">Sequence2</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">F</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::transform
<span class="special"><</span><span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
+<span class="keyword">typename</span> result_of::transform<span class="special"><</span><span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">transform</span><span class="special">(</span>
<span class="identifier">Sequence1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Sequence2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq2</span><span class="special">,</span> <span class="identifier">F</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id1222197"></a><p class="title"><b>Table 1.76. Parameters</b></p>
+<a name="id578672"></a><p class="title"><b>Table 1.76. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -155,111 +141,87 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq1</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq1</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq2</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">e2</span><span class="special">)</span></code>
- is a valid expression for each pair of elements <code class="computeroutput"><span class="identifier">e1</span></code>
- of <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">e2</span></code> of <code class="computeroutput"><span class="identifier">seq2</span></code>.
- <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E1</span><span class="special">,</span><span class="identifier">E2</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of <code class="computeroutput"><span class="identifier">f</span></code> when called with elements of
- type <code class="computeroutput"><span class="identifier">E1</span></code> and <code class="computeroutput"><span class="identifier">E2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span><span class="identifier">e2</span><span class="special">)</span></tt>
+ is a valid expression for each pair of elements <tt class="computeroutput"><span class="identifier">e1</span></tt>
+ of <tt class="computeroutput"><span class="identifier">seq1</span></tt> and <tt class="computeroutput"><span class="identifier">e2</span></tt> of <tt class="computeroutput"><span class="identifier">seq2</span></tt>.
+ <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F</span><span class="special">(</span><span class="identifier">E1</span><span class="special">,</span><span class="identifier">E2</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of <tt class="computeroutput"><span class="identifier">f</span></tt> when called with elements of
+ type <tt class="computeroutput"><span class="identifier">E1</span></tt> and <tt class="computeroutput"><span class="identifier">E2</span></tt>
+ </p></td>
+<td><p>
Transformation function
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: A model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a new sequence, containing
- the return values of <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span> <span class="identifier">e2</span><span class="special">)</span></code> for each pair of elements <code class="computeroutput"><span class="identifier">e1</span></code> and <code class="computeroutput"><span class="identifier">e2</span></code>
- within <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">seq2</span></code> respectively.
+ <span class="bold"><b>Semantics</b></span>: Returns a new sequence, containing
+ the return values of <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">e1</span><span class="special">,</span> <span class="identifier">e2</span><span class="special">)</span></tt> for each pair of elements <tt class="computeroutput"><span class="identifier">e1</span></tt> and <tt class="computeroutput"><span class="identifier">e2</span></tt>
+ within <tt class="computeroutput"><span class="identifier">seq1</span></tt> and <tt class="computeroutput"><span class="identifier">seq2</span></tt> respectively.
</p>
<a name="fusion.algorithm.transformation.metafunctions.transform.complexity"></a><h6>
-<a name="id1222630"></a>
+<a name="id579160"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.complexity">Complexity</a>
</h6>
<p>
Constant. Returns a view which is lazily evaluated.
</p>
<a name="fusion.algorithm.transformation.metafunctions.transform.header"></a><h6>
-<a name="id1222657"></a>
+<a name="id579187"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">transform</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.algorithm.transformation.metafunctions.transform.example"></a><h6>
-<a name="id1222804"></a>
+<a name="id579353"></a>
<a href="transform.html#fusion.algorithm.transformation.metafunctions.transform.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">triple</span>
@@ -272,7 +234,7 @@
<span class="special">};</span>
<span class="special">};</span>
<span class="special">...</span>
-<span class="identifier">assert</span><span class="special">(</span>transform
<span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span> <span class="identifier">triple</span><span class="special">())</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">6</span><span class="spec
ial">,</span><span class="number">9</span><span class="special">));</span>
+<span class="identifier">assert</span><span class="special">(</span>transform<span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">),</span> <span class="identifier">triple</span><span class="special">())</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="number">6</span><span class="special">,</span
><span class="number">9</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html (original)
+++ trunk/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>zip</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="join.html" title="join">
+<link rel="previous" href="join.html" title="join">
<link rel="next" href="pop_back.html" title="pop_back">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="join.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="pop_back.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.algorithm.transformation.metafunctions.zip"></a>zip</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.algorithm.transformation.metafunctions.zip"></a>zip
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.algorithm.transformation.metafunctions.zip.description"></a><h6>
-<a name="id1247451"></a>
+<a name="id587330"></a>
<a href="zip.html#fusion.algorithm.transformation.metafunctions.zip.description">Description</a>
</h6>
<p>
@@ -34,7 +38,7 @@
of the members of the component sequences.
</p>
<a name="fusion.algorithm.transformation.metafunctions.zip.synopsis"></a><h6>
-<a name="id1247480"></a>
+<a name="id587361"></a>
<a href="zip.html#fusion.algorithm.transformation.metafunctions.zip.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -49,36 +53,36 @@
<span class="special">};</span>
</pre>
<a name="fusion.algorithm.transformation.metafunctions.zip.expression_semantics"></a><h6>
-<a name="id1247614"></a>
+<a name="id587510"></a>
<a href="zip.html#fusion.algorithm.transformation.metafunctions.zip.expression_semantics">Expression
Semantics</a>
</h6>
-<pre class="programlisting">result_of::zip
<span class="special"><</span><span class="identifier">Sequence1</span><span class="special">,</span> <span class="identifier">Sequence2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">SequenceN</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::zip<span class="special"><</span><span class="identifier">Sequence1</span><span class="special">,</span> <span class="identifier">Sequence2</span><span class="special">,</span> <span class="special">...</span> <span class="identifier">SequenceN</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the most restrictive
- traversal category of sequences <code class="computeroutput"><span class="identifier">Sequence1</span></code>
- to <code class="computeroutput"><span class="identifier">SequenceN</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the most restrictive
+ traversal category of sequences <tt class="computeroutput"><span class="identifier">Sequence1</span></tt>
+ to <tt class="computeroutput"><span class="identifier">SequenceN</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Return a sequence containing
+ <span class="bold"><b>Semantics</b></span>: Return a sequence containing
tuples of elements from each sequence. For example, applying zip to tuples
- <code class="computeroutput"><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span>
- <span class="number">3</span><span class="special">)</span></code>
- and <code class="computeroutput"><span class="special">(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">,</span>
- <span class="char">'c'</span><span class="special">)</span></code>
- would return <code class="computeroutput"><span class="special">((</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">),(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">),(</span><span class="number">3</span><span class="special">,</span>
- <span class="char">'c'</span><span class="special">))</span></code>
+ <tt class="computeroutput"><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span>
+ <span class="number">3</span><span class="special">)</span></tt>
+ and <tt class="computeroutput"><span class="special">(</span><span class="char">'a'</span><span class="special">,</span> <span class="char">'b'</span><span class="special">,</span>
+ <span class="char">'c'</span><span class="special">)</span></tt>
+ would return <tt class="computeroutput"><span class="special">((</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">),(</span><span class="number">2</span><span class="special">,</span> <span class="char">'b'</span><span class="special">),(</span><span class="number">3</span><span class="special">,</span>
+ <span class="char">'c'</span><span class="special">))</span></tt>
</p>
<a name="fusion.algorithm.transformation.metafunctions.zip.complexity"></a><h6>
-<a name="id1247892"></a>
+<a name="id587822"></a>
<a href="zip.html#fusion.algorithm.transformation.metafunctions.zip.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<a name="fusion.algorithm.transformation.metafunctions.zip.header"></a><h6>
-<a name="id1247919"></a>
+<a name="id587850"></a>
<a href="zip.html#fusion.algorithm.transformation.metafunctions.zip.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">zip</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/change_log.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/change_log.html (original)
+++ trunk/libs/fusion/doc/html/fusion/change_log.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Change log</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="notes.html" title="Notes">
+<link rel="previous" href="notes.html" title="Notes">
<link rel="next" href="acknowledgements.html" title="Acknowledgements">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,18 +23,22 @@
<a accesskey="p" href="notes.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.change_log"></a>Change log</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.change_log"></a>Change log
+</h2></div></div>
+<div></div>
+</div>
<p>
This section summarizes significant changes to the Fusion library.
</p>
<div class="itemizedlist"><ul type="disc">
<li>
- Sep 27, 2006: Added <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></code>
+ Sep 27, 2006: Added <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">tuple</span></tt>
support. (Joel de Guzman)
</li>
<li>
- Nov 17, 2006: Added <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code>
+ Nov 17, 2006: Added <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></tt>
support. (Joel de Guzman)
</li>
<li>
@@ -47,12 +51,12 @@
May 8, 2007: Added associative struct adapter. (Dan Marsden)
</li>
<li>
- Dec 20, 2007: Removed <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code>
+ Dec 20, 2007: Removed <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></tt>
support. After thorough investigation, I think now that the move to make
variant a fusion sequence is rather quirky. A variant will always have a
size==1 regardless of the number of types it can contain and there's no way
to know at compile time what it contains. Iterating over its types is simply
- wrong. All these imply that the variant is <span class="bold"><strong>not</strong></span>
+ wrong. All these imply that the variant is <span class="bold"><b>not</b></span>
a fusion sequence. (Joel de Guzman)
</li>
</ul></div>
Modified: trunk/libs/fusion/doc/html/fusion/container.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Container</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="sequence/operator/comparison/greater_than_equal.html" title="greater
+<link rel="previous" href="sequence/operator/comparison/greater_than_equal.html" title="greater
than equal">
<link rel="next" href="container/vector.html" title="vector">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="sequence/operator/comparison/greater_than_equal.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="container/vector.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.container"></a>Container</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.container"></a>Container
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">vector</span></dt>
<dt><span class="section">cons</span></dt>
@@ -49,7 +53,7 @@
These containers are more or less counterparts of those in STL.
</p>
<a name="fusion.container.header"></a><h3>
-<a name="id1068020"></a>
+<a name="id478624"></a>
<a href="container.html#fusion.container.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/container/cons.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/cons.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/cons.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>cons</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="vector.html" title="vector">
+<link rel="previous" href="vector.html" title="vector">
<link rel="next" href="list.html" title="list">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,40 +23,44 @@
<a accesskey="p" href="vector.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="list.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.cons"></a>cons</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.cons"></a>cons
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.container.cons.description"></a><h4>
-<a name="id1070555"></a>
+<a name="id481491"></a>
<a href="cons.html#fusion.container.cons.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">cons</span></code> is a simple <a href="../sequence/concepts/forward_sequence.html" title="Forward
+ <tt class="computeroutput"><span class="identifier">cons</span></tt> is a simple <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>. It is a lisp style recursive list structure where <code class="computeroutput"><span class="identifier">car</span></code> is the <span class="emphasis"><em>head</em></span> and
- <code class="computeroutput"><span class="identifier">cdr</span></code> is the <span class="emphasis"><em>tail</em></span>:
- usually another cons structure or <code class="computeroutput"><span class="identifier">nil</span></code>:
- the empty list. Fusion's list
is built on top of this more
- primitive data structure. It is more efficient than vector
when the target sequence
+ Sequence</a>. It is a lisp style recursive list structure where <tt class="computeroutput"><span class="identifier">car</span></tt> is the <span class="emphasis"><em>head</em></span> and
+ <tt class="computeroutput"><span class="identifier">cdr</span></tt> is the <span class="emphasis"><em>tail</em></span>:
+ usually another cons structure or <tt class="computeroutput"><span class="identifier">nil</span></tt>:
+ the empty list. Fusion's list is built on top of this more
+ primitive data structure. It is more efficient than vector when the target sequence
is constructed piecemeal (a data at a time). The runtime cost of access to
each element is peculiarly constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive
Inlined Functions</a>).
</p>
<a name="fusion.container.cons.header"></a><h4>
-<a name="id1070682"></a>
+<a name="id481633"></a>
<a href="cons.html#fusion.container.cons.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">/</span><span class="identifier">cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.cons.synopsis"></a><h4>
-<a name="id1070828"></a>
+<a name="id481798"></a>
<a href="cons.html#fusion.container.cons.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Cdr</span> <span class="special">=</span> <span class="identifier">nil</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">cons</span><span class="special">;</span>
</pre>
<a name="fusion.container.cons.template_parameters"></a><h4>
-<a name="id1070922"></a>
+<a name="id481906"></a>
<a href="cons.html#fusion.container.cons.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -66,60 +70,42 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Car</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Car</span></tt>
+ </p></td>
+<td><p>
Head type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Cdr</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Cdr</span></tt>
+ </p></td>
+<td><p>
Tail type
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">nil</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">nil</span></tt>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.cons.model_of"></a><h4>
-<a name="id1071054"></a>
+<a name="id482054"></a>
<a href="cons.html#fusion.container.cons.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@@ -127,33 +113,33 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">nil</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">nil</span></tt></span></dt>
<dd><p>
- An empty <code class="computeroutput"><span class="identifier">cons</span></code>
+ An empty <tt class="computeroutput"><span class="identifier">cons</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">C</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">C</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">cons</span></code> type
+ A <tt class="computeroutput"><span class="identifier">cons</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">l</span></code>,
- <code class="computeroutput"><span class="identifier">l2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">l</span></tt>,
+ <tt class="computeroutput"><span class="identifier">l2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">cons</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">cons</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">car</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">car</span></tt></span></dt>
<dd><p>
An arbitrary data
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">cdr</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">cdr</span></tt></span></dt>
<dd><p>
- Another <code class="computeroutput"><span class="identifier">cons</span></code> list
+ Another <tt class="computeroutput"><span class="identifier">cons</span></tt> list
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">N</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">N</span></tt></span></dt>
<dd><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
@@ -161,7 +147,7 @@
</dl>
</div>
<a name="fusion.container.cons.expression_semantics"></a><h4>
-<a name="id1071304"></a>
+<a name="id482336"></a>
<a href="cons.html#fusion.container.cons.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -176,132 +162,100 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">nil</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">nil</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Creates an empty list.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">C</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">C</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Creates a cons with default constructed elements.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">C</span><span class="special">(</span><span class="identifier">car</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a cons with <code class="computeroutput"><span class="identifier">car</span></code>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">C</span><span class="special">(</span><span class="identifier">car</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a cons with <tt class="computeroutput"><span class="identifier">car</span></tt>
head and default constructed tail.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">C</span><span class="special">(</span><span class="identifier">car</span><span class="special">,</span>
- <span class="identifier">cdr</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a cons with <code class="computeroutput"><span class="identifier">car</span></code>
- head and <code class="computeroutput"><span class="identifier">cdr</span></code> tail.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">C</span><span class="special">(</span><span class="identifier">car</span><span class="special">,</span>
+ <span class="identifier">cdr</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a cons with <tt class="computeroutput"><span class="identifier">car</span></tt>
+ head and <tt class="computeroutput"><span class="identifier">cdr</span></tt> tail.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">C</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">C</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Copy constructs a cons from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">l</span> <span class="special">=</span>
- <span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a cons, <code class="computeroutput"><span class="identifier">l</span></code>,
+<td><p>
+ <tt class="computeroutput"><span class="identifier">l</span> <span class="special">=</span>
+ <span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a cons, <tt class="computeroutput"><span class="identifier">l</span></tt>,
from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The Nth element from the beginning of the sequence; see at
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The Nth element from the beginning of the sequence; see at.
+ </p></td>
</tr>
</tbody>
</table></div>
<div class="sidebar"><p>
- <span class="inlinemediaobject"><img src="../../images/note.png" alt="note"></span> <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></code> is provided
+ <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span> <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></tt> is provided
for convenience and compatibility with the original Boost.Tuple
- library, despite <code class="computeroutput"><span class="identifier">cons</span></code> being
+ library, despite <tt class="computeroutput"><span class="identifier">cons</span></tt> being
a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
- only (<code class="computeroutput"><span class="identifier">at</span></code> is supposed to be
+ only (<tt class="computeroutput"><span class="identifier">at</span></tt> is supposed to be
a <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
- Access Sequence</a> requirement). The runtime complexity of at
is constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive
+ Access Sequence</a> requirement). The runtime complexity of at is constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive
Inlined Functions</a>).
</p></div>
<a name="fusion.container.cons.example"></a><h4>
-<a name="id1071879"></a>
+<a name="id482985"></a>
<a href="cons.html#fusion.container.cons.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">cons</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">cons</span><span class="special"><</span><span class="keyword">float</span><span class="special">></span> <span class="special">></span> <span class="identifier">l</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="identifier">cons</span><span class="special"><</span><span class="keyword">float</span><span class="special">>(</span><span class="number">5.5f</span><span class="special">));</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Conversion</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="generation/metafunctions/map_tie.html" title="map_tie">
+<link rel="previous" href="generation/metafunctions/map_tie.html" title="map_tie">
<link rel="next" href="conversion/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="generation/metafunctions/map_tie.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="conversion/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.conversion"></a>Conversion</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.conversion"></a>Conversion
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
@@ -34,7 +38,7 @@
types using one of these conversion functions.
</p>
<a name="fusion.container.conversion.header"></a><h4>
-<a name="id1110884"></a>
+<a name="id511212"></a>
<a href="conversion.html#fusion.container.conversion.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../conversion.html" title="Conversion">
-<link rel="prev" href="../conversion.html" title="Conversion">
+<link rel="previous" href="../conversion.html" title="Conversion">
<link rel="next" href="functions/as_list.html" title="as_list">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../conversion.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../conversion.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/as_list.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.container.conversion.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.container.conversion.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">as_list</span></dt>
<dt><span class="section">as_vector</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_list</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="as_vector.html" title="as_vector">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="as_vector.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.functions.as_list"></a>as_list</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.functions.as_list"></a>as_list
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.functions.as_list.description"></a><h6>
-<a name="id1111001"></a>
+<a name="id511341"></a>
<a href="as_list.html#fusion.container.conversion.functions.as_list.description">Description</a>
</h6>
<p>
- Convert a fusion sequence to a list
.
+ Convert a fusion sequence to a list.
</p>
<a name="fusion.container.conversion.functions.as_list.synopsis"></a><h6>
-<a name="id1111044"></a>
+<a name="id511388"></a>
<a href="as_list.html#fusion.container.conversion.functions.as_list.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -45,7 +49,7 @@
<span class="identifier">as_list</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.container.conversion.functions.as_list.parameters"></a><h6>
-<a name="id1111270"></a>
+<a name="id511643"></a>
<a href="as_list.html#fusion.container.conversion.functions.as_list.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,66 +59,54 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
An instance of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.functions.as_list.expression_semantics"></a><h6>
-<a name="id1111369"></a>
+<a name="id511749"></a>
<a href="as_list.html#fusion.container.conversion.functions.as_list.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">as_list</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::as_list
<code class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::as_list<tt class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">seq</span></code>, to a list
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>, to a list.
</p>
<a name="fusion.container.conversion.functions.as_list.header"></a><h6>
-<a name="id1111510"></a>
+<a name="id511906"></a>
<a href="as_list.html#fusion.container.conversion.functions.as_list.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.functions.as_list.example"></a><h6>
-<a name="id1111659"></a>
+<a name="id512073"></a>
<a href="as_list.html#fusion.container.conversion.functions.as_list.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">as_list</span><span class="special">(</span>make_vector
<span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>
+<pre class="programlisting"><span class="identifier">as_list</span><span class="special">(</span>make_vector<span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_map</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="as_set.html" title="as_set">
+<link rel="previous" href="as_set.html" title="as_set">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="as_set.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.functions.as_map"></a>as_map</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.functions.as_map"></a>as_map
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.functions.as_map.description"></a><h6>
-<a name="id1113294"></a>
+<a name="id513891"></a>
<a href="as_map.html#fusion.container.conversion.functions.as_map.description">Description</a>
</h6>
<p>
- Convert a fusion sequence to a map
.
+ Convert a fusion sequence to a map.
</p>
<a name="fusion.container.conversion.functions.as_map.synopsis"></a><h6>
-<a name="id1113337"></a>
+<a name="id513937"></a>
<a href="as_map.html#fusion.container.conversion.functions.as_map.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -45,7 +49,7 @@
<span class="identifier">as_map</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.container.conversion.functions.as_map.parameters"></a><h6>
-<a name="id1113563"></a>
+<a name="id514192"></a>
<a href="as_map.html#fusion.container.conversion.functions.as_map.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,73 +59,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
An instance of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.functions.as_map.expression_semantics"></a><h6>
-<a name="id1113662"></a>
+<a name="id514298"></a>
<a href="as_map.html#fusion.container.conversion.functions.as_map.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">as_map</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::as_map
<code class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::as_map<tt class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">seq</span></code>, to a map
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>, to a map.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: The elements of the sequence
+ <span class="bold"><b>Precondition</b></span>: The elements of the sequence
are assumed to be __fusion<span class="underline">pair</span>_s.
- There may be no duplicate fusion::pair
key types.
+ There may be no duplicate fusion::pair key types.
</p>
<a name="fusion.container.conversion.functions.as_map.header"></a><h6>
-<a name="id1113844"></a>
+<a name="id514501"></a>
<a href="as_map.html#fusion.container.conversion.functions.as_map.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.functions.as_map.example"></a><h6>
-<a name="id1113992"></a>
+<a name="id514667"></a>
<a href="as_map.html#fusion.container.conversion.functions.as_map.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">as_map</span><span class="special">(</span>make_vector
<span class="special">(</span>
- make_pair
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="char">'X'</span><span class="special">)</span>
- <span class="special">,</span> make_pair
<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">)))</span>
+<pre class="programlisting"><span class="identifier">as_map</span><span class="special">(</span>make_vector<span class="special">(</span>
+ make_pair<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="char">'X'</span><span class="special">)</span>
+ <span class="special">,</span> make_pair<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">)))</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_set</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="as_vector.html" title="as_vector">
+<link rel="previous" href="as_vector.html" title="as_vector">
<link rel="next" href="as_map.html" title="as_map">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="as_vector.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="as_map.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.functions.as_set"></a>as_set</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.functions.as_set"></a>as_set
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.functions.as_set.description"></a><h6>
-<a name="id1112524"></a>
+<a name="id513035"></a>
<a href="as_set.html#fusion.container.conversion.functions.as_set.description">Description</a>
</h6>
<p>
- Convert a fusion sequence to a set
.
+ Convert a fusion sequence to a set.
</p>
<a name="fusion.container.conversion.functions.as_set.synopsis"></a><h6>
-<a name="id1112567"></a>
+<a name="id513082"></a>
<a href="as_set.html#fusion.container.conversion.functions.as_set.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -45,7 +49,7 @@
<span class="identifier">as_set</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.container.conversion.functions.as_set.parameters"></a><h6>
-<a name="id1112793"></a>
+<a name="id513336"></a>
<a href="as_set.html#fusion.container.conversion.functions.as_set.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,70 +59,58 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
An instance of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.functions.as_set.expression_semantics"></a><h6>
-<a name="id1112892"></a>
+<a name="id513442"></a>
<a href="as_set.html#fusion.container.conversion.functions.as_set.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">as_set</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::as_set
<code class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::as_set<tt class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">seq</span></code>, to a set
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>, to a set.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: There may be no duplicate
+ <span class="bold"><b>Precondition</b></span>: There may be no duplicate
key types.
</p>
<a name="fusion.container.conversion.functions.as_set.header"></a><h6>
-<a name="id1113042"></a>
+<a name="id513611"></a>
<a href="as_set.html#fusion.container.conversion.functions.as_set.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.functions.as_set.example"></a><h6>
-<a name="id1113190"></a>
+<a name="id513776"></a>
<a href="as_set.html#fusion.container.conversion.functions.as_set.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">as_set</span><span class="special">(</span>make_vector
<span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>
+<pre class="programlisting"><span class="identifier">as_set</span><span class="special">(</span>make_vector<span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_vector</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="as_list.html" title="as_list">
+<link rel="previous" href="as_list.html" title="as_list">
<link rel="next" href="as_set.html" title="as_set">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="as_list.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="as_set.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.functions.as_vector"></a>as_vector</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.functions.as_vector"></a>as_vector
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.functions.as_vector.description"></a><h6>
-<a name="id1111763"></a>
+<a name="id512188"></a>
<a href="as_vector.html#fusion.container.conversion.functions.as_vector.description">Description</a>
</h6>
<p>
- Convert a fusion sequence to a vector
.
+ Convert a fusion sequence to a vector.
</p>
<a name="fusion.container.conversion.functions.as_vector.synopsis"></a><h6>
-<a name="id1111806"></a>
+<a name="id512234"></a>
<a href="as_vector.html#fusion.container.conversion.functions.as_vector.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -45,7 +49,7 @@
<span class="identifier">as_vector</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.container.conversion.functions.as_vector.parameters"></a><h6>
-<a name="id1112031"></a>
+<a name="id512490"></a>
<a href="as_vector.html#fusion.container.conversion.functions.as_vector.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,66 +59,54 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
An instance of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.functions.as_vector.expression_semantics"></a><h6>
-<a name="id1112130"></a>
+<a name="id512595"></a>
<a href="as_vector.html#fusion.container.conversion.functions.as_vector.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">as_vector</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::as_vector
<code class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::as_vector<tt class="computeroutput"><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">seq</span></code>, to a vector
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>, to a vector.
</p>
<a name="fusion.container.conversion.functions.as_vector.header"></a><h6>
-<a name="id1112271"></a>
+<a name="id512755"></a>
<a href="as_vector.html#fusion.container.conversion.functions.as_vector.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.functions.as_vector.example"></a><h6>
-<a name="id1112420"></a>
+<a name="id512921"></a>
<a href="as_vector.html#fusion.container.conversion.functions.as_vector.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">as_vector</span><span class="special">(</span>make_list
<span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>
+<pre class="programlisting"><span class="identifier">as_vector</span><span class="special">(</span>make_list<span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">))</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../conversion.html" title="Conversion">
-<link rel="prev" href="functions/as_map.html" title="as_map">
+<link rel="previous" href="functions/as_map.html" title="as_map">
<link rel="next" href="metafunctions/as_list.html" title="as_list">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="functions/as_map.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../conversion.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/as_list.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.container.conversion.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.container.conversion.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">as_list</span></dt>
<dt><span class="section">as_vector</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_list</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="as_vector.html" title="as_vector">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="as_vector.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.metafunctions.as_list"></a>as_list</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.metafunctions.as_list"></a>as_list
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.metafunctions.as_list.description"></a><h6>
-<a name="id1114164"></a>
+<a name="id514856"></a>
<a href="as_list.html#fusion.container.conversion.metafunctions.as_list.description">Description</a>
</h6>
<p>
- Returns the result type of as_list
.
+ Returns the result type of as_list.
</p>
<a name="fusion.container.conversion.metafunctions.as_list.synopsis"></a><h6>
-<a name="id1114208"></a>
+<a name="id514903"></a>
<a href="as_list.html#fusion.container.conversion.metafunctions.as_list.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">as_list</span><span class="special">;</span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_list.parameters"></a><h6>
-<a name="id1114279"></a>
+<a name="id514982"></a>
<a href="as_list.html#fusion.container.conversion.metafunctions.as_list.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -50,67 +54,55 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A fusion Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence type to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.metafunctions.as_list.expression_semantics"></a><h6>
-<a name="id1114384"></a>
+<a name="id515096"></a>
<a href="as_list.html#fusion.container.conversion.metafunctions.as_list.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_list</span><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A list
with same elements as the
- input sequence, <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Return type</b></span>: A list with same elements as the
+ input sequence, <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">Sequence</span></code>, to a list
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, to a list.
</p>
<a name="fusion.container.conversion.metafunctions.as_list.header"></a><h6>
-<a name="id1114520"></a>
+<a name="id515250"></a>
<a href="as_list.html#fusion.container.conversion.metafunctions.as_list.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_list.example"></a><h6>
-<a name="id1114668"></a>
+<a name="id515417"></a>
<a href="as_list.html#fusion.container.conversion.metafunctions.as_list.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_list</span><span class="special"><</span>vector
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_list</span><span class="special"><</span>vector<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_map</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="as_set.html" title="as_set">
+<link rel="previous" href="as_set.html" title="as_set">
<link rel="next" href="../../../view.html" title="View">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="as_set.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../../view.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.metafunctions.as_map"></a>as_map</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.metafunctions.as_map"></a>as_map
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.metafunctions.as_map.description"></a><h6>
-<a name="id1116026"></a>
+<a name="id516922"></a>
<a href="as_map.html#fusion.container.conversion.metafunctions.as_map.description">Description</a>
</h6>
<p>
- Returns the result type of as_map
.
+ Returns the result type of as_map.
</p>
<a name="fusion.container.conversion.metafunctions.as_map.synopsis"></a><h6>
-<a name="id1116069"></a>
+<a name="id516970"></a>
<a href="as_map.html#fusion.container.conversion.metafunctions.as_map.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">as_map</span><span class="special">;</span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_map.parameters"></a><h6>
-<a name="id1116140"></a>
+<a name="id517048"></a>
<a href="as_map.html#fusion.container.conversion.metafunctions.as_map.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -50,74 +54,62 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A fusion Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.metafunctions.as_map.expression_semantics"></a><h6>
-<a name="id1116245"></a>
+<a name="id517162"></a>
<a href="as_map.html#fusion.container.conversion.metafunctions.as_map.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_map</span><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A map
with same elements as the
- input sequence, <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Return type</b></span>: A map with same elements as the
+ input sequence, <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">Sequence</span></code>, to a map
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, to a map.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: The elements of the sequence
+ <span class="bold"><b>Precondition</b></span>: The elements of the sequence
are assumed to be __fusion<span class="underline">pair</span>_s.
- There may be no duplicate fusion::pair
key types.
+ There may be no duplicate fusion::pair key types.
</p>
<a name="fusion.container.conversion.metafunctions.as_map.header"></a><h6>
-<a name="id1116423"></a>
+<a name="id517362"></a>
<a href="as_map.html#fusion.container.conversion.metafunctions.as_map.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_map.example"></a><h6>
-<a name="id1116571"></a>
+<a name="id517528"></a>
<a href="as_map.html#fusion.container.conversion.metafunctions.as_map.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_map</span><span class="special"><</span>vector
<span class="special"><</span>
- fusion::pair
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span>
- <span class="special">,</span> fusion::pair
<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_map</span><span class="special"><</span>vector<span class="special"><</span>
+ fusion::pair<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span>
+ <span class="special">,</span> fusion::pair<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_set</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="as_vector.html" title="as_vector">
+<link rel="previous" href="as_vector.html" title="as_vector">
<link rel="next" href="as_map.html" title="as_map">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="as_vector.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="as_map.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.metafunctions.as_set"></a>as_set</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.metafunctions.as_set"></a>as_set
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.metafunctions.as_set.description"></a><h6>
-<a name="id1115398"></a>
+<a name="id516226"></a>
<a href="as_set.html#fusion.container.conversion.metafunctions.as_set.description">Description</a>
</h6>
<p>
- Returns the result type of as_set
.
+ Returns the result type of as_set.
</p>
<a name="fusion.container.conversion.metafunctions.as_set.synopsis"></a><h6>
-<a name="id1115442"></a>
+<a name="id516273"></a>
<a href="as_set.html#fusion.container.conversion.metafunctions.as_set.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">as_set</span><span class="special">;</span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_set.parameters"></a><h6>
-<a name="id1115513"></a>
+<a name="id516352"></a>
<a href="as_set.html#fusion.container.conversion.metafunctions.as_set.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -50,71 +54,59 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A fusion Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.metafunctions.as_set.expression_semantics"></a><h6>
-<a name="id1115618"></a>
+<a name="id516467"></a>
<a href="as_set.html#fusion.container.conversion.metafunctions.as_set.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_set</span><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A set
with same elements as the
- input sequence, <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Return type</b></span>: A set with same elements as the
+ input sequence, <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">Sequence</span></code>, to a set
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, to a set.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: There may be no duplicate
+ <span class="bold"><b>Precondition</b></span>: There may be no duplicate
key types.
</p>
<a name="fusion.container.conversion.metafunctions.as_set.header"></a><h6>
-<a name="id1115764"></a>
+<a name="id516632"></a>
<a href="as_set.html#fusion.container.conversion.metafunctions.as_set.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_set.example"></a><h6>
-<a name="id1115913"></a>
+<a name="id516798"></a>
<a href="as_set.html#fusion.container.conversion.metafunctions.as_set.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_set</span><span class="special"><</span>vector
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_set</span><span class="special"><</span>vector<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>as_vector</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="as_list.html" title="as_list">
+<link rel="previous" href="as_list.html" title="as_list">
<link rel="next" href="as_set.html" title="as_set">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="as_list.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="as_set.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.conversion.metafunctions.as_vector"></a>as_vector</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.conversion.metafunctions.as_vector"></a>as_vector
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.conversion.metafunctions.as_vector.description"></a><h6>
-<a name="id1114780"></a>
+<a name="id515541"></a>
<a href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.description">Description</a>
</h6>
<p>
- Returns the result type of as_vector
.
+ Returns the result type of as_vector.
</p>
<a name="fusion.container.conversion.metafunctions.as_vector.synopsis"></a><h6>
-<a name="id1114824"></a>
+<a name="id515588"></a>
<a href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">as_vector</span><span class="special">;</span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_vector.parameters"></a><h6>
-<a name="id1114894"></a>
+<a name="id515666"></a>
<a href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -50,67 +54,55 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A fusion Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to convert.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.conversion.metafunctions.as_vector.expression_semantics"></a><h6>
-<a name="id1114999"></a>
+<a name="id515778"></a>
<a href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_vector</span><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A vector
with same elements as
- the input sequence, <code class="computeroutput"><span class="identifier">Sequence</span></code>.
+ <span class="bold"><b>Return type</b></span>: A vector with same elements as
+ the input sequence, <tt class="computeroutput"><span class="identifier">Sequence</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Convert a fusion sequence,
- <code class="computeroutput"><span class="identifier">Sequence</span></code>, to a vector
.
+ <span class="bold"><b>Semantics</b></span>: Convert a fusion sequence,
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>, to a vector.
</p>
<a name="fusion.container.conversion.metafunctions.as_vector.header"></a><h6>
-<a name="id1115136"></a>
+<a name="id515933"></a>
<a href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">/</span><span class="identifier">convert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">as_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.conversion.metafunctions.as_vector.example"></a><h6>
-<a name="id1115285"></a>
+<a name="id516101"></a>
<a href="as_vector.html#fusion.container.conversion.metafunctions.as_vector.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_vector</span><span class="special"><</span>list
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">as_vector</span><span class="special"><</span>list<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Generation</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="map.html" title="map">
+<link rel="previous" href="map.html" title="map">
<link rel="next" href="generation/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="map.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="generation/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.generation"></a>Generation</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.generation"></a>Generation
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">MetaFunctions</span></dt>
@@ -33,7 +37,7 @@
These are the functions that you can use to generate various forms of Container from elemental values.
</p>
<a name="fusion.container.generation.header"></a><h4>
-<a name="id1077138"></a>
+<a name="id488909"></a>
<a href="generation.html#fusion.container.generation.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../generation.html" title="Generation">
-<link rel="prev" href="../generation.html" title="Generation">
+<link rel="previous" href="../generation.html" title="Generation">
<link rel="next" href="functions/make_list.html" title="make_list">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../generation.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/make_list.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.container.generation.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.container.generation.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">make_list</span></dt>
<dt><span class="section">make_cons</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>list_tie</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="tiers.html" title="Tiers">
+<link rel="previous" href="tiers.html" title="Tiers">
<link rel="next" href="vector_tie.html" title="vector_tie">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,35 +23,39 @@
<a accesskey="p" href="tiers.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="vector_tie.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.list_tie"></a>list_tie</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.list_tie"></a>list_tie
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.list_tie.description"></a><h6>
-<a name="id1083486"></a>
+<a name="id495935"></a>
<a href="list_tie.html#fusion.container.generation.functions.list_tie.description">Description</a>
</h6>
<p>
- Constructs a tie using a list
sequence.
+ Constructs a tie using a list sequence.
</p>
<a name="fusion.container.generation.functions.list_tie.synopsis"></a><h6>
-<a name="id1101006"></a>
+<a name="id495981"></a>
<a href="list_tie.html#fusion.container.generation.functions.list_tie.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
-list
<span class="special"><</span><span class="identifier">T0</span><span class="special">&,</span> <span class="identifier">T1</span><span class="special">&,...</span> <span class="identifier">TN</span><span class="special">&></span>
+list<span class="special"><</span><span class="identifier">T0</span><span class="special">&,</span> <span class="identifier">T1</span><span class="special">&,...</span> <span class="identifier">TN</span><span class="special">&></span>
<span class="identifier">list_tie</span><span class="special">(</span><span class="identifier">T0</span><span class="special">&</span> <span class="identifier">x0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">&</span> <span class="identifier">x1</span><span class="special">...</span> <span class="identifier">TN</span><span class="special">&</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.list_tie.parameters"></a><h6>
-<a name="id1101287"></a>
+<a name="id496296"></a>
<a href="list_tie.html#fusion.container.generation.functions.list_tie.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -61,65 +65,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">list_tie</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">list_tie</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.functions.list_tie.expression_semantics"></a><h6>
-<a name="id1101444"></a>
+<a name="id496470"></a>
<a href="list_tie.html#fusion.container.generation.functions.list_tie.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">list_tie</span><span class="special">(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: list
<T0&, T1&,...
+ <span class="bold"><b>Return type</b></span>: list<T0&, T1&,...
TN&>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a list
of references from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a list of references from <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt>.
</p>
<a name="fusion.container.generation.functions.list_tie.header"></a><h6>
-<a name="id1101591"></a>
+<a name="id496637"></a>
<a href="list_tie.html#fusion.container.generation.functions.list_tie.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.list_tie.example"></a><h6>
-<a name="id1101740"></a>
+<a name="id496804"></a>
<a href="list_tie.html#fusion.container.generation.functions.list_tie.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">123</span><span class="special">;</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_cons</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="make_list.html" title="make_list">
+<link rel="previous" href="make_list.html" title="make_list">
<link rel="next" href="make_vector.html" title="make_vector">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,31 +23,35 @@
<a accesskey="p" href="make_list.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_vector.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.make_cons"></a>make_cons</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.make_cons"></a>make_cons
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.make_cons.description"></a><h6>
-<a name="id1078314"></a>
+<a name="id490223"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.description">Description</a>
</h6>
<p>
- Create a cons
- from <code class="computeroutput"><span class="identifier">car</span></code> (<span class="emphasis"><em>head</em></span>)
- and optional <code class="computeroutput"><span class="identifier">cdr</span></code> (<span class="emphasis"><em>tail</em></span>).
+ Create a cons
+ from <tt class="computeroutput"><span class="identifier">car</span></tt> (<span class="emphasis"><em>head</em></span>)
+ and optional <tt class="computeroutput"><span class="identifier">cdr</span></tt> (<span class="emphasis"><em>tail</em></span>).
</p>
<a name="fusion.container.generation.functions.make_cons.synopsis"></a><h6>
-<a name="id1078385"></a>
+<a name="id490301"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::make_cons
<span class="special"><</span><span class="identifier">Car</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::make_cons<span class="special"><</span><span class="identifier">Car</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_cons</span><span class="special">(</span><span class="identifier">Car</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">car</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Cdr</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::make_cons
<span class="special"><</span><span class="identifier">Car</span><span class="special">,</span> <span class="identifier">Cdr</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::make_cons<span class="special"><</span><span class="identifier">Car</span><span class="special">,</span> <span class="identifier">Cdr</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_cons</span><span class="special">(</span><span class="identifier">Car</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">car</span><span class="special">,</span> <span class="identifier">Cdr</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">cdr</span><span class="special">);</span>
</pre>
<a name="fusion.container.generation.functions.make_cons.parameters"></a><h6>
-<a name="id1078679"></a>
+<a name="id490633"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -57,94 +61,76 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">car</span></code>
- </p>
- </td>
-<td>
- <p>
- Instance of <code class="computeroutput"><span class="identifier">Car</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">car</span></tt>
+ </p></td>
+<td><p>
+ Instance of <tt class="computeroutput"><span class="identifier">Car</span></tt>
+ </p></td>
+<td><p>
The list's head
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">cdr</span></code>
- </p>
- </td>
-<td>
- <p>
- Instance of <code class="computeroutput"><span class="identifier">Cdr</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">cdr</span></tt>
+ </p></td>
+<td><p>
+ Instance of <tt class="computeroutput"><span class="identifier">Cdr</span></tt>
+ </p></td>
+<td><p>
The list's tail (optional)
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.generation.functions.make_cons.expression_semantics"></a><h6>
-<a name="id1078829"></a>
+<a name="id490797"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_cons</span><span class="special">(</span><span class="identifier">car</span><span class="special">,</span> <span class="identifier">cdr</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::make_cons
<code class="computeroutput"><span class="special"><</span><span class="identifier">Car</span><span class="special">,</span> <span class="identifier">Cdr</span><span class="special">>::</span><span class="identifier">type</span></code> or result_of::make_cons
<code class="computeroutput"><span class="special"><</span><span class="identifier">Car</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::make_cons<tt class="computeroutput"><span class="special"><</span><span class="identifier">Car</span><span class="special">,</span> <span class="identifier">Cdr</span><span class="special">>::</span><span class="identifier">type</span></tt> or result_of::make_cons<tt class="computeroutput"><span class="special"><</span><span class="identifier">Car</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a cons
from <code class="computeroutput"><span class="identifier">car</span></code>
- (<span class="emphasis"><em>head</em></span>) and optional <code class="computeroutput"><span class="identifier">cdr</span></code>
+ <span class="bold"><b>Semantics</b></span>: Create a cons from <tt class="computeroutput"><span class="identifier">car</span></tt>
+ (<span class="emphasis"><em>head</em></span>) and optional <tt class="computeroutput"><span class="identifier">cdr</span></tt>
(<span class="emphasis"><em>tail</em></span>).
</p>
<a name="fusion.container.generation.functions.make_cons.header"></a><h6>
-<a name="id1079052"></a>
+<a name="id491048"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.make_cons.example"></a><h6>
-<a name="id1079200"></a>
+<a name="id491215"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">make_cons</span><span class="special">(</span><span class="char">'x'</span><span class="special">,</span> <span class="identifier">make_cons</span><span class="special">(</span><span class="number">123</span><span class="special">))</span>
</pre>
<a name="fusion.container.generation.functions.make_cons.see_also"></a><h6>
-<a name="id1079266"></a>
+<a name="id491288"></a>
<a href="make_cons.html#fusion.container.generation.functions.make_cons.see_also">See
also</a>
</h6>
<p>
- boost::ref
+ boost::ref
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_list</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="make_cons.html" title="make_cons">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,36 +23,40 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_cons.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.make_list"></a>make_list</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.make_list"></a>make_list
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.make_list.description"></a><h6>
-<a name="id1077312"></a>
+<a name="id489102"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.description">Description</a>
</h6>
<p>
- Create a list
+ Create a list
from one or more values.
</p>
<a name="fusion.container.generation.functions.make_list.synopsis"></a><h6>
-<a name="id1077354"></a>
+<a name="id489149"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::make_list
<span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::make_list<span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_list</span><span class="special">(</span><span class="identifier">T0</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x0</span><span class="special">,</span> <span class="identifier">T1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x1</span><span class="special">...</span> <span class="identifier">TN</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.make_list.parameters"></a><h6>
-<a name="id1077675"></a>
+<a name="id489511"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -62,75 +66,63 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">make_list</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">make_list</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.functions.make_list.expression_semantics"></a><h6>
-<a name="id1077832"></a>
+<a name="id489684"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_list</span><span class="special">(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::make_list
<code class="computeroutput"><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::make_list<tt class="computeroutput"><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a list
from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a list from <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt>.
</p>
<a name="fusion.container.generation.functions.make_list.header"></a><h6>
-<a name="id1078028"></a>
+<a name="id489907"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.make_list.example"></a><h6>
-<a name="id1078176"></a>
+<a name="id490073"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">make_list</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">,</span> <span class="number">12.5</span><span class="special">)</span>
</pre>
<a name="fusion.container.generation.functions.make_list.see_also"></a><h6>
-<a name="id1078244"></a>
+<a name="id490147"></a>
<a href="make_list.html#fusion.container.generation.functions.make_list.see_also">See
also</a>
</h6>
<p>
- boost::ref
+ boost::ref
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_map</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="make_set.html" title="make_set">
+<link rel="previous" href="make_set.html" title="make_set">
<link rel="next" href="tiers.html" title="Tiers">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,39 +23,42 @@
<a accesskey="p" href="make_set.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tiers.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.make_map"></a>make_map</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.make_map"></a>make_map
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.make_map.description"></a><h6>
-<a name="id1081380"></a>
+<a name="id493610"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.description">Description</a>
</h6>
<p>
- Create a map
+ Create a map
from one or more key/data pairs.
</p>
<a name="fusion.container.generation.functions.make_map.synopsis"></a><h6>
-<a name="id1081423"></a>
+<a name="id493656"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">K0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">KN</span>
<span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::make_map
<span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K0</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::make_map<span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K0</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_map</span><span class="special">(</span><span class="identifier">T0</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x0</span><span class="special">,</span> <span class="identifier">T1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x1</span><span class="special">...</span> <span class="identifier">TN</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- <sup>[<a name="id1081754" href="#ftn.id1081754">10</a>]</sup>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- before including any Fusion header to change the default. Example:
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt> before
+ including any Fusion header to change the default. Example:
</p>
-<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
+<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.make_map.parameters"></a><h6>
-<a name="id1081849"></a>
+<a name="id494103"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -65,114 +68,89 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
<span class="identifier">K1</span><span class="special">,...</span>
- <span class="identifier">KN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">KN</span></tt>
+ </p></td>
+<td><p>
The key types
- </p>
- </td>
-<td>
- <p>
- Keys associated with <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Keys associated with <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">make_map</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">make_map</span></tt>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.generation.functions.make_map.expression_semantics"></a><h6>
-<a name="id1082086"></a>
+<a name="id494369"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_map</span><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">>(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::make_map
<code class="computeroutput"><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K0</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::make_map<tt class="computeroutput"><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K0</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a map
from <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code>
- keys and <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+ <span class="bold"><b>Semantics</b></span>: Create a map from <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></tt>
+ keys and <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code> data.
+ <span class="identifier">xN</span></tt> data.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: There may be no duplicate
+ <span class="bold"><b>Precondition</b></span>: There may be no duplicate
key types.
</p>
<a name="fusion.container.generation.functions.make_map.header"></a><h6>
-<a name="id1082380"></a>
+<a name="id494702"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.make_map.example"></a><h6>
-<a name="id1082528"></a>
+<a name="id494869"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">make_map</span><span class="special">(</span>
- make_pair
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="char">'X'</span><span class="special">)</span>
- <span class="special">,</span> make_pair
<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">))</span>
+ make_pair<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="char">'X'</span><span class="special">)</span>
+ <span class="special">,</span> make_pair<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">))</span>
</pre>
<a name="fusion.container.generation.functions.make_map.see_also"></a><h6>
-<a name="id1082645"></a>
+<a name="id494998"></a>
<a href="make_map.html#fusion.container.generation.functions.make_map.see_also">See
also</a>
</h6>
<p>
- boost::ref
,
- fusion::pair
+ boost::ref,
+ fusion::pair
</p>
-<div class="footnotes">
-<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1081754" href="#id1081754">10</a>] </sup>
- <code class="computeroutput"><span class="identifier">map</span></code> is implemented
- in terms of the vector. That is why we reuse <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- </p></div>
-</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_set</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="make_vector.html" title="make_vector">
+<link rel="previous" href="make_vector.html" title="make_vector">
<link rel="next" href="make_map.html" title="make_map">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,37 +23,40 @@
<a accesskey="p" href="make_vector.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_map.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.make_set"></a>make_set</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.make_set"></a>make_set
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.make_set.description"></a><h6>
-<a name="id1080338"></a>
+<a name="id492480"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.description">Description</a>
</h6>
<p>
- Create a set
+ Create a set
from one or more values.
</p>
<a name="fusion.container.generation.functions.make_set.synopsis"></a><h6>
-<a name="id1080381"></a>
+<a name="id492527"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::make_set
<span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::make_set<span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_set</span><span class="special">(</span><span class="identifier">T0</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x0</span><span class="special">,</span> <span class="identifier">T1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x1</span><span class="special">...</span> <span class="identifier">TN</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- <sup>[<a name="id1080635" href="#ftn.id1080635">9</a>]</sup>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- before including any Fusion header to change the default. Example:
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt> before
+ including any Fusion header to change the default. Example:
</p>
-<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
+<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.make_set.parameters"></a><h6>
-<a name="id1080730"></a>
+<a name="id492885"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -63,87 +66,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">make_set</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">make_set</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.functions.make_set.expression_semantics"></a><h6>
-<a name="id1080886"></a>
+<a name="id493059"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_set</span><span class="special">(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::make_set
<code class="computeroutput"><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::make_set<tt class="computeroutput"><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a set
from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a set from <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt>.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: There may be no duplicate
+ <span class="bold"><b>Precondition</b></span>: There may be no duplicate
key types.
</p>
<a name="fusion.container.generation.functions.make_set.header"></a><h6>
-<a name="id1081093"></a>
+<a name="id493292"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.make_set.example"></a><h6>
-<a name="id1081242"></a>
+<a name="id493460"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">make_set</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">,</span> <span class="number">12.5</span><span class="special">)</span>
</pre>
<a name="fusion.container.generation.functions.make_set.see_also"></a><h6>
-<a name="id1081309"></a>
+<a name="id493534"></a>
<a href="make_set.html#fusion.container.generation.functions.make_set.see_also">See
also</a>
</h6>
<p>
- boost::ref
+ boost::ref
</p>
-<div class="footnotes">
-<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1080635" href="#id1080635">9</a>] </sup>
- <code class="computeroutput"><span class="identifier">set</span></code> is implemented
- in terms of the vector. That is why we reuse <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- </p></div>
-</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_vector</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="make_cons.html" title="make_cons">
+<link rel="previous" href="make_cons.html" title="make_cons">
<link rel="next" href="make_set.html" title="make_set">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,36 +23,40 @@
<a accesskey="p" href="make_cons.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_set.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.make_vector"></a>make_vector</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.make_vector"></a>make_vector
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.make_vector.description"></a><h6>
-<a name="id1079335"></a>
+<a name="id491362"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.description">Description</a>
</h6>
<p>
- Create a vector
+ Create a vector
from one or more values.
</p>
<a name="fusion.container.generation.functions.make_vector.synopsis"></a><h6>
-<a name="id1079378"></a>
+<a name="id491407"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::make_vector
<span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::make_vector<span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_vector</span><span class="special">(</span><span class="identifier">T0</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x0</span><span class="special">,</span> <span class="identifier">T1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">x1</span><span class="special">...</span> <span class="identifier">TN</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.make_vector.parameters"></a><h6>
-<a name="id1079698"></a>
+<a name="id491766"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -62,75 +66,63 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">make_vector</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">make_vector</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.functions.make_vector.expression_semantics"></a><h6>
-<a name="id1079855"></a>
+<a name="id491940"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_vector</span><span class="special">(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::make_vector
<code class="computeroutput"><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::make_vector<tt class="computeroutput"><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a vector
from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a vector from <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt>.
</p>
<a name="fusion.container.generation.functions.make_vector.header"></a><h6>
-<a name="id1080052"></a>
+<a name="id492163"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.make_vector.example"></a><h6>
-<a name="id1080201"></a>
+<a name="id492331"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">make_vector</span><span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">,</span> <span class="number">12.5</span><span class="special">)</span>
</pre>
<a name="fusion.container.generation.functions.make_vector.see_also"></a><h6>
-<a name="id1080268"></a>
+<a name="id492405"></a>
<a href="make_vector.html#fusion.container.generation.functions.make_vector.see_also">See
also</a>
</h6>
<p>
- boost::ref
+ boost::ref
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>map_tie</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="vector_tie.html" title="vector_tie">
+<link rel="previous" href="vector_tie.html" title="vector_tie">
<link rel="next" href="../metafunctions.html" title="MetaFunctions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,35 +23,39 @@
<a accesskey="p" href="vector_tie.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.map_tie"></a>map_tie</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.map_tie"></a>map_tie
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.map_tie.description"></a><h6>
-<a name="id1102774"></a>
+<a name="id497955"></a>
<a href="map_tie.html#fusion.container.generation.functions.map_tie.description">Description</a>
</h6>
<p>
- Constructs a tie using a map
sequence.
+ Constructs a tie using a map sequence.
</p>
<a name="fusion.container.generation.functions.map_tie.synopsis"></a><h6>
-<a name="id1102818"></a>
+<a name="id498002"></a>
<a href="map_tie.html#fusion.container.generation.functions.map_tie.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">K0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">KN</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">DN</span><span class="special">></span>
-map
<span class="special"><</span>pair
<span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">D0</span><span class="special">&>,</span> pair
<span class="special"><</span><span class="identifier">K1</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">&>,...</span> pair
<span class="special"><</span><span class="identifier">KN</span><span class="special">,</span> <span class="identifier">DN</span><span class="special
">&></span> <span class="special">></span>
+map<span class="special"><</span>pair<span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">D0</span><span class="special">&>,</span> pair<span class="special"><</span><span class="identifier">K1</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">&>,...</span> pair<span class="special"><</span><span class="identifier">KN</span><span class="special">,</span> <span class="identifier">DN</span><span class="special">&></spa
n> <span class="special">></span>
<span class="identifier">map_tie</span><span class="special">(</span><span class="identifier">D0</span><span class="special">&</span> <span class="identifier">d0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">&</span> <span class="identifier">d1</span><span class="special">...</span> <span class="identifier">DN</span><span class="special">&</span> <span class="identifier">dN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>, and a corresponding number of key types.
- You may define the preprocessor constant <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>, and a corresponding number of key types.
+ You may define the preprocessor constant <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.map_tie.parameters"></a><h6>
-<a name="id1103233"></a>
+<a name="id498469"></a>
<a href="map_tie.html#fusion.container.generation.functions.map_tie.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -61,88 +65,70 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
<span class="identifier">K1</span><span class="special">,...</span>
- <span class="identifier">KN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">KN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The key types associated with each of the <code class="computeroutput"><span class="identifier">x1</span><span class="special">,</span><span class="identifier">x2</span><span class="special">,...,</span><span class="identifier">xN</span></code>
+ </p></td>
+<td><p>
+ The key types associated with each of the <tt class="computeroutput"><span class="identifier">x1</span><span class="special">,</span><span class="identifier">x2</span><span class="special">,...,</span><span class="identifier">xN</span></tt>
values
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">map_tie</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">map_tie</span></tt>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.generation.functions.map_tie.expression_semantics"></a><h6>
-<a name="id1103469"></a>
+<a name="id498733"></a>
<a href="map_tie.html#fusion.container.generation.functions.map_tie.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">map_tie</span><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">>(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: map
<pair
<K0, D0&>, pair
<K1,
- D1&>,... pair
<KN,
+ <span class="bold"><b>Return type</b></span>: map<pair<K0, D0&>, pair<K1,
+ D1&>,... pair<KN,
DN&> >
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a map
of references from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code> with keys <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code>
+ <span class="bold"><b>Semantics</b></span>: Create a map of references from <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt> with keys <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></tt>
</p>
<a name="fusion.container.generation.functions.map_tie.header"></a><h6>
-<a name="id1103719"></a>
+<a name="id499015"></a>
<a href="map_tie.html#fusion.container.generation.functions.map_tie.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.map_tie.example"></a><h6>
-<a name="id1103867"></a>
+<a name="id499181"></a>
<a href="map_tie.html#fusion.container.generation.functions.map_tie.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">int_key</span><span class="special">;</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Tiers</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="make_map.html" title="make_map">
+<link rel="previous" href="make_map.html" title="make_map">
<link rel="next" href="list_tie.html" title="list_tie">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="make_map.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="list_tie.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.tiers"></a>Tiers</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.tiers"></a>Tiers
+</h5></div></div>
+<div></div>
+</div>
<p>
Tiers are sequences, where all elements are non-const reference types.
They are constructed with a call to a couple of <span class="emphasis"><em>tie</em></span>
@@ -32,23 +36,23 @@
flavors.
</p>
<div class="itemizedlist"><ul type="disc">
-<li>list_tie
</li>
-<li>vector_tie
</li>
-<li>map_tie
</li>
+<li>list_tie</li>
+<li>vector_tie</li>
+<li>map_tie</li>
</ul></div>
<p>
Example:
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span><span class="special">;</span> <span class="keyword">char</span> <span class="identifier">c</span><span class="special">;</span> <span class="keyword">double</span> <span class="identifier">d</span><span class="special">;</span>
<span class="special">...</span>
-vector_tie
<span class="special">(</span><span class="identifier">i</span><span class="special">,</span> <span class="identifier">c</span><span class="special">,</span> <span class="identifier">a</span><span class="special">);</span>
+vector_tie<span class="special">(</span><span class="identifier">i</span><span class="special">,</span> <span class="identifier">c</span><span class="special">,</span> <span class="identifier">a</span><span class="special">);</span>
</pre>
<p>
- The vector_tie
function creates
- a vector
- of type <code class="computeroutput">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">&,</span> <span class="keyword">char</span><span class="special">&,</span> <span class="keyword">double</span><span class="special">&></span></code>. The same result could be achieved
- with the call make_vector
(ref
(i), ref
(c), ref
(a))
- <sup>[<a name="id1083062" href="#ftn.id1083062">11</a>]</sup>
+ The vector_tie function creates
+ a vector
+ of type <tt class="computeroutput">vector<span class="special"><</span><span class="keyword">int</span><span class="special">&,</span> <span class="keyword">char</span><span class="special">&,</span> <span class="keyword">double</span><span class="special">&></span></tt>. The same result could be achieved
+ with the call make_vector(ref(i), ref(c), ref(a))
+ <sup>[<a name="id495465" href="#ftn.id495465">9</a>]</sup>
.
</p>
<p>
@@ -56,7 +60,7 @@
variables. E.g.:
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span><span class="special">;</span> <span class="keyword">char</span> <span class="identifier">c</span><span class="special">;</span> <span class="keyword">double</span> <span class="identifier">d</span><span class="special">;</span>
-vector_tie
<span class="special">(</span><span class="identifier">i</span><span class="special">,</span> <span class="identifier">c</span><span class="special">,</span> <span class="identifier">d</span><span class="special">)</span> <span class="special">=</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="char">'a'</span><span class="special">,</span> <span class="number">5.5</span><span class="special">);</span>
+vector_tie<span class="special">(</span><span class="identifier">i</span><span class="special">,</span> <span class="identifier">c</span><span class="special">,</span> <span class="identifier">d</span><span class="special">)</span> <span class="special">=</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="char">'a'</span><span class="special">,</span> <span class="number">5.5</span><span class="special">);</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">i</span> <span class="special"><<</span> <span class="string">" "</span> <span class="special"><<</span> <span class="identifier">c</span> <span class="special"><<</span> <span class="string">" "</span> <span class="special"><<</span> <span class="identifier">d</span><span class="special">;</span>
</pre>
<p>
@@ -65,7 +69,7 @@
when calling functions which return sequences.
</p>
<a name="fusion.container.generation.functions.tiers.ignore"></a><h6>
-<a name="id1083333"></a>
+<a name="id495766"></a>
<a href="tiers.html#fusion.container.generation.functions.tiers.ignore">Ignore</a>
</h6>
<p>
@@ -75,13 +79,13 @@
example:
</p>
<pre class="programlisting"><span class="keyword">char</span> <span class="identifier">c</span><span class="special">;</span>
-vector_tie
<span class="special">(</span><span class="identifier">ignore</span><span class="special">,</span> <span class="identifier">c</span><span class="special">)</span> <span class="special">=</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
+vector_tie<span class="special">(</span><span class="identifier">ignore</span><span class="special">,</span> <span class="identifier">c</span><span class="special">)</span> <span class="special">=</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1083062" href="#id1083062">11</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id495465" href="#id495465">9</a>] </sup>
see Boost.Ref
- for details about <code class="computeroutput"><span class="identifier">ref</span></code>
+ for details about <tt class="computeroutput"><span class="identifier">ref</span></tt>
</p></div>
</div>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>vector_tie</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="list_tie.html" title="list_tie">
+<link rel="previous" href="list_tie.html" title="list_tie">
<link rel="next" href="map_tie.html" title="map_tie">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,35 +23,39 @@
<a accesskey="p" href="list_tie.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="map_tie.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.functions.vector_tie"></a>vector_tie</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.functions.vector_tie"></a>vector_tie
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.functions.vector_tie.description"></a><h6>
-<a name="id1101868"></a>
+<a name="id496944"></a>
<a href="vector_tie.html#fusion.container.generation.functions.vector_tie.description">Description</a>
</h6>
<p>
- Constructs a tie using a vector
sequence.
+ Constructs a tie using a vector sequence.
</p>
<a name="fusion.container.generation.functions.vector_tie.synopsis"></a><h6>
-<a name="id1101911"></a>
+<a name="id496991"></a>
<a href="vector_tie.html#fusion.container.generation.functions.vector_tie.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
-vector
<span class="special"><</span><span class="identifier">T0</span><span class="special">&,</span> <span class="identifier">T1</span><span class="special">&,...</span> <span class="identifier">TN</span><span class="special">&></span>
+vector<span class="special"><</span><span class="identifier">T0</span><span class="special">&,</span> <span class="identifier">T1</span><span class="special">&,...</span> <span class="identifier">TN</span><span class="special">&></span>
<span class="identifier">vector_tie</span><span class="special">(</span><span class="identifier">T0</span><span class="special">&</span> <span class="identifier">x0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">&</span> <span class="identifier">x1</span><span class="special">...</span> <span class="identifier">TN</span><span class="special">&</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.functions.vector_tie.parameters"></a><h6>
-<a name="id1102193"></a>
+<a name="id497306"></a>
<a href="vector_tie.html#fusion.container.generation.functions.vector_tie.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -61,65 +65,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span>
<span class="identifier">x1</span><span class="special">,...</span>
- <span class="identifier">xN</span></code>
- </p>
- </td>
-<td>
- <p>
- Instances of <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">vector_tie</span></code>
- </p>
- </td>
+ <span class="identifier">xN</span></tt>
+ </p></td>
+<td><p>
+ Instances of <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">vector_tie</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.functions.vector_tie.expression_semantics"></a><h6>
-<a name="id1102350"></a>
+<a name="id497480"></a>
<a href="vector_tie.html#fusion.container.generation.functions.vector_tie.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">vector_tie</span><span class="special">(</span><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: vector
<T0&, T1&,...
+ <span class="bold"><b>Return type</b></span>: vector<T0&, T1&,...
TN&>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a vector
of references from <code class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a vector of references from <tt class="computeroutput"><span class="identifier">x0</span><span class="special">,</span> <span class="identifier">x1</span><span class="special">,...</span> <span class="identifier">xN</span></tt>.
</p>
<a name="fusion.container.generation.functions.vector_tie.header"></a><h6>
-<a name="id1102497"></a>
+<a name="id497646"></a>
<a href="vector_tie.html#fusion.container.generation.functions.vector_tie.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.functions.vector_tie.example"></a><h6>
-<a name="id1102646"></a>
+<a name="id497813"></a>
<a href="vector_tie.html#fusion.container.generation.functions.vector_tie.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">123</span><span class="special">;</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>MetaFunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../generation.html" title="Generation">
-<link rel="prev" href="functions/map_tie.html" title="map_tie">
+<link rel="previous" href="functions/map_tie.html" title="map_tie">
<link rel="next" href="metafunctions/make_list.html" title="make_list">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="functions/map_tie.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/make_list.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.container.generation.metafunctions"></a>MetaFunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.container.generation.metafunctions"></a>MetaFunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">make_list</span></dt>
<dt><span class="section">make_cons</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>list_tie</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="make_map.html" title="make_map">
+<link rel="previous" href="make_map.html" title="make_map">
<link rel="next" href="vector_tie.html" title="vector_tie">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,34 +23,38 @@
<a accesskey="p" href="make_map.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="vector_tie.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.list_tie"></a>list_tie</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.list_tie"></a>list_tie
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.list_tie.description"></a><h6>
-<a name="id1108322"></a>
+<a name="id508354"></a>
<a href="list_tie.html#fusion.container.generation.metafunctions.list_tie.description">Description</a>
</h6>
<p>
- Returns the result type of list_tie
.
+ Returns the result type of list_tie.
</p>
<a name="fusion.container.generation.metafunctions.list_tie.synopsis"></a><h6>
-<a name="id1108366"></a>
+<a name="id508401"></a>
<a href="list_tie.html#fusion.container.generation.metafunctions.list_tie.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">list_tie</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.list_tie.parameters"></a><h6>
-<a name="id1108549"></a>
+<a name="id508605"></a>
<a href="list_tie.html#fusion.container.generation.metafunctions.list_tie.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -60,65 +64,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
<span class="identifier">T1</span><span class="special">,...</span>
- <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">list_tie</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">list_tie</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.list_tie.expression_semantics"></a><h6>
-<a name="id1108677"></a>
+<a name="id508746"></a>
<a href="list_tie.html#fusion.container.generation.metafunctions.list_tie.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">list_tie</span><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: list
<T0&, T1&,...
+ <span class="bold"><b>Return type</b></span>: list<T0&, T1&,...
TN&>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a list
of references from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a list of references from <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>.
</p>
<a name="fusion.container.generation.metafunctions.list_tie.header"></a><h6>
-<a name="id1108841"></a>
+<a name="id508931"></a>
<a href="list_tie.html#fusion.container.generation.metafunctions.list_tie.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.list_tie.example"></a><h6>
-<a name="id1108990"></a>
+<a name="id509099"></a>
<a href="list_tie.html#fusion.container.generation.metafunctions.list_tie.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">list_tie</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">type</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_cons</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="make_list.html" title="make_list">
+<link rel="previous" href="make_list.html" title="make_list">
<link rel="next" href="make_vector.html" title="make_vector">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="make_list.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_vector.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.make_cons"></a>make_cons</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.make_cons"></a>make_cons
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.make_cons.description"></a><h6>
-<a name="id1104856"></a>
+<a name="id500284"></a>
<a href="make_cons.html#fusion.container.generation.metafunctions.make_cons.description">Description</a>
</h6>
<p>
- Returns the result type of make_cons
.
+ Returns the result type of make_cons.
</p>
<a name="fusion.container.generation.metafunctions.make_cons.synopsis"></a><h6>
-<a name="id1104900"></a>
+<a name="id500332"></a>
<a href="make_cons.html#fusion.container.generation.metafunctions.make_cons.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Car</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Cdr</span> <span class="special">=</span> <span class="identifier">nil</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">make_cons</span><span class="special">;</span>
</pre>
<a name="fusion.container.generation.metafunctions.make_cons.parameters"></a><h6>
-<a name="id1104997"></a>
+<a name="id500440"></a>
<a href="make_cons.html#fusion.container.generation.metafunctions.make_cons.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -50,85 +54,67 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Car</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Car</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The list's head type
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Cdr</span></code>
- </p>
- </td>
-<td>
- <p>
- A <code class="computeroutput"><span class="identifier">cons</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Cdr</span></tt>
+ </p></td>
+<td><p>
+ A <tt class="computeroutput"><span class="identifier">cons</span></tt>
+ </p></td>
+<td><p>
The list's tail type (optional)
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.make_cons.expression_semantics"></a><h6>
-<a name="id1105137"></a>
+<a name="id500593"></a>
<a href="make_cons.html#fusion.container.generation.metafunctions.make_cons.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_cons</span><span class="special"><</span><span class="identifier">Car</span><span class="special">,</span> <span class="identifier">Cdr</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A cons
with head element, <code class="computeroutput"><span class="identifier">Car</span></code>, of type converted following the
+ <span class="bold"><b>Return type</b></span>: A cons with head element, <tt class="computeroutput"><span class="identifier">Car</span></tt>, of type converted following the
rules for <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
- conversion</em></span></a>, and tail, <code class="computeroutput"><span class="identifier">Cdr</span></code>.
+ conversion</em></span></a>, and tail, <tt class="computeroutput"><span class="identifier">Cdr</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a cons
from <code class="computeroutput"><span class="identifier">Car</span></code>
- (<span class="emphasis"><em>head</em></span>) and optional <code class="computeroutput"><span class="identifier">Cdr</span></code>
+ <span class="bold"><b>Semantics</b></span>: Create a cons from <tt class="computeroutput"><span class="identifier">Car</span></tt>
+ (<span class="emphasis"><em>head</em></span>) and optional <tt class="computeroutput"><span class="identifier">Cdr</span></tt>
(<span class="emphasis"><em>tail</em></span>).
</p>
<a name="fusion.container.generation.metafunctions.make_cons.header"></a><h6>
-<a name="id1105314"></a>
+<a name="id500794"></a>
<a href="make_cons.html#fusion.container.generation.metafunctions.make_cons.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_cons</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.make_cons.example"></a><h6>
-<a name="id1105463"></a>
+<a name="id500961"></a>
<a href="make_cons.html#fusion.container.generation.metafunctions.make_cons.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_cons</span><span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_cons</span><span class="special"><</span><span class="keyword">int</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_list</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="../metafunctions.html" title="MetaFunctions">
+<link rel="previous" href="../metafunctions.html" title="MetaFunctions">
<link rel="next" href="make_cons.html" title="make_cons">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,34 +23,38 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_cons.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.make_list"></a>make_list</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.make_list"></a>make_list
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.make_list.description"></a><h6>
-<a name="id1104069"></a>
+<a name="id499405"></a>
<a href="make_list.html#fusion.container.generation.metafunctions.make_list.description">Description</a>
</h6>
<p>
- Returns the result type of make_list
.
+ Returns the result type of make_list.
</p>
<a name="fusion.container.generation.metafunctions.make_list.synopsis"></a><h6>
-<a name="id1104113"></a>
+<a name="id499452"></a>
<a href="make_list.html#fusion.container.generation.metafunctions.make_list.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">make_list</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.make_list.parameters"></a><h6>
-<a name="id1104296"></a>
+<a name="id499656"></a>
<a href="make_list.html#fusion.container.generation.metafunctions.make_list.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -60,66 +64,54 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
<span class="identifier">T1</span><span class="special">,...</span>
- <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- Template arguments to <code class="computeroutput"><span class="identifier">make_list</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Template arguments to <tt class="computeroutput"><span class="identifier">make_list</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.make_list.expression_semantics"></a><h6>
-<a name="id1104424"></a>
+<a name="id499797"></a>
<a href="make_list.html#fusion.container.generation.metafunctions.make_list.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_list</span><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A list
with elements of types
+ <span class="bold"><b>Return type</b></span>: A list with elements of types
converted following the rules for <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a list
from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a list from <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>.
</p>
<a name="fusion.container.generation.metafunctions.make_list.header"></a><h6>
-<a name="id1104593"></a>
+<a name="id499989"></a>
<a href="make_list.html#fusion.container.generation.metafunctions.make_list.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.make_list.example"></a><h6>
-<a name="id1104742"></a>
+<a name="id500157"></a>
<a href="make_list.html#fusion.container.generation.metafunctions.make_list.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_list</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">(&)[</span><span class="number">7</span><span class="special">],</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">type</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_map</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="make_set.html" title="make_set">
+<link rel="previous" href="make_set.html" title="make_set">
<link rel="next" href="list_tie.html" title="list_tie">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="make_set.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="list_tie.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.make_map"></a>make_map</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.make_map"></a>make_map
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.make_map.description"></a><h6>
-<a name="id1107181"></a>
+<a name="id507108"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.description">Description</a>
</h6>
<p>
- Returns the result type of make_map
.
+ Returns the result type of make_map.
</p>
<a name="fusion.container.generation.metafunctions.make_map.synopsis"></a><h6>
-<a name="id1107225"></a>
+<a name="id507156"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span>
@@ -42,18 +46,17 @@
<span class="keyword">struct</span> <span class="identifier">make_map</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- <sup>[<a name="id1107390" href="#ftn.id1107390">13</a>]</sup>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- before including any Fusion header to change the default. Example:
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt> before
+ including any Fusion header to change the default. Example:
</p>
-<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
+<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.make_map.parameters"></a><h6>
-<a name="id1107485"></a>
+<a name="id507416"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -63,110 +66,85 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
<span class="identifier">K1</span><span class="special">,...</span>
- <span class="identifier">KN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">KN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- Keys associated with <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Keys associated with <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
<span class="identifier">T1</span><span class="special">,...</span>
- <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- Data associated with keys <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Data associated with keys <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></tt>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.make_map.expression_semantics"></a><h6>
-<a name="id1107712"></a>
+<a name="id507670"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">resulf_of</span><span class="special">::</span><span class="identifier">make_map</span><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: result_of::make_map
<code class="computeroutput"><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K0</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: result_of::make_map<tt class="computeroutput"><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K0</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: A map
with fusion::pair
elements where the <code class="computeroutput"><span class="identifier">second_type</span></code> is converted following
+ <span class="bold"><b>Semantics</b></span>: A map with fusion::pair elements where the <tt class="computeroutput"><span class="identifier">second_type</span></tt> is converted following
the rules for <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a>.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: There may be no duplicate
+ <span class="bold"><b>Precondition</b></span>: There may be no duplicate
key types.
</p>
<a name="fusion.container.generation.metafunctions.make_map.header"></a><h6>
-<a name="id1108010"></a>
+<a name="id508007"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.make_map.example"></a><h6>
-<a name="id1108158"></a>
+<a name="id508175"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_map</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<a name="fusion.container.generation.metafunctions.make_map.see_also"></a><h6>
-<a name="id1108250"></a>
+<a name="id508276"></a>
<a href="make_map.html#fusion.container.generation.metafunctions.make_map.see_also">See
also</a>
</h6>
<p>
- fusion::pair
+ fusion::pair
</p>
-<div class="footnotes">
-<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1107390" href="#id1107390">13</a>] </sup>
- <code class="computeroutput"><span class="identifier">map</span></code> is implemented
- in terms of the vector. That is why we reuse <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- </p></div>
-</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_set</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="make_vector.html" title="make_vector">
+<link rel="previous" href="make_vector.html" title="make_vector">
<link rel="next" href="make_map.html" title="make_map">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,35 +23,38 @@
<a accesskey="p" href="make_vector.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_map.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.make_set"></a>make_set</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.make_set"></a>make_set
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.make_set.description"></a><h6>
-<a name="id1106371"></a>
+<a name="id506237"></a>
<a href="make_set.html#fusion.container.generation.metafunctions.make_set.description">Description</a>
</h6>
<p>
- Returns the result type of make_set
.
+ Returns the result type of make_set.
</p>
<a name="fusion.container.generation.metafunctions.make_set.synopsis"></a><h6>
-<a name="id1106414"></a>
+<a name="id506284"></a>
<a href="make_set.html#fusion.container.generation.metafunctions.make_set.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">make_set</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- <sup>[<a name="id1106531" href="#ftn.id1106531">12</a>]</sup>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- before including any Fusion header to change the default. Example:
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt> before
+ including any Fusion header to change the default. Example:
</p>
-<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
+<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.make_set.parameters"></a><h6>
-<a name="id1106626"></a>
+<a name="id506489"></a>
<a href="make_set.html#fusion.container.generation.metafunctions.make_set.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -61,81 +64,62 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
<span class="identifier">T1</span><span class="special">,...</span>
- <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">make_set</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">make_set</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.make_set.expression_semantics"></a><h6>
-<a name="id1106753"></a>
+<a name="id506629"></a>
<a href="make_set.html#fusion.container.generation.metafunctions.make_set.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_set</span><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A set
with elements of types converted
+ <span class="bold"><b>Return type</b></span>: A set with elements of types converted
following the rules for <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a set
from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a set from <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: There may be no duplicate
+ <span class="bold"><b>Precondition</b></span>: There may be no duplicate
key types.
</p>
<a name="fusion.container.generation.metafunctions.make_set.header"></a><h6>
-<a name="id1106932"></a>
+<a name="id506830"></a>
<a href="make_set.html#fusion.container.generation.metafunctions.make_set.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.make_set.example"></a><h6>
-<a name="id1107081"></a>
+<a name="id506997"></a>
<a href="make_set.html#fusion.container.generation.metafunctions.make_set.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_set</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
-<div class="footnotes">
-<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1106531" href="#id1106531">12</a>] </sup>
- <code class="computeroutput"><span class="identifier">set</span></code> is implemented
- in terms of the vector. That is why we reuse <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- </p></div>
-</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>make_vector</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="make_cons.html" title="make_cons">
+<link rel="previous" href="make_cons.html" title="make_cons">
<link rel="next" href="make_set.html" title="make_set">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,34 +23,38 @@
<a accesskey="p" href="make_cons.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="make_set.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.make_vector"></a>make_vector</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.make_vector"></a>make_vector
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.make_vector.description"></a><h6>
-<a name="id1105583"></a>
+<a name="id501093"></a>
<a href="make_vector.html#fusion.container.generation.metafunctions.make_vector.description">Description</a>
</h6>
<p>
- Returns the result type of make_vector
.
+ Returns the result type of make_vector.
</p>
<a name="fusion.container.generation.metafunctions.make_vector.synopsis"></a><h6>
-<a name="id1105626"></a>
+<a name="id501141"></a>
<a href="make_vector.html#fusion.container.generation.metafunctions.make_vector.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">make_vector</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.make_vector.parameters"></a><h6>
-<a name="id1105811"></a>
+<a name="id501345"></a>
<a href="make_vector.html#fusion.container.generation.metafunctions.make_vector.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -60,66 +64,54 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
<span class="identifier">T1</span><span class="special">,...</span>
- <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- Template arguments to <code class="computeroutput"><span class="identifier">make_vector</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ Template arguments to <tt class="computeroutput"><span class="identifier">make_vector</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.make_vector.expression_semantics"></a><h6>
-<a name="id1105938"></a>
+<a name="id501486"></a>
<a href="make_vector.html#fusion.container.generation.metafunctions.make_vector.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_vector</span><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A vector
with elements of types
+ <span class="bold"><b>Return type</b></span>: A vector with elements of types
converted following the rules for <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a vector
from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a vector from <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>.
</p>
<a name="fusion.container.generation.metafunctions.make_vector.header"></a><h6>
-<a name="id1106108"></a>
+<a name="id505943"></a>
<a href="make_vector.html#fusion.container.generation.metafunctions.make_vector.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.make_vector.example"></a><h6>
-<a name="id1106257"></a>
+<a name="id506111"></a>
<a href="make_vector.html#fusion.container.generation.metafunctions.make_vector.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">make_vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">(&)[</span><span class="number">7</span><span class="special">],</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">type</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>map_tie</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="vector_tie.html" title="vector_tie">
+<link rel="previous" href="vector_tie.html" title="vector_tie">
<link rel="next" href="../../conversion.html" title="Conversion">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,34 +23,38 @@
<a accesskey="p" href="vector_tie.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../conversion.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.map_tie"></a>map_tie</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.map_tie"></a>map_tie
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.map_tie.description"></a><h6>
-<a name="id1109845"></a>
+<a name="id510047"></a>
<a href="map_tie.html#fusion.container.generation.metafunctions.map_tie.description">Description</a>
</h6>
<p>
- Returns the result type of map_tie
.
+ Returns the result type of map_tie.
</p>
<a name="fusion.container.generation.metafunctions.map_tie.synopsis"></a><h6>
-<a name="id1109889"></a>
+<a name="id510096"></a>
<a href="map_tie.html#fusion.container.generation.metafunctions.map_tie.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">K0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">KN</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">DN</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">map_tie</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code> before
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt> before
including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.map_tie.parameters"></a><h6>
-<a name="id1110119"></a>
+<a name="id510352"></a>
<a href="map_tie.html#fusion.container.generation.metafunctions.map_tie.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -60,87 +64,69 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span>
<span class="identifier">K1</span><span class="special">,...</span>
- <span class="identifier">KN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">KN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The key types for <code class="computeroutput"><span class="identifier">map_tie</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The key types for <tt class="computeroutput"><span class="identifier">map_tie</span></tt>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">D0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">D0</span><span class="special">,</span>
<span class="identifier">D1</span><span class="special">,...</span>
- <span class="identifier">DN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">DN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The arguments types for <code class="computeroutput"><span class="identifier">map_tie</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The arguments types for <tt class="computeroutput"><span class="identifier">map_tie</span></tt>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.map_tie.expression_semantics"></a><h6>
-<a name="id1110308"></a>
+<a name="id510563"></a>
<a href="map_tie.html#fusion.container.generation.metafunctions.map_tie.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">map_tie</span><span class="special"><</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: map
<pair
<K0, D0&>, pair
<K1,
- D1&>,... pair
<KN,
+ <span class="bold"><b>Return type</b></span>: map<pair<K0, D0&>, pair<K1,
+ D1&>,... pair<KN,
DN&> >
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a map
of references from <code class="computeroutput"><span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span></code> with keys <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code>
+ <span class="bold"><b>Semantics</b></span>: Create a map of references from <tt class="computeroutput"><span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span></tt> with keys <tt class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></tt>
</p>
<a name="fusion.container.generation.metafunctions.map_tie.header"></a><h6>
-<a name="id1110576"></a>
+<a name="id510865"></a>
<a href="map_tie.html#fusion.container.generation.metafunctions.map_tie.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.map_tie.example"></a><h6>
-<a name="id1110724"></a>
+<a name="id511032"></a>
<a href="map_tie.html#fusion.container.generation.metafunctions.map_tie.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">int_key</span><span class="special">;</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>vector_tie</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="MetaFunctions">
-<link rel="prev" href="list_tie.html" title="list_tie">
+<link rel="previous" href="list_tie.html" title="list_tie">
<link rel="next" href="map_tie.html" title="map_tie">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,34 +23,38 @@
<a accesskey="p" href="list_tie.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="map_tie.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.container.generation.metafunctions.vector_tie"></a>vector_tie</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.container.generation.metafunctions.vector_tie"></a>vector_tie
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.container.generation.metafunctions.vector_tie.description"></a><h6>
-<a name="id1109085"></a>
+<a name="id509201"></a>
<a href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.description">Description</a>
</h6>
<p>
- Returns the result type of vector_tie
.
+ Returns the result type of vector_tie.
</p>
<a name="fusion.container.generation.metafunctions.vector_tie.synopsis"></a><h6>
-<a name="id1109128"></a>
+<a name="id509248"></a>
<a href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">vector_tie</span><span class="special">;</span>
</pre>
<p>
- The variadic function accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
+ The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.generation.metafunctions.vector_tie.parameters"></a><h6>
-<a name="id1109311"></a>
+<a name="id509452"></a>
<a href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -60,65 +64,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span>
<span class="identifier">T1</span><span class="special">,...</span>
- <span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- The arguments to <code class="computeroutput"><span class="identifier">vector_tie</span></code>
- </p>
- </td>
+ </p></td>
+<td><p>
+ The arguments to <tt class="computeroutput"><span class="identifier">vector_tie</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.generation.metafunctions.vector_tie.expression_semantics"></a><h6>
-<a name="id1109439"></a>
+<a name="id509592"></a>
<a href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">vector_tie</span><span class="special"><</span><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span><span class="special">>::</span><span class="identifier">type</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: vector
<T0&, T1&,...
+ <span class="bold"><b>Return type</b></span>: vector<T0&, T1&,...
TN&>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Create a vector
of references from <code class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Create a vector of references from <tt class="computeroutput"><span class="identifier">T0</span><span class="special">,</span> <span class="identifier">T1</span><span class="special">,...</span> <span class="identifier">TN</span></tt>.
</p>
<a name="fusion.container.generation.metafunctions.vector_tie.header"></a><h6>
-<a name="id1109604"></a>
+<a name="id509778"></a>
<a href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.generation.metafunctions.vector_tie.example"></a><h6>
-<a name="id1109753"></a>
+<a name="id509946"></a>
<a href="vector_tie.html#fusion.container.generation.metafunctions.vector_tie.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">vector_tie</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">type</span>
Modified: trunk/libs/fusion/doc/html/fusion/container/list.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/list.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/list.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>list</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="cons.html" title="cons">
+<link rel="previous" href="cons.html" title="cons">
<link rel="next" href="set.html" title="set">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,22 +23,26 @@
<a accesskey="p" href="cons.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="set.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.list"></a>list</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.list"></a>list
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.container.list.description"></a><h4>
-<a name="id1072172"></a>
+<a name="id483314"></a>
<a href="list.html#fusion.container.list.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">list</span></code> is a <a href="../sequence/concepts/forward_sequence.html" title="Forward
+ <tt class="computeroutput"><span class="identifier">list</span></tt> is a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a> of heterogenous typed data built on top of cons
. It is more efficient than
- vector
+ Sequence</a> of heterogenous typed data built on top of cons. It is more efficient than
+ vector
when the target sequence is constructed piecemeal (a data at a time). The
runtime cost of access to each element is peculiarly constant (see Recursive Inlined Functions).
</p>
<a name="fusion.container.list.header"></a><h4>
-<a name="id1072257"></a>
+<a name="id483409"></a>
<a href="list.html#fusion.container.list.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -47,7 +51,7 @@
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.list.synopsis"></a><h4>
-<a name="id1072512"></a>
+<a name="id483700"></a>
<a href="list.html#fusion.container.list.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span>
@@ -60,22 +64,22 @@
<span class="keyword">struct</span> <span class="identifier">list</span><span class="special">;</span>
</pre>
<p>
- The variadic class interface accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code> elements,
- where <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>.
+ The variadic class interface accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt> elements,
+ where <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>.
Example:
</p>
<pre class="programlisting"><span class="identifier">list</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span>
</pre>
<p>
- You may define the preprocessor constant <code class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></code>
+ You may define the preprocessor constant <tt class="computeroutput"><span class="identifier">FUSION_MAX_LIST_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.list.template_parameters"></a><h4>
-<a name="id1072801"></a>
+<a name="id484026"></a>
<a href="list.html#fusion.container.list.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -85,42 +89,30 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span></code>...<code class="computeroutput"><span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span></tt>...<tt class="computeroutput"><span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Element types
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<span class="emphasis"><em>unspecified-type</em></span>
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.list.model_of"></a><h4>
-<a name="id1072906"></a>
+<a name="id484144"></a>
<a href="list.html#fusion.container.list.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@@ -128,24 +120,24 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">L</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">L</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">list</span></code> type
+ A <tt class="computeroutput"><span class="identifier">list</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">l</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">l</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">list</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">list</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt></span></dt>
<dd><p>
Heterogeneous values
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">N</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">N</span></tt></span></dt>
<dd><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
@@ -153,7 +145,7 @@
</dl>
</div>
<a name="fusion.container.list.expression_semantics"></a><h4>
-<a name="id1073095"></a>
+<a name="id484357"></a>
<a href="list.html#fusion.container.list.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -168,105 +160,81 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">L</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">L</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Creates a list with default constructed elements.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">L</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
- <span class="identifier">en</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a list with elements <code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">L</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
+ <span class="identifier">en</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a list with elements <tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">L</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">L</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Copy constructs a list from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">l</span> <span class="special">=</span>
- <span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a list, <code class="computeroutput"><span class="identifier">l</span></code>,
+<td><p>
+ <tt class="computeroutput"><span class="identifier">l</span> <span class="special">=</span>
+ <span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a list, <tt class="computeroutput"><span class="identifier">l</span></tt>,
from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The Nth element from the beginning of the sequence; see at
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The Nth element from the beginning of the sequence; see at.
+ </p></td>
</tr>
</tbody>
</table></div>
<div class="sidebar"><p>
- <span class="inlinemediaobject"><img src="../../images/note.png" alt="note"></span> <code class="computeroutput">at
<span class="special"><</span><span class="identifier">n</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></code> is provided
+ <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span> <tt class="computeroutput">at<span class="special"><</span><span class="identifier">n</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span></tt> is provided
for convenience and compatibility with the original Boost.Tuple
- library, despite <code class="computeroutput"><span class="identifier">list</span></code> being
+ library, despite <tt class="computeroutput"><span class="identifier">list</span></tt> being
a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
- only (at
is supposed to be a <a href="../sequence/concepts/random_access_sequence.html" title="Random
+ only (at is supposed to be a <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
- Access Sequence</a> requirement). The runtime complexity of at
is constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive
+ Access Sequence</a> requirement). The runtime complexity of at is constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive
Inlined Functions</a>).
</p></div>
<a name="fusion.container.list.example"></a><h4>
-<a name="id1073605"></a>
+<a name="id484933"></a>
<a href="list.html#fusion.container.list.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">list</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">l</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="number">5.5f</span><span class="special">);</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">l</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/map.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/map.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/map.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>map</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="set.html" title="set">
+<link rel="previous" href="set.html" title="set">
<link rel="next" href="generation.html" title="Generation">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="set.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="generation.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.map"></a>map</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.map"></a>map
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.container.map.description"></a><h4>
-<a name="id1075408"></a>
+<a name="id486959"></a>
<a href="map.html#fusion.container.map.description">Description</a>
</h4>
<p>
map is an <a href="../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a> of heteregenous typed data elements. Each element is a key/data
- pair (see fusion::pair
)
+ pair (see fusion::pair)
where the key has no data (type only). Type identity is used to impose an
equivalence relation on keys. A map may contain at most one element for each
key. Membership testing and element key lookup has constant runtime complexity
(see Overloaded Functions).
</p>
<a name="fusion.container.map.header"></a><h4>
-<a name="id1075479"></a>
+<a name="id487039"></a>
<a href="map.html#fusion.container.map.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -49,7 +53,7 @@
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.map.synopsis"></a><h4>
-<a name="id1075726"></a>
+<a name="id487319"></a>
<a href="map.html#fusion.container.map.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span>
@@ -62,22 +66,22 @@
<span class="keyword">struct</span> <span class="identifier">map</span><span class="special">;</span>
</pre>
<p>
- The variadic class interface accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code> elements,
- where <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>.
+ The variadic class interface accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt> elements,
+ where <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>.
Example:
</p>
-<pre class="programlisting"><span class="identifier">map</span><span class="special"><</span>pair
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="special">></span>
+<pre class="programlisting"><span class="identifier">map</span><span class="special"><</span>pair<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="special">></span>
</pre>
<p>
- You may define the preprocessor constant <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code>
+ You may define the preprocessor constant <tt class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.map.template_parameters"></a><h4>
-<a name="id1076102"></a>
+<a name="id487744"></a>
<a href="map.html#fusion.container.map.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -87,42 +91,30 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span></code>...<code class="computeroutput"><span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span></tt>...<tt class="computeroutput"><span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Element types
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<span class="emphasis"><em>unspecified-type</em></span>
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.map.model_of"></a><h4>
-<a name="id1076208"></a>
+<a name="id487861"></a>
<a href="map.html#fusion.container.map.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc">
@@ -135,19 +127,19 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">M</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">M</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">map</span></code> type
+ A <tt class="computeroutput"><span class="identifier">map</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">m</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">m</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">map</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">map</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt></span></dt>
<dd><p>
- Heterogeneous key/value pairs (see fusion::pair
)
+ Heterogeneous key/value pairs (see fusion::pair)
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
@@ -155,7 +147,7 @@
</dl>
</div>
<a name="fusion.container.map.expression_semantics"></a><h4>
-<a name="id1076404"></a>
+<a name="id488082"></a>
<a href="map.html#fusion.container.map.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -172,90 +164,70 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">M</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">M</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Creates a map with default constructed elements.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">M</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
- <span class="identifier">en</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a map with element pairs <code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">M</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
+ <span class="identifier">en</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a map with element pairs <tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">M</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">M</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Copy constructs a map from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a> <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a> <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">m</span> <span class="special">=</span>
- <span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a map, <code class="computeroutput"><span class="identifier">m</span></code>,
+<td><p>
+ <tt class="computeroutput"><span class="identifier">m</span> <span class="special">=</span>
+ <span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a map, <tt class="computeroutput"><span class="identifier">m</span></tt>,
from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a> <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a> <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.map.example"></a><h4>
-<a name="id1076712"></a>
+<a name="id488428"></a>
<a href="map.html#fusion.container.map.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">map</span><span class="special"><</span>
- pair
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span>
- <span class="special">,</span> pair
<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="special">></span>
+ pair<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span>
+ <span class="special">,</span> pair<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="special">></span>
<span class="identifier">map_type</span><span class="special">;</span>
<span class="identifier">map_type</span> <span class="identifier">m</span><span class="special">(</span>
- make_pair
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="char">'X'</span><span class="special">)</span>
- <span class="special">,</span> make_pair
<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">));</span>
+ make_pair<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="char">'X'</span><span class="special">)</span>
+ <span class="special">,</span> make_pair<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">));</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">m</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key
<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="identifier">m</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">m</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key<span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="identifier">m</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/set.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/set.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/set.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>set</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="list.html" title="list">
+<link rel="previous" href="list.html" title="list">
<link rel="next" href="map.html" title="map">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="list.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="map.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.set"></a>set</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.set"></a>set
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.container.set.description"></a><h4>
-<a name="id1073865"></a>
+<a name="id485224"></a>
<a href="set.html#fusion.container.set.description">Description</a>
</h4>
<p>
@@ -39,7 +43,7 @@
Functions</a>).
</p>
<a name="fusion.container.set.header"></a><h4>
-<a name="id1073913"></a>
+<a name="id485272"></a>
<a href="set.html#fusion.container.set.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -48,7 +52,7 @@
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">set_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.set.synopsis"></a><h4>
-<a name="id1074160"></a>
+<a name="id485553"></a>
<a href="set.html#fusion.container.set.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span>
@@ -61,22 +65,22 @@
<span class="keyword">struct</span> <span class="identifier">set</span><span class="special">;</span>
</pre>
<p>
- The variadic class interface accepts <code class="computeroutput"><span class="number">0</span></code>
- to <code class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></code> elements,
- where <code class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>.
+ The variadic class interface accepts <tt class="computeroutput"><span class="number">0</span></tt>
+ to <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt> elements,
+ where <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>.
Example:
</p>
<pre class="programlisting"><span class="identifier">set</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span>
</pre>
<p>
- You may define the preprocessor constant <code class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></code>
+ You may define the preprocessor constant <tt class="computeroutput"><span class="identifier">FUSION_MAX_SET_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.set.template_parameters"></a><h4>
-<a name="id1074449"></a>
+<a name="id485879"></a>
<a href="set.html#fusion.container.set.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -86,42 +90,30 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span></code>...<code class="computeroutput"><span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span></tt>...<tt class="computeroutput"><span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Element types
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<span class="emphasis"><em>unspecified-type</em></span>
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.set.model_of"></a><h4>
-<a name="id1074554"></a>
+<a name="id485997"></a>
<a href="set.html#fusion.container.set.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc">
@@ -134,19 +126,19 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">set</span></code> type
+ A <tt class="computeroutput"><span class="identifier">set</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">set</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">set</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt></span></dt>
<dd><p>
Heterogeneous values
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">fs</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">fs</span></tt></span></dt>
<dd><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
@@ -154,7 +146,7 @@
</dl>
</div>
<a name="fusion.container.set.expression_semantics"></a><h4>
-<a name="id1074726"></a>
+<a name="id486190"></a>
<a href="set.html#fusion.container.set.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -171,84 +163,64 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">S</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">S</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Creates a set with default constructed elements.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
- <span class="identifier">en</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a set with elements <code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
+ <span class="identifier">en</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a set with elements <tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">fs</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">fs</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Copy constructs a set from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a> <code class="computeroutput"><span class="identifier">fs</span></code>.
- </p>
- </td>
+ Sequence</a> <tt class="computeroutput"><span class="identifier">fs</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span> <span class="special">=</span>
- <span class="identifier">fs</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a set, <code class="computeroutput"><span class="identifier">s</span></code>,
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span> <span class="special">=</span>
+ <span class="identifier">fs</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a set, <tt class="computeroutput"><span class="identifier">s</span></tt>,
from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a> <code class="computeroutput"><span class="identifier">fs</span></code>.
- </p>
- </td>
+ Sequence</a> <tt class="computeroutput"><span class="identifier">fs</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.set.example"></a><h4>
-<a name="id1075034"></a>
+<a name="id486538"></a>
<a href="set.html#fusion.container.set.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">set</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">S</span><span class="special">;</span>
<span class="identifier">S</span> <span class="identifier">s</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="number">5.5f</span><span class="special">);</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key
<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key
<span class="special"><</span><span class="keyword">float</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> result_of::has_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">value</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key<span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_key<span class="special"><</span><span class="keyword">float</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> result_of::has_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>::</span><span class="identifier">value</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/container/vector.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/container/vector.html (original)
+++ trunk/libs/fusion/doc/html/fusion/container/vector.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>vector</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
-<link rel="prev" href="../container.html" title="Container">
+<link rel="previous" href="../container.html" title="Container">
<link rel="next" href="cons.html" title="cons">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,23 +23,27 @@
<a accesskey="p" href="../container.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="cons.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.container.vector"></a>vector</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.container.vector"></a>vector
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.container.vector.description"></a><h4>
-<a name="id1068164"></a>
+<a name="id478784"></a>
<a href="vector.html#fusion.container.vector.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">vector</span></code> is a <a href="../sequence/concepts/random_access_sequence.html" title="Random
+ <tt class="computeroutput"><span class="identifier">vector</span></tt> is a <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a> of heterogenous typed data structured as a simple
- <code class="computeroutput"><span class="keyword">struct</span></code> where each element is
- held as a member variable. <code class="computeroutput"><span class="identifier">vector</span></code>
+ <tt class="computeroutput"><span class="keyword">struct</span></tt> where each element is
+ held as a member variable. <tt class="computeroutput"><span class="identifier">vector</span></tt>
is the simplest of the Fusion sequence container, and in many cases the most
efficient.
</p>
<a name="fusion.container.vector.header"></a><h4>
-<a name="id1068231"></a>
+<a name="id478860"></a>
<a href="vector.html#fusion.container.vector.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -60,11 +64,11 @@
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector50</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.container.vector.synopsis"></a><h4>
-<a name="id1069089"></a>
+<a name="id479836"></a>
<a href="vector.html#fusion.container.vector.synopsis">Synopsis</a>
</h4>
<p>
- <span class="bold"><strong>Numbered forms</strong></span>
+ <span class="bold"><b>Numbered forms</b></span>
</p>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">vector0</span><span class="special">;</span>
@@ -83,7 +87,7 @@
<span class="keyword">struct</span> <span class="identifier">vectorN</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Variadic form</strong></span>
+ <span class="bold"><b>Variadic form</b></span>
</p>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">T0</span> <span class="special">=</span> <span class="emphasis"><em>unspecified</em></span>
@@ -100,22 +104,22 @@
<pre class="programlisting"><span class="identifier">vector3</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span>
</pre>
<p>
- The variadic form accepts <code class="computeroutput"><span class="number">0</span></code> to
- <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code> elements,
- where <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
- is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>.
+ The variadic form accepts <tt class="computeroutput"><span class="number">0</span></tt> to
+ <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt> elements,
+ where <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
+ is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>.
Example:
</p>
<pre class="programlisting"><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span>
</pre>
<p>
- You may define the preprocessor constant <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>
+ You may define the preprocessor constant <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
before including any Fusion header to change the default. Example:
</p>
<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.vector.template_parameters"></a><h4>
-<a name="id1069729"></a>
+<a name="id480561"></a>
<a href="vector.html#fusion.container.vector.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -125,42 +129,30 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T0</span></code>...<code class="computeroutput"><span class="identifier">TN</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T0</span></tt>...<tt class="computeroutput"><span class="identifier">TN</span></tt>
+ </p></td>
+<td><p>
Element types
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<span class="emphasis"><em>unspecified</em></span>
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.container.vector.model_of"></a><h4>
-<a name="id1069835"></a>
+<a name="id480679"></a>
<a href="vector.html#fusion.container.vector.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/random_access_sequence.html" title="Random
@@ -169,19 +161,19 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">v</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">v</span></tt></span></dt>
<dd><p>
- Instance of <code class="computeroutput"><span class="identifier">vector</span></code>
+ Instance of <tt class="computeroutput"><span class="identifier">vector</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">V</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">V</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">vector</span></code> type
+ A <tt class="computeroutput"><span class="identifier">vector</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt></span></dt>
<dd><p>
Heterogeneous values
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
@@ -189,7 +181,7 @@
</dl>
</div>
<a name="fusion.container.vector.expression_semantics"></a><h4>
-<a name="id1069997"></a>
+<a name="id480862"></a>
<a href="vector.html#fusion.container.vector.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -204,82 +196,62 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">V</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">V</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Creates a vector with default constructed elements.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">V</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
- <span class="identifier">en</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a vector with elements <code class="computeroutput"><span class="identifier">e0</span></code>...<code class="computeroutput"><span class="identifier">en</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">V</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
+ <span class="identifier">en</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a vector with elements <tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">V</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">V</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Copy constructs a vector from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">v</span> <span class="special">=</span>
- <span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a vector, <code class="computeroutput"><span class="identifier">v</span></code>,
+<td><p>
+ <tt class="computeroutput"><span class="identifier">v</span> <span class="special">=</span>
+ <span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a vector, <tt class="computeroutput"><span class="identifier">v</span></tt>,
from a <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a>, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+ Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.container.vector.example"></a><h4>
-<a name="id1070296"></a>
+<a name="id481200"></a>
<a href="vector.html#fusion.container.vector.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">12</span><span class="special">,</span> <span class="number">5.5f</span><span class="special">);</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/extension.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Extension</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="tuple/pairs.html" title="Pairs">
+<link rel="previous" href="tuple/pairs.html" title="Pairs">
<link rel="next" href="extension/ext_full.html" title=" The Full Extension Mechanism">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="tuple/pairs.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="extension/ext_full.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.extension"></a>Extension</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.extension"></a>Extension
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"> The Full Extension Mechanism</span></dt>
<dt><span class="section">Sequence Facade</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/extension/ext_full.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension/ext_full.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension/ext_full.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> The Full Extension Mechanism</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../extension.html" title="Extension">
-<link rel="prev" href="../extension.html" title="Extension">
+<link rel="previous" href="../extension.html" title="Extension">
<link rel="next" href="sequence_facade.html" title="Sequence Facade">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,12 +23,16 @@
<a accesskey="p" href="../extension.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extension.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="sequence_facade.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.extension.ext_full"></a> The Full Extension Mechanism</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.extension.ext_full"></a> The Full Extension Mechanism
+</h3></div></div>
+<div></div>
+</div>
<p>
The Fusion library is designed to be extensible, new sequences types can
- easily be added. In fact, the library support for <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>,
- <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code> and MPL
+ easily be added. In fact, the library support for <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>,
+ <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></tt> and MPL
sequences is entirely provided using the extension mechanism.
</p>
<p>
@@ -48,7 +52,7 @@
</li>
</ol></div>
<a name="fusion.extension.ext_full.our_example"></a><h4>
-<a name="id1256502"></a>
+<a name="id597483"></a>
<a href="ext_full.html#fusion.extension.ext_full.our_example">Our example</a>
</h4>
<p>
@@ -72,14 +76,14 @@
<p>
We are going to pretend that this type has been provided by a 3rd party library,
and therefore cannot be modified. We shall work through all the necessary
- steps to enable <code class="computeroutput"><span class="identifier">example_struct</span></code>
+ steps to enable <tt class="computeroutput"><span class="identifier">example_struct</span></tt>
to serve as an <a href="../sequence/concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a> as described in the <a href="../quick_start.html" title="Quick Start">Quick
Start</a> guide.
</p>
<a name="fusion.extension.ext_full.enabling_tag_dispatching"></a><h4>
-<a name="id1256758"></a>
+<a name="id597772"></a>
<a href="ext_full.html#fusion.extension.ext_full.enabling_tag_dispatching">Enabling
Tag Dispatching</a>
</h4>
@@ -94,9 +98,9 @@
</span><span class="special">}</span>
</pre>
<p>
- Next we need to enable the <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code>
+ Next we need to enable the <tt class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></tt>
metafunction to return our newly chosen tag type for operations involving
- our sequence. This is done by specializing <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code>
+ our sequence. This is done by specializing <tt class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></tt>
for our sequence type.
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">tag_of_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -111,8 +115,8 @@
<span class="special">}}}</span>
</pre>
<p>
- <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code> also has a second template argument,
- that can be used in conjuction with <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span></code>
+ <tt class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></tt> also has a second template argument,
+ that can be used in conjuction with <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span></tt>
to provide tag support for groups of related types. This feature is not necessary
for our sequence, but for an example see the code in:
</p>
@@ -120,7 +124,7 @@
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.extension.ext_full.designing_a_suitable_iterator"></a><h4>
-<a name="id1257308"></a>
+<a name="id598393"></a>
<a href="ext_full.html#fusion.extension.ext_full.designing_a_suitable_iterator">Designing
a suitable iterator</a>
</h4>
@@ -130,9 +134,9 @@
a random access iterator in our example.
</p>
<p>
- We will use a simple design, in which the 2 members of <code class="computeroutput"><span class="identifier">example_struct</span></code>
- are given numbered indices, 0 for <code class="computeroutput"><span class="identifier">name</span></code>
- and 1 for <code class="computeroutput"><span class="identifier">age</span></code> respectively.
+ We will use a simple design, in which the 2 members of <tt class="computeroutput"><span class="identifier">example_struct</span></tt>
+ are given numbered indices, 0 for <tt class="computeroutput"><span class="identifier">name</span></tt>
+ and 1 for <tt class="computeroutput"><span class="identifier">age</span></tt> respectively.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Struct</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">Pos</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">example_struct_iterator</span>
@@ -158,37 +162,37 @@
index of the current element.
</li>
<li>
- The typedefs <code class="computeroutput"><span class="identifier">struct_type</span></code>
- and <code class="computeroutput"><span class="identifier">index</span></code> provide convenient
+ The typedefs <tt class="computeroutput"><span class="identifier">struct_type</span></tt>
+ and <tt class="computeroutput"><span class="identifier">index</span></tt> provide convenient
access to information we will need later in the implementation.
</li>
<li>
- The typedef <code class="computeroutput"><span class="identifier">category</span></code> allows
- the <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span>category_of
</code>
+ The typedef <tt class="computeroutput"><span class="identifier">category</span></tt> allows
+ the <tt class="computeroutput"><span class="identifier">traits</span><span class="special">::</span>category_of</tt>
metafunction to establish the traversal category of the iterator.
</li>
<li>
- The constructor stores a reference to the <code class="computeroutput"><span class="identifier">example_struct</span></code>
+ The constructor stores a reference to the <tt class="computeroutput"><span class="identifier">example_struct</span></tt>
being iterated over.
</li>
</ol></div>
<p>
We also need to enable <a href="../notes.html#fusion.notes.tag_dispatching"><span class="emphasis"><em>tag
dispatching</em></span></a> for our iterator type, with another specialization
- of <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code>.
+ of <tt class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></tt>.
</p>
<p>
In isolation, the iterator implementation is pretty dry. Things should become
clearer as we add features to our implementation.
</p>
<a name="fusion.extension.ext_full.a_first_couple_of_instructive_features"></a><h4>
-<a name="id1257892"></a>
+<a name="id599049"></a>
<a href="ext_full.html#fusion.extension.ext_full.a_first_couple_of_instructive_features">A
first couple of instructive features</a>
</h4>
<p>
- To start with, we will get the result_of::value_of
metafunction working. To
- do this, we provide a specialization of the <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">extension</span><span class="special">::</span><span class="identifier">value_of_impl</span></code>
+ To start with, we will get the result_of::value_of metafunction working. To
+ do this, we provide a specialization of the <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">extension</span><span class="special">::</span><span class="identifier">value_of_impl</span></tt>
template for our iterator's tag type.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><></span>
@@ -212,21 +216,21 @@
</pre>
<p>
The implementation itself is pretty simple, it just uses 2 partial specializations
- to provide the type of the 2 different members of <code class="computeroutput"><span class="identifier">example_struct</span></code>,
+ to provide the type of the 2 different members of <tt class="computeroutput"><span class="identifier">example_struct</span></tt>,
based on the index of the iterator.
</p>
<p>
- To understand how <code class="computeroutput"><span class="identifier">value_of_impl</span></code>
- is used by the library we will look at the implementation of value_of
:
+ To understand how <tt class="computeroutput"><span class="identifier">value_of_impl</span></tt>
+ is used by the library we will look at the implementation of value_of:
</p>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">></span>
-<span class="keyword">struct</span> value_of
+<span class="keyword">struct</span> value_of
<span class="special">:</span> <span class="identifier">extension</span><span class="special">::</span><span class="identifier">value_of_impl</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">detail</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span><span class="identifier">Iterator</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span>
<span class="keyword">template</span> <span class="identifier">apply</span><span class="special"><</span><span class="identifier">Iterator</span><span class="special">></span>
<span class="special">{};</span>
</pre>
<p>
- So value_of
+ So value_of
uses tag dispatching
to select an <a href="http://www.boost.org/libs/mpl/doc/refmanual/metafunction-class.html" target="_top">MPL
Metafunction Class</a> to provide its functionality. You will notice
@@ -234,7 +238,7 @@
</p>
<p>
Ok, lets enable dereferencing of our iterator. In this case we must provide
- a suitable specialization of <code class="computeroutput"><span class="identifier">deref_impl</span></code>.
+ a suitable specialization of <tt class="computeroutput"><span class="identifier">deref_impl</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><></span>
<span class="keyword">struct</span> <span class="identifier">deref_impl</span><span class="special"><</span><span class="identifier">example</span><span class="special">::</span><span class="identifier">example_struct_iterator_tag</span><span class="special">></span>
@@ -271,16 +275,16 @@
<span class="special">}</span>
</pre>
<p>
- The use of <code class="computeroutput"><span class="identifier">deref_impl</span></code> is
- very similar to that of <code class="computeroutput"><span class="identifier">value_of_impl</span></code>,
- but it also provides some runtime functionality this time via the <code class="computeroutput"><span class="identifier">call</span></code> static member function. To see how
- <code class="computeroutput"><span class="identifier">deref_impl</span></code> is used, lets
- have a look at the implementation of deref
:
+ The use of <tt class="computeroutput"><span class="identifier">deref_impl</span></tt> is
+ very similar to that of <tt class="computeroutput"><span class="identifier">value_of_impl</span></tt>,
+ but it also provides some runtime functionality this time via the <tt class="computeroutput"><span class="identifier">call</span></tt> static member function. To see how
+ <tt class="computeroutput"><span class="identifier">deref_impl</span></tt> is used, lets
+ have a look at the implementation of deref:
</p>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
<span class="special">{</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">></span>
- <span class="keyword">struct</span> deref
+ <span class="keyword">struct</span> deref
<span class="special">:</span> <span class="identifier">extension</span><span class="special">::</span><span class="identifier">deref_impl</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">detail</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span><span class="identifier">Iterator</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span>
<span class="keyword">template</span> <span class="identifier">apply</span><span class="special"><</span><span class="identifier">Iterator</span><span class="special">></span>
<span class="special">{};</span>
@@ -288,24 +292,24 @@
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Iterator</span><span class="special">></span>
<span class="keyword">typename</span> <span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span><span class="special"><</span><span class="identifier">Iterator</span><span class="special">>::</span><span class="identifier">type</span>
-deref
<span class="special">(</span><span class="identifier">Iterator</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">)</span>
+deref<span class="special">(</span><span class="identifier">Iterator</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">)</span>
<span class="special">{</span>
<span class="keyword">typedef</span> <span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span><span class="special"><</span><span class="identifier">Iterator</span><span class="special">></span> <span class="identifier">deref_meta</span><span class="special">;</span>
<span class="keyword">return</span> <span class="identifier">deref_meta</span><span class="special">::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
<span class="special">}</span>
</pre>
<p>
- So again result_of::deref
uses <a href="../notes.html#fusion.notes.tag_dispatching"><span class="emphasis"><em>tag
- dispatching</em></span></a> in exactly the same way as the value_of
implementation. The runtime
- functionality used by deref
is provided by the <code class="computeroutput"><span class="identifier">call</span></code> static function of the selected <a href="http://www.boost.org/libs/mpl/doc/refmanual/metafunction-class.html" target="_top">MPL
+ So again result_of::deref uses <a href="../notes.html#fusion.notes.tag_dispatching"><span class="emphasis"><em>tag
+ dispatching</em></span></a> in exactly the same way as the value_of implementation. The runtime
+ functionality used by deref is provided by the <tt class="computeroutput"><span class="identifier">call</span></tt> static function of the selected <a href="http://www.boost.org/libs/mpl/doc/refmanual/metafunction-class.html" target="_top">MPL
Metafunction Class</a>.
</p>
<p>
- The actual implementation of <code class="computeroutput"><span class="identifier">deref_impl</span></code>
- is slightly more complex than that of <code class="computeroutput"><span class="identifier">value_of_impl</span></code>.
- We also need to implement the <code class="computeroutput"><span class="identifier">call</span></code>
+ The actual implementation of <tt class="computeroutput"><span class="identifier">deref_impl</span></tt>
+ is slightly more complex than that of <tt class="computeroutput"><span class="identifier">value_of_impl</span></tt>.
+ We also need to implement the <tt class="computeroutput"><span class="identifier">call</span></tt>
function, which returns a reference to the appropriate member of the underlying
- sequence. We also require a little bit of metaprogramming to return <code class="computeroutput"><span class="keyword">const</span></code> references if the underlying sequence
+ sequence. We also require a little bit of metaprogramming to return <tt class="computeroutput"><span class="keyword">const</span></tt> references if the underlying sequence
is const.
</p>
<div class="note"><table border="0" summary="Note">
@@ -313,23 +317,23 @@
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/html/images/note.png"></td>
<th align="left">Note</th>
</tr>
-<tr><td align="left" valign="top"><p>
+<tr><td colspan="2" align="left" valign="top"><p>
Although there is a fair amount of left to do to produce a fully fledged
- Fusion sequence, value_of
and deref
illustrate all the signficant
+ Fusion sequence, value_of and deref illustrate all the signficant
concepts required. The remainder of the process is very repetitive, simply
- requiring implementation of a suitable <code class="computeroutput"><span class="identifier">xxxx_impl</span></code>
- for each feature <code class="computeroutput"><span class="identifier">xxxx</span></code>.
+ requiring implementation of a suitable <tt class="computeroutput"><span class="identifier">xxxx_impl</span></tt>
+ for each feature <tt class="computeroutput"><span class="identifier">xxxx</span></tt>.
</p></td></tr>
</table></div>
<a name="fusion.extension.ext_full.implementing_the_remaining_iterator_functionality"></a><h4>
-<a name="id1277403"></a>
+<a name="id601356"></a>
<a href="ext_full.html#fusion.extension.ext_full.implementing_the_remaining_iterator_functionality">Implementing
the remaining iterator functionality</a>
</h4>
<p>
- Ok, now we have seen the way value_of
and deref
work, everything else will
+ Ok, now we have seen the way value_of and deref work, everything else will
work in pretty much the same way. Lets start with forward iteration, by providing
- a <code class="computeroutput"><span class="identifier">next_impl</span></code>:
+ a <tt class="computeroutput"><span class="identifier">next_impl</span></tt>:
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><></span>
<span class="keyword">struct</span> <span class="identifier">next_impl</span><span class="special"><</span><span class="identifier">example</span><span class="special">::</span><span class="identifier">example_struct_iterator_tag</span><span class="special">></span>
@@ -350,40 +354,40 @@
<span class="special">};</span>
</pre>
<p>
- This should be very familiar from our <code class="computeroutput"><span class="identifier">deref_impl</span></code>
+ This should be very familiar from our <tt class="computeroutput"><span class="identifier">deref_impl</span></tt>
implementation, we will be using this approach again and again now. Our design
- is simply to increment the <code class="computeroutput"><span class="identifier">index</span></code>
+ is simply to increment the <tt class="computeroutput"><span class="identifier">index</span></tt>
counter to move on to the next element. The various other iterator manipulations
- we need to perform will all just involve simple calculations with the <code class="computeroutput"><span class="identifier">index</span></code> variables.
+ we need to perform will all just involve simple calculations with the <tt class="computeroutput"><span class="identifier">index</span></tt> variables.
</p>
<p>
- We also need to provide a suitable <code class="computeroutput"><span class="identifier">equal_to_impl</span></code>
+ We also need to provide a suitable <tt class="computeroutput"><span class="identifier">equal_to_impl</span></tt>
so that iterators can be correctly compared. A <a href="../iterator/concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> will also need an implementation of <code class="computeroutput"><span class="identifier">prior_impl</span></code>.
+ Iterator</a> will also need an implementation of <tt class="computeroutput"><span class="identifier">prior_impl</span></tt>.
For a <a href="../iterator/concepts/random_access_iterator.html" title="Random
Access Iterator">Random
- Access Iterator</a> <code class="computeroutput"><span class="identifier">distance_impl</span></code>
- and <code class="computeroutput"><span class="identifier">advance_impl</span></code> also need
+ Access Iterator</a> <tt class="computeroutput"><span class="identifier">distance_impl</span></tt>
+ and <tt class="computeroutput"><span class="identifier">advance_impl</span></tt> also need
to be provided in order to satisfy the necessary complexity guarantees. As
our iterator is a <a href="../iterator/concepts/random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a> we will have to implement all of these functions.
</p>
<p>
- Full implementations of <code class="computeroutput"><span class="identifier">prior_impl</span></code>,
- <code class="computeroutput"><span class="identifier">advance_impl</span></code>, <code class="computeroutput"><span class="identifier">distance_impl</span></code> and <code class="computeroutput"><span class="identifier">equal_to_impl</span></code>
+ Full implementations of <tt class="computeroutput"><span class="identifier">prior_impl</span></tt>,
+ <tt class="computeroutput"><span class="identifier">advance_impl</span></tt>, <tt class="computeroutput"><span class="identifier">distance_impl</span></tt> and <tt class="computeroutput"><span class="identifier">equal_to_impl</span></tt>
are provided in the example code.
</p>
<a name="fusion.extension.ext_full.implementing_the_intrinsic_functions_of_the_sequence"></a><h4>
-<a name="id1277977"></a>
+<a name="id602004"></a>
<a href="ext_full.html#fusion.extension.ext_full.implementing_the_intrinsic_functions_of_the_sequence">Implementing
the intrinsic functions of the sequence</a>
</h4>
<p>
In order that Fusion can correctly identify our sequence as a Fusion sequence,
- we need to enable <code class="computeroutput"><span class="identifier">is_sequence</span></code>
- for our sequence type. As usual we just create an <code class="computeroutput"><span class="identifier">impl</span></code>
+ we need to enable <tt class="computeroutput"><span class="identifier">is_sequence</span></tt>
+ for our sequence type. As usual we just create an <tt class="computeroutput"><span class="identifier">impl</span></tt>
type specialized for our sequence tag:
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><></span>
@@ -394,14 +398,14 @@
<span class="special">};</span>
</pre>
<p>
- We've some similar formalities to complete, providing <code class="computeroutput"><span class="identifier">category_of_impl</span></code>
- so Fusion can correctly identify our sequence type, and <code class="computeroutput"><span class="identifier">is_view_impl</span></code>
+ We've some similar formalities to complete, providing <tt class="computeroutput"><span class="identifier">category_of_impl</span></tt>
+ so Fusion can correctly identify our sequence type, and <tt class="computeroutput"><span class="identifier">is_view_impl</span></tt>
so Fusion can correctly identify our sequence as not being a View
type. Implementations are provide in the example code.
</p>
<p>
Now we've completed some formalities, on to more interesting features. Lets
- get begin
working so that we can get
+ get begin working so that we can get
an iterator to start accessing the data in our sequence.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><></span>
@@ -423,33 +427,33 @@
<p>
The implementation uses the same ideas we have applied throughout, in this
case we are just creating one of the iterators we developed earlier, pointing
- to the first element in the sequence. The implementation of end
is very similar, and is provided
+ to the first element in the sequence. The implementation of end is very similar, and is provided
in the example code.
</p>
<p>
For our <a href="../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
- Access Sequence</a> we will also need to implement <code class="computeroutput"><span class="identifier">size_impl</span></code>,
- <code class="computeroutput"><span class="identifier">value_at_impl</span></code> and <code class="computeroutput"><span class="identifier">at_impl</span></code>.
+ Access Sequence</a> we will also need to implement <tt class="computeroutput"><span class="identifier">size_impl</span></tt>,
+ <tt class="computeroutput"><span class="identifier">value_at_impl</span></tt> and <tt class="computeroutput"><span class="identifier">at_impl</span></tt>.
</p>
<a name="fusion.extension.ext_full.enabling_our_type_as_an_associative_container"></a><h4>
-<a name="id1278512"></a>
+<a name="id602607"></a>
<a href="ext_full.html#fusion.extension.ext_full.enabling_our_type_as_an_associative_container">Enabling
our type as an associative container</a>
</h4>
<p>
- In order for <code class="computeroutput"><span class="identifier">example_struct</span></code>
+ In order for <tt class="computeroutput"><span class="identifier">example_struct</span></tt>
to serve as an associative container, we need to enable 3 lookup features,
- at_key
, value_at_key
and has_key
. We also need to provide
- an implementation of the <code class="computeroutput"><span class="identifier">is_associative</span></code>
+ at_key, value_at_key and has_key. We also need to provide
+ an implementation of the <tt class="computeroutput"><span class="identifier">is_associative</span></tt>
trait so that our sequence can be correctly identified as an associative
container.
</p>
<p>
- To implement <code class="computeroutput"><span class="identifier">at_key_impl</span></code>
- we need to associate the <code class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span></code> and
- <code class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span></code> types described in the <a href="../quick_start.html" title="Quick Start">Quick
- Start</a> guide with the appropriate members of <code class="computeroutput"><span class="identifier">example_struct</span></code>.
+ To implement <tt class="computeroutput"><span class="identifier">at_key_impl</span></tt>
+ we need to associate the <tt class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span></tt> and
+ <tt class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span></tt> types described in the <a href="../quick_start.html" title="Quick Start">Quick
+ Start</a> guide with the appropriate members of <tt class="computeroutput"><span class="identifier">example_struct</span></tt>.
Our implementation is as follows:
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><></span>
@@ -491,16 +495,16 @@
</pre>
<p>
Its all very similar to the implementations we've seen previously, such as
- <code class="computeroutput"><span class="identifier">deref_impl</span></code> and <code class="computeroutput"><span class="identifier">value_of_impl</span></code>. Instead of identifying the
+ <tt class="computeroutput"><span class="identifier">deref_impl</span></tt> and <tt class="computeroutput"><span class="identifier">value_of_impl</span></tt>. Instead of identifying the
members by index or position, we are now selecting them using the types
- <code class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">name</span></code> and <code class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span></code>.
- The implementations of <code class="computeroutput"><span class="identifier">value_at_key_impl</span></code>
- and <code class="computeroutput"><span class="identifier">has_key_impl</span></code> are equally
+ <tt class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">name</span></tt> and <tt class="computeroutput"><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span></tt>.
+ The implementations of <tt class="computeroutput"><span class="identifier">value_at_key_impl</span></tt>
+ and <tt class="computeroutput"><span class="identifier">has_key_impl</span></tt> are equally
straightforward, and are provided in the example code, along with an implementation
- of <code class="computeroutput"><span class="identifier">is_associative_impl</span></code>.
+ of <tt class="computeroutput"><span class="identifier">is_associative_impl</span></tt>.
</p>
<a name="fusion.extension.ext_full.summary"></a><h4>
-<a name="id1279401"></a>
+<a name="id603614"></a>
<a href="ext_full.html#fusion.extension.ext_full.summary">Summary</a>
</h4>
<p>
@@ -510,8 +514,8 @@
pattern.
</p>
<p>
- The support for <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>, MPL
- sequences, and <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code> all use the same approach, and provide
+ The support for <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>, MPL
+ sequences, and <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></tt> all use the same approach, and provide
additional examples of the approach for a variety of types.
</p>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension/iterator_facade.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Iterator Facade</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../extension.html" title="Extension">
-<link rel="prev" href="sequence_facade.html" title="Sequence Facade">
+<link rel="previous" href="sequence_facade.html" title="Sequence Facade">
<link rel="next" href="../functional.html" title="Functional">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="sequence_facade.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extension.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../functional.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.extension.iterator_facade"></a>Iterator Facade</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.extension.iterator_facade"></a>Iterator Facade
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.extension.iterator_facade.description"></a><h4>
-<a name="id1280834"></a>
+<a name="id605224"></a>
<a href="iterator_facade.html#fusion.extension.iterator_facade.description">Description</a>
</h4>
<p>
- The iterator_facade
+ The iterator_facade
template provides an intrusive mechanism for producing a conforming Fusion
iterator.
</p>
<a name="fusion.extension.iterator_facade.synopsis"></a><h4>
-<a name="id1280877"></a>
+<a name="id605272"></a>
<a href="iterator_facade.html#fusion.extension.iterator_facade.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Derived</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">TravesalTag</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">iterator_facade</span><span class="special">;</span>
</pre>
<a name="fusion.extension.iterator_facade.usage"></a><h4>
-<a name="id1280961"></a>
+<a name="id605364"></a>
<a href="iterator_facade.html#fusion.extension.iterator_facade.usage">Usage</a>
</h4>
<p>
@@ -56,56 +60,44 @@
type.
</p>
<div class="table">
-<a name="id1280989"></a><p class="title"><b>Table 1.93. Parameters</b></p>
+<a name="id605390"></a><p class="title"><b>Table 1.93. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Name
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span></code>, <code class="computeroutput"><span class="identifier">It</span></code>, <code class="computeroutput"><span class="identifier">It1</span></code>,
- <code class="computeroutput"><span class="identifier">It2</span></code>
- </p>
- </td>
-<td>
- <p>
- A type derived from iterator_facade
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span></tt>, <tt class="computeroutput"><span class="identifier">It</span></tt>, <tt class="computeroutput"><span class="identifier">It1</span></tt>,
+ <tt class="computeroutput"><span class="identifier">It2</span></tt>
+ </p></td>
+<td><p>
+ A type derived from iterator_facade
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<div class="table">
-<a name="id1281129"></a><p class="title"><b>Table 1.94. Key Expressions</b></p>
+<a name="id605548"></a><p class="title"><b>Table 1.94. Key Expressions</b></p>
<table class="table" summary="Key Expressions">
<colgroup>
<col>
@@ -113,269 +105,185 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Result
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">value_of</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The element stored at iterator position <code class="computeroutput"><span class="identifier">It</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">value_of</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The element stored at iterator position <tt class="computeroutput"><span class="identifier">It</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">deref</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type returned when dereferencing an iterator of type <code class="computeroutput"><span class="identifier">It</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">deref</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type returned when dereferencing an iterator of type <tt class="computeroutput"><span class="identifier">It</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">deref</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Dereferences iterator <code class="computeroutput"><span class="identifier">it</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">deref</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Dereferences iterator <tt class="computeroutput"><span class="identifier">it</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">next</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of the next element from <code class="computeroutput"><span class="identifier">It</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">next</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of the next element from <tt class="computeroutput"><span class="identifier">It</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">next</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The next iterator after <code class="computeroutput"><span class="identifier">it</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">next</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The next iterator after <tt class="computeroutput"><span class="identifier">it</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">prior</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of the next element from <code class="computeroutput"><span class="identifier">It</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">prior</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of the next element from <tt class="computeroutput"><span class="identifier">It</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">prior</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The next iterator after <code class="computeroutput"><span class="identifier">it</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">prior</span><span class="special"><</span><span class="identifier">It</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The next iterator after <tt class="computeroutput"><span class="identifier">it</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">advance</span><span class="special"><</span><span class="identifier">It</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of an iterator advanced <code class="computeroutput"><span class="identifier">N</span></code>
- elements from <code class="computeroutput"><span class="identifier">It</span></code>
- </p>
- </td>
-<td>
- <p>
- Implemented in terms of <code class="computeroutput"><span class="identifier">next</span></code>
- and <code class="computeroutput"><span class="identifier">prior</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">advance</span><span class="special"><</span><span class="identifier">It</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator advanced <code class="computeroutput"><span class="identifier">N</span></code>
- elements from <code class="computeroutput"><span class="identifier">it</span></code>
- </p>
- </td>
-<td>
- <p>
- Implemented in terms of <code class="computeroutput"><span class="identifier">next</span></code>
- and <code class="computeroutput"><span class="identifier">prior</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">distance</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The distance between iterators of type <code class="computeroutput"><span class="identifier">It1</span></code>
- and <code class="computeroutput"><span class="identifier">It2</span></code> as an <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">advance</span><span class="special"><</span><span class="identifier">It</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of an iterator advanced <tt class="computeroutput"><span class="identifier">N</span></tt>
+ elements from <tt class="computeroutput"><span class="identifier">It</span></tt>
+ </p></td>
+<td><p>
+ Implemented in terms of <tt class="computeroutput"><span class="identifier">next</span></tt>
+ and <tt class="computeroutput"><span class="identifier">prior</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">advance</span><span class="special"><</span><span class="identifier">It</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator advanced <tt class="computeroutput"><span class="identifier">N</span></tt>
+ elements from <tt class="computeroutput"><span class="identifier">it</span></tt>
+ </p></td>
+<td><p>
+ Implemented in terms of <tt class="computeroutput"><span class="identifier">next</span></tt>
+ and <tt class="computeroutput"><span class="identifier">prior</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">distance</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The distance between iterators of type <tt class="computeroutput"><span class="identifier">It1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">It2</span></tt> as an <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">distance</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it1</span><span class="special">,</span> <span class="identifier">it2</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The distance between iterator <code class="computeroutput"><span class="identifier">it1</span></code>
- and <code class="computeroutput"><span class="identifier">it2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">distance</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it1</span><span class="special">,</span> <span class="identifier">it2</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The distance between iterator <tt class="computeroutput"><span class="identifier">it1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">it2</span></tt>
+ </p></td>
+<td><p>
None
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">equal_to</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The distance between iterators of type <code class="computeroutput"><span class="identifier">It1</span></code>
- and <code class="computeroutput"><span class="identifier">It2</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">equal_to</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it1</span><span class="special">,</span> <span class="identifier">it2</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The distance between iterators <code class="computeroutput"><span class="identifier">it1</span></code>
- and <code class="computeroutput"><span class="identifier">it2</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span><span class="special">()</span></code>
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">equal_to</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The distance between iterators of type <tt class="computeroutput"><span class="identifier">It1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">It2</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">iterator</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">equal_to</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">it1</span><span class="special">,</span> <span class="identifier">it2</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The distance between iterators <tt class="computeroutput"><span class="identifier">it1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">it2</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">same_type</span><span class="special"><</span><span class="identifier">It1</span><span class="special">,</span> <span class="identifier">It2</span><span class="special">>::</span><span class="identifier">type</span><span class="special">()</span></tt>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.extension.iterator_facade.header"></a><h4>
-<a name="id1282506"></a>
+<a name="id607107"></a>
<a href="iterator_facade.html#fusion.extension.iterator_facade.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">iterator_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">iterator_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.extension.iterator_facade.example"></a><h4>
-<a name="id1282645"></a>
+<a name="id607264"></a>
<a href="iterator_facade.html#fusion.extension.iterator_facade.example">Example</a>
</h4>
<p>
- A full working example using iterator_facade
is provided in triple.cpp
+ A full working example using iterator_facade is provided in triple.cpp
in the extension examples.
</p>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html (original)
+++ trunk/libs/fusion/doc/html/fusion/extension/sequence_facade.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Sequence Facade</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../extension.html" title="Extension">
-<link rel="prev" href="ext_full.html" title=" The Full Extension Mechanism">
+<link rel="previous" href="ext_full.html" title=" The Full Extension Mechanism">
<link rel="next" href="iterator_facade.html" title="Iterator Facade">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,34 +23,38 @@
<a accesskey="p" href="ext_full.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extension.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_facade.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.extension.sequence_facade"></a>Sequence Facade</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.extension.sequence_facade"></a>Sequence Facade
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.extension.sequence_facade.description"></a><h4>
-<a name="id1279499"></a>
+<a name="id603722"></a>
<a href="sequence_facade.html#fusion.extension.sequence_facade.description">Description</a>
</h4>
<p>
- The sequence_facade
+ The sequence_facade
template provides an intrusive mechanism for producing a conforming Fusion
iterator.
</p>
<a name="fusion.extension.sequence_facade.synopsis"></a><h4>
-<a name="id1279542"></a>
+<a name="id603769"></a>
<a href="sequence_facade.html#fusion.extension.sequence_facade.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Derived</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">TravesalTag</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">IsView</span> <span class="special">=</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">sequence_facade</span><span class="special">;</span>
</pre>
<a name="fusion.extension.sequence_facade.usage"></a><h4>
-<a name="id1279661"></a>
+<a name="id603902"></a>
<a href="sequence_facade.html#fusion.extension.sequence_facade.usage">Usage</a>
</h4>
<p>
- The user of sequence_facade
derives his sequence
- type from a specialization of sequence_facade
and passes the derived
+ The user of sequence_facade derives his sequence
+ type from a specialization of sequence_facade and passes the derived
sequence type as the first template parameter. The second template parameter
should be the traversal category of the sequence being implemented. The 3rd
- parameter should be set to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
+ parameter should be set to <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
if the sequence is a view.
</p>
<p>
@@ -58,202 +62,150 @@
type.
</p>
<div class="table">
-<a name="id1279740"></a><p class="title"><b>Table 1.91. Parameters</b></p>
+<a name="id603990"></a><p class="title"><b>Table 1.91. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Name
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span></code>, <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
- A type derived from sequence_facade
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span></tt>, <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
+ A type derived from sequence_facade
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<div class="table">
-<a name="id1279860"></a><p class="title"><b>Table 1.92. Key Expressions</b></p>
+<a name="id604124"></a><p class="title"><b>Table 1.92. Key Expressions</b></p>
<table class="table" summary="Key Expressions">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Result
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">begin</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of an iterator to the beginning of a sequence of type <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">begin</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator to the beginning of sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">end</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of an iterator to the end of a sequence of type <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">end</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator to the end of sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">size</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The size of a sequence of type <code class="computeroutput"><span class="identifier">Seq</span></code>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">begin</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of an iterator to the beginning of a sequence of type <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">begin</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator to the beginning of sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">end</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of an iterator to the end of a sequence of type <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">end</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator to the end of sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">size</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The size of a sequence of type <tt class="computeroutput"><span class="identifier">Seq</span></tt>
as an <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">size</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The size of sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">at</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of element <code class="computeroutput"><span class="identifier">N</span></code>
- in a sequence of type <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">at</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Element <code class="computeroutput"><span class="identifier">N</span></code> in sequence
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">value_at</span><span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of the <code class="computeroutput"><span class="identifier">N</span></code>th
- element in a sequence of type <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">size</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The size of sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">at</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of element <tt class="computeroutput"><span class="identifier">N</span></tt>
+ in a sequence of type <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">at</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">seq</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Element <tt class="computeroutput"><span class="identifier">N</span></tt> in sequence
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">sequence</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">value_at</span><span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ The type of the <tt class="computeroutput"><span class="identifier">N</span></tt>th
+ element in a sequence of type <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.extension.sequence_facade.include"></a><h4>
-<a name="id1280636"></a>
+<a name="id605003"></a>
<a href="sequence_facade.html#fusion.extension.sequence_facade.include">Include</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">sequence_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">sequence_facade</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.extension.sequence_facade.example"></a><h4>
-<a name="id1280774"></a>
+<a name="id605158"></a>
<a href="sequence_facade.html#fusion.extension.sequence_facade.example">Example</a>
</h4>
<p>
- A full working example using sequence_facade
is provided in triple.cpp
+ A full working example using sequence_facade is provided in triple.cpp
in the extension examples.
</p>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/functional.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functional</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="extension/iterator_facade.html" title="Iterator Facade">
+<link rel="previous" href="extension/iterator_facade.html" title="Iterator Facade">
<link rel="next" href="functional/concepts.html" title="Concepts">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="extension/iterator_facade.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functional/concepts.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.functional"></a>Functional</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.functional"></a>Functional
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Concepts</span></dt>
<dd><dl>
@@ -62,13 +66,13 @@
through a function object interface.
</p>
<a name="fusion.functional.header"></a><h3>
-<a name="id1282710"></a>
+<a name="id607336"></a>
<a href="functional.html#fusion.functional.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.fused_and_unfused_forms"></a><h3>
-<a name="id1282783"></a>
+<a name="id607418"></a>
<a href="functional.html#fusion.functional.fused_and_unfused_forms">Fused and unfused
forms</a>
</h3>
@@ -81,28 +85,28 @@
It is a name and a tuple written next to each other, left-to-right.
</p>
<p>
- Although the C++ syntax does not allow to replace <code class="literal">(a,b,c)</code>
+ Although the C++ syntax does not allow to replace <tt class="literal">(a,b,c)</tt>
with some Fusion Sequence, introducing
yet another function provides a solution:
</p>
<pre class="programlisting"><span class="identifier">invoke</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span><span class="identifier">my_sequence</span><span class="special">)</span>
</pre>
<p>
- Alternatively it is possible to apply a simple transformation to <code class="literal">f</code>
+ Alternatively it is possible to apply a simple transformation to <tt class="literal">f</tt>
in order to achieve the same effect:
</p>
<pre class="programlisting"><span class="identifier">f</span> <span class="identifier">tuple</span> <span class="special"><=></span> f' <span class="special">(</span><span class="identifier">tuple</span><span class="special">)</span>
</pre>
<p>
- Now, <code class="literal">f'</code> is an unary function that takes the arguments to
- <code class="computeroutput"><span class="identifier">f</span></code> as a tuple; <code class="literal">f'</code>
- is the <span class="emphasis"><em>fused</em></span> form of <code class="computeroutput"><span class="identifier">f</span></code>.
+ Now, <tt class="literal">f'</tt> is an unary function that takes the arguments to
+ <tt class="computeroutput"><span class="identifier">f</span></tt> as a tuple; <tt class="literal">f'</tt>
+ is the <span class="emphasis"><em>fused</em></span> form of <tt class="computeroutput"><span class="identifier">f</span></tt>.
Reading the above equivalence right-to-left to get the inverse transformation,
- <code class="computeroutput"><span class="identifier">f</span></code> is the <span class="emphasis"><em>unfused</em></span>
- form of <code class="literal">f'</code>.
+ <tt class="computeroutput"><span class="identifier">f</span></tt> is the <span class="emphasis"><em>unfused</em></span>
+ form of <tt class="literal">f'</tt>.
</p>
<a name="fusion.functional.calling_functions_and_function_objects"></a><h3>
-<a name="id1283014"></a>
+<a name="id607678"></a>
<a href="functional.html#fusion.functional.calling_functions_and_function_objects">Calling
functions and function objects</a>
</h3>
@@ -133,7 +137,7 @@
Constructors can be called applying Boost.Functional/Factory.
</p>
<a name="fusion.functional.making_fusion_code_callable_through_a_function_object_interface"></a><h3>
-<a name="id1283085"></a>
+<a name="id607765"></a>
<a href="functional.html#fusion.functional.making_fusion_code_callable_through_a_function_object_interface">Making
Fusion code callable through a function object interface</a>
</h3>
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> Adapters</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
-<link rel="prev" href="invocation/limits.html" title="Limits">
+<link rel="previous" href="invocation/limits.html" title="Limits">
<link rel="next" href="adapters/fused.html" title="fused">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="invocation/limits.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functional.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="adapters/fused.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.functional.adapters"></a> Adapters</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.functional.adapters"></a> Adapters
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">fused</span></dt>
<dt><span class="section">fused_procedure</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/fused.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>fused</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapters.html" title=" Adapters">
-<link rel="prev" href="../adapters.html" title=" Adapters">
+<link rel="previous" href="../adapters.html" title=" Adapters">
<link rel="next" href="fused_procedure.html" title="fused_procedure">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="../adapters.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapters.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="fused_procedure.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.adapters.fused"></a>fused</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.adapters.fused"></a>fused
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.adapters.fused.description"></a><h5>
-<a name="id1290323"></a>
+<a name="id615823"></a>
<a href="fused.html#fusion.functional.adapters.fused.description">Description</a>
</h5>
<p>
@@ -41,35 +45,35 @@
<p>
The type of the target function is allowed to be const qualified or a reference.
Const qualification is preserved and propagated appropriately (in other
- words, only const versions of <code class="literal">operator()</code> can be used
+ words, only const versions of <tt class="literal">operator()</tt> can be used
for a target function object that is const or, if the target function object
is held by value, the adapter is const - these semantics have nothing to
do with the const qualification of a member function, which is referring
- to the type of object pointed to by <code class="literal">this</code> which is specified
+ to the type of object pointed to by <tt class="literal">this</tt> which is specified
with the first element in the sequence passed to the adapter).
</p>
<p>
If the target function is a pointer to a class members, the corresponding
object can be specified as a reference, pointer, or smart pointer. In case
- of the latter, a freestanding <code class="literal">get_pointer</code> function must
- be defined (Boost provides this function for <code class="literal">std::auto_ptr</code>
- and boost::shared_ptr
).
+ of the latter, a freestanding <tt class="literal">get_pointer</tt> function must
+ be defined (Boost provides this function for <tt class="literal">std::auto_ptr</tt>
+ and boost::shared_ptr).
</p>
<a name="fusion.functional.adapters.fused.header"></a><h5>
-<a name="id1290442"></a>
+<a name="id615953"></a>
<a href="fused.html#fusion.functional.adapters.fused.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.adapters.fused.synopsis"></a><h5>
-<a name="id1290533"></a>
+<a name="id616056"></a>
<a href="fused.html#fusion.functional.adapters.fused.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">fused</span><span class="special">;</span>
</pre>
<a name="fusion.functional.adapters.fused.template_parameters"></a><h5>
-<a name="id1290601"></a>
+<a name="id616133"></a>
<a href="fused.html#fusion.functional.adapters.fused.template_parameters">Template
parameters</a>
</h5>
@@ -80,43 +84,31 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Function</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Function</span></tt>
+ </p></td>
+<td><p>
A <a href="../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.adapters.fused.model_of"></a><h5>
-<a name="id1290704"></a>
+<a name="id616247"></a>
<a href="fused.html#fusion.functional.adapters.fused.model_of">Model of</a>
</h5>
<div class="itemizedlist"><ul type="disc">
@@ -130,29 +122,29 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">R</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">R</span></tt></span></dt>
<dd><p>
A possibly const qualified <a href="../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a> type or reference type thereof
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">r</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">r</span></tt></span></dt>
<dd><p>
- An object convertible to <code class="computeroutput"><span class="identifier">R</span></code>
+ An object convertible to <tt class="computeroutput"><span class="identifier">R</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A Sequence of arguments that
- are accepted by <code class="computeroutput"><span class="identifier">r</span></code>
+ are accepted by <tt class="computeroutput"><span class="identifier">r</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">></span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">></span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.functional.adapters.fused.expression_semantics"></a><h5>
-<a name="id1290898"></a>
+<a name="id616464"></a>
<a href="fused.html#fusion.functional.adapters.fused.expression_semantics">Expression
Semantics</a>
</h5>
@@ -162,77 +154,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">>(</span><span class="identifier">r</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">>(</span><span class="identifier">r</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Creates a fused function as described above, initializes the target
- function with <code class="computeroutput"><span class="identifier">r</span></code>.
- </p>
- </td>
+ function with <tt class="computeroutput"><span class="identifier">r</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">>()</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a fused function as described above, attempts to use <code class="computeroutput"><span class="identifier">R</span></code>'s default constructor.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">>()</span></tt>
+ </p></td>
+<td><p>
+ Creates a fused function as described above, attempts to use <tt class="computeroutput"><span class="identifier">R</span></tt>'s default constructor.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Calls <code class="computeroutput"><span class="identifier">r</span></code> with the
- elements in <code class="computeroutput"><span class="identifier">s</span></code> as
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Calls <tt class="computeroutput"><span class="identifier">r</span></tt> with the
+ elements in <tt class="computeroutput"><span class="identifier">s</span></tt> as
its arguments.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.fused.example"></a><h5>
-<a name="id1291125"></a>
+<a name="id616717"></a>
<a href="fused.html#fusion.functional.adapters.fused.example">Example</a>
</h5>
-<pre class="programlisting"><span class="identifier">fused</span><span class="special"><</span> std::plus
<span class="special"><</span><span class="keyword">long</span><span class="special">></span> <span class="special">></span> <span class="identifier">f</span><span class="special">;</span>
-<span class="identifier">assert</span><span class="special">(</span><span class="identifier">f</span><span class="special">(</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2l</span><span class="special">))</span> <span class="special">==</span> <span class="number">3l</span><span class="special">);</span>
+<pre class="programlisting"><span class="identifier">fused</span><span class="special"><</span> std::plus<span class="special"><</span><span class="keyword">long</span><span class="special">></span> <span class="special">></span> <span class="identifier">f</span><span class="special">;</span>
+<span class="identifier">assert</span><span class="special">(</span><span class="identifier">f</span><span class="special">(</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2l</span><span class="special">))</span> <span class="special">==</span> <span class="number">3l</span><span class="special">);</span>
</pre>
<a name="fusion.functional.adapters.fused.see_also"></a><h5>
-<a name="id1291280"></a>
+<a name="id616892"></a>
<a href="fused.html#fusion.functional.adapters.fused.see_also">See also</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>fused_procedure
</li>
-<li>fused_function_object
</li>
-<li>invoke
</li>
+<li>fused_procedure</li>
+<li>fused_function_object</li>
+<li>invoke</li>
<li><a href="../generation/functions/mk_fused.html" title="
- make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li>
-<li>deduce
</li>
+ make_fused"><tt class="computeroutput"><span class="identifier">make_fused</span></tt></a></li>
+<li>deduce</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>fused_function_object</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapters.html" title=" Adapters">
-<link rel="prev" href="fused_procedure.html" title="fused_procedure">
+<link rel="previous" href="fused_procedure.html" title="fused_procedure">
<link rel="next" href="unfused.html" title="unfused">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="fused_procedure.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapters.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="unfused.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.adapters.fused_function_object"></a>fused_function_object</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.adapters.fused_function_object"></a>fused_function_object
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.adapters.fused_function_object.description"></a><h5>
-<a name="id1292905"></a>
+<a name="id618706"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.description">Description</a>
</h5>
<p>
@@ -41,25 +45,25 @@
<p>
The type of the target function is allowed to be const qualified or a reference.
Const qualification is preserved and propagated appropriately (in other
- words, only const versions of <code class="literal">operator()</code> can be used
+ words, only const versions of <tt class="literal">operator()</tt> can be used
for an target function object that is const or, if the target function
object is held by value, the adapter is const).
</p>
<a name="fusion.functional.adapters.fused_function_object.header"></a><h5>
-<a name="id1292973"></a>
+<a name="id618779"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.adapters.fused_function_object.synopsis"></a><h5>
-<a name="id1293067"></a>
+<a name="id618883"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Function</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">fused_function_object</span><span class="special">;</span>
</pre>
<a name="fusion.functional.adapters.fused_function_object.template_parameters"></a><h5>
-<a name="id1293140"></a>
+<a name="id618963"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.template_parameters">Template
parameters</a>
</h5>
@@ -70,43 +74,31 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Function</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Function</span></tt>
+ </p></td>
+<td><p>
<a href="../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic Function
Object</a> type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.adapters.fused_function_object.model_of"></a><h5>
-<a name="id1293242"></a>
+<a name="id619078"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.model_of">Model
of</a>
</h5>
@@ -121,29 +113,29 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">R</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">R</span></tt></span></dt>
<dd><p>
A possibly const qualified <a href="../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a> type or reference type thereof
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">r</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">r</span></tt></span></dt>
<dd><p>
- An object convertible to <code class="computeroutput"><span class="identifier">R</span></code>
+ An object convertible to <tt class="computeroutput"><span class="identifier">R</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A Sequence of arguments that
- are accepted by <code class="computeroutput"><span class="identifier">r</span></code>
+ are accepted by <tt class="computeroutput"><span class="identifier">r</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">></span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">></span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.functional.adapters.fused_function_object.expression_semantics"></a><h5>
-<a name="id1310916"></a>
+<a name="id619296"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.expression_semantics">Expression
Semantics</a>
</h5>
@@ -153,69 +145,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">fused_function_object</span><span class="special"><</span><span class="identifier">R</span><span class="special">>(</span><span class="identifier">r</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">fused_function_object</span><span class="special"><</span><span class="identifier">R</span><span class="special">>(</span><span class="identifier">r</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Creates a fused function as described above, initializes the target
- function with <code class="computeroutput"><span class="identifier">r</span></code>.
- </p>
- </td>
+ function with <tt class="computeroutput"><span class="identifier">r</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">fused_function_object</span><span class="special"><</span><span class="identifier">R</span><span class="special">>()</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a fused function as described above, attempts to use <code class="computeroutput"><span class="identifier">R</span></code>'s default constructor.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">fused_function_object</span><span class="special"><</span><span class="identifier">R</span><span class="special">>()</span></tt>
+ </p></td>
+<td><p>
+ Creates a fused function as described above, attempts to use <tt class="computeroutput"><span class="identifier">R</span></tt>'s default constructor.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Calls <code class="computeroutput"><span class="identifier">r</span></code> with the
- elements in <code class="computeroutput"><span class="identifier">s</span></code> as
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Calls <tt class="computeroutput"><span class="identifier">r</span></tt> with the
+ elements in <tt class="computeroutput"><span class="identifier">s</span></tt> as
its arguments.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.fused_function_object.example"></a><h5>
-<a name="id1311142"></a>
+<a name="id619551"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">class</span> <span class="identifier">SeqOfSeqs</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Func</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::transform
<span class="special"><</span> <span class="identifier">zip_view</span><span class="special"><</span><span class="identifier">SeqOfSeqs</span><span class="special">></span> <span class="keyword">const</span><span class="special">,</span>
+<span class="keyword">typename</span> result_of::transform<span class="special"><</span> <span class="identifier">zip_view</span><span class="special"><</span><span class="identifier">SeqOfSeqs</span><span class="special">></span> <span class="keyword">const</span><span class="special">,</span>
<span class="identifier">fused_function_object</span><span class="special"><</span><span class="identifier">Func</span> <span class="keyword">const</span> <span class="special">&></span> <span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">n_ary_transform</span><span class="special">(</span><span class="identifier">SeqOfSeqs</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">,</span> <span class="identifier">Func</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">f</span><span class="special">)</span>
<span class="special">{</span>
- <span class="keyword">return</span> transform
<span class="special">(</span><span class="identifier">zip_view</span><span class="special"><</span><span class="identifier">SeqOfSeqs</span><span class="special">>(</span><span class="identifier">s</span><span class="special">),</span>
+ <span class="keyword">return</span> transform<span class="special">(</span><span class="identifier">zip_view</span><span class="special"><</span><span class="identifier">SeqOfSeqs</span><span class="special">>(</span><span class="identifier">s</span><span class="special">),</span>
<span class="identifier">fused_function_object</span><span class="special"><</span><span class="identifier">Func</span> <span class="keyword">const</span> <span class="special">&>(</span><span class="identifier">f</span><span class="special">));</span>
<span class="special">}</span>
@@ -237,25 +213,25 @@
<span class="keyword">void</span> <span class="identifier">try_it</span><span class="special">()</span>
<span class="special">{</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">c</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">0.5f</span><span class="special">);</span>
- <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> <span class="identifier">n_ary_transform</span><span class="special">(</span>vector_tie
<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">sub</span><span class="special">()));</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">c</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">0.5f</span><span class="special">);</span>
+ <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> <span class="identifier">n_ary_transform</span><span class="special">(</span>vector_tie<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">sub</span><span class="special">()));</span>
<span class="special">}</span>
</pre>
<a name="fusion.functional.adapters.fused_function_object.see_also"></a><h5>
-<a name="id1312074"></a>
+<a name="id620606"></a>
<a href="fused_function_object.html#fusion.functional.adapters.fused_function_object.see_also">See
also</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>fused
</li>
-<li>fused_procedure
</li>
+<li>fused</li>
+<li>fused_procedure</li>
<li><a href="../invocation/functions/invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">invoke_function_object</span></tt></a></li>
<li><a href="../generation/functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li>
-<li>deduce
</li>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a></li>
+<li>deduce</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>fused_procedure</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapters.html" title=" Adapters">
-<link rel="prev" href="fused.html" title="fused">
+<link rel="previous" href="fused.html" title="fused">
<link rel="next" href="fused_function_object.html" title="fused_function_object">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="fused.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapters.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="fused_function_object.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.adapters.fused_procedure"></a>fused_procedure</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.adapters.fused_procedure"></a>fused_procedure
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.adapters.fused_procedure.description"></a><h5>
-<a name="id1291415"></a>
+<a name="id617042"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.description">Description</a>
</h5>
<p>
@@ -38,24 +42,24 @@
Sequence</a> that contains the arguments for the target function.
</p>
<p>
- The result is discared and the adapter's return type is <code class="computeroutput"><span class="keyword">void</span></code>.
+ The result is discared and the adapter's return type is <tt class="computeroutput"><span class="keyword">void</span></tt>.
</p>
<p>
The type of the target function is allowed to be const qualified or a reference.
Const qualification is preserved and propagated appropriately (in other
- words, only const versions of <code class="literal">operator()</code> can be used
+ words, only const versions of <tt class="literal">operator()</tt> can be used
for a target function object that is const or, if the target function object
is held by value, the adapter is const - these semantics have nothing to
do with the const qualification of a member function, which is referring
- to the type of object pointed to by <code class="literal">this</code> which is specified
+ to the type of object pointed to by <tt class="literal">this</tt> which is specified
with the first element in the sequence passed to the adapter).
</p>
<p>
If the target function is a pointer to a members function, the corresponding
object can be specified as a reference, pointer, or smart pointer. In case
- of the latter, a freestanding <code class="literal">get_pointer</code> function must
- be defined (Boost provides this function for <code class="literal">std::auto_ptr</code>
- and boost::shared_ptr
).
+ of the latter, a freestanding <tt class="literal">get_pointer</tt> function must
+ be defined (Boost provides this function for <tt class="literal">std::auto_ptr</tt>
+ and boost::shared_ptr).
</p>
<p>
The target function must not be a pointer to a member object (dereferencing
@@ -63,20 +67,20 @@
case is not implemented).
</p>
<a name="fusion.functional.adapters.fused_procedure.header"></a><h5>
-<a name="id1291557"></a>
+<a name="id617199"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.adapters.fused_procedure.synopsis"></a><h5>
-<a name="id1291650"></a>
+<a name="id617302"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">fused_procedure</span><span class="special">;</span>
</pre>
<a name="fusion.functional.adapters.fused_procedure.template_parameters"></a><h5>
-<a name="id1291720"></a>
+<a name="id617380"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.template_parameters">Template
parameters</a>
</h5>
@@ -87,42 +91,30 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Function</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Function</span></tt>
+ </p></td>
+<td><p>
<a href="../concepts/callable.html" title=" Callable Object">Callable Object</a>
type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.adapters.fused_procedure.model_of"></a><h5>
-<a name="id1291822"></a>
+<a name="id617493"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.model_of">Model
of</a>
</h5>
@@ -137,28 +129,28 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">R</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">R</span></tt></span></dt>
<dd><p>
A possibly const qualified <a href="../concepts/callable.html" title=" Callable Object">Callable
Object</a> type or reference type thereof
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">r</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">r</span></tt></span></dt>
<dd><p>
- An object convertible to <code class="computeroutput"><span class="identifier">R</span></code>
+ An object convertible to <tt class="computeroutput"><span class="identifier">R</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A Sequence of arguments that
- are accepted by <code class="computeroutput"><span class="identifier">r</span></code>
+ are accepted by <tt class="computeroutput"><span class="identifier">r</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">></span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">fused</span><span class="special"><</span><span class="identifier">R</span><span class="special">></span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.functional.adapters.fused_procedure.expression_semantics"></a><h5>
-<a name="id1292018"></a>
+<a name="id617712"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.expression_semantics">Expression
Semantics</a>
</h5>
@@ -168,91 +160,75 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">fused_procedure</span><span class="special"><</span><span class="identifier">R</span><span class="special">>(</span><span class="identifier">r</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">fused_procedure</span><span class="special"><</span><span class="identifier">R</span><span class="special">>(</span><span class="identifier">r</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Creates a fused function as described above, initializes the target
- function with <code class="computeroutput"><span class="identifier">r</span></code>.
- </p>
- </td>
+ function with <tt class="computeroutput"><span class="identifier">r</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">fused_procedure</span><span class="special"><</span><span class="identifier">R</span><span class="special">>()</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a fused function as described above, attempts to use <code class="computeroutput"><span class="identifier">R</span></code>'s default constructor.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">fused_procedure</span><span class="special"><</span><span class="identifier">R</span><span class="special">>()</span></tt>
+ </p></td>
+<td><p>
+ Creates a fused function as described above, attempts to use <tt class="computeroutput"><span class="identifier">R</span></tt>'s default constructor.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Calls <code class="computeroutput"><span class="identifier">r</span></code> with the
- elements in <code class="computeroutput"><span class="identifier">s</span></code> as
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Calls <tt class="computeroutput"><span class="identifier">r</span></tt> with the
+ elements in <tt class="computeroutput"><span class="identifier">s</span></tt> as
its arguments.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.fused_procedure.example"></a><h5>
-<a name="id1292245"></a>
+<a name="id617967"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">class</span> <span class="identifier">SequenceOfSequences</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Func</span><span class="special">></span>
<span class="keyword">void</span> <span class="identifier">n_ary_for_each</span><span class="special">(</span><span class="identifier">SequenceOfSequences</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">,</span> <span class="identifier">Func</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">f</span><span class="special">)</span>
<span class="special">{</span>
- for_each
<span class="special">(</span>zip_view
<span class="special"><</span><span class="identifier">SequenceOfSequences</span><span class="special">>(</span><span class="identifier">s</span><span class="special">),</span>
+ for_each<span class="special">(</span>zip_view<span class="special"><</span><span class="identifier">SequenceOfSequences</span><span class="special">>(</span><span class="identifier">s</span><span class="special">),</span>
<span class="identifier">fused_procedure</span><span class="special"><</span><span class="identifier">Func</span> <span class="keyword">const</span> <span class="special">&>(</span><span class="identifier">f</span><span class="special">));</span>
<span class="special">}</span>
<span class="keyword">void</span> <span class="identifier">try_it</span><span class="special">()</span>
<span class="special">{</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
<span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">;</span>
- <span class="identifier">n_ary_for_each</span><span class="special">(</span>vector_tie
<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">_1</span> <span class="special">-=</span> <span class="identifier">_2</span><span class="special">);</span>
- <span class="identifier">assert</span><span class="special">(</span><span class="identifier">a</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">0.5f</span><span class="special">));</span>
+ <span class="identifier">n_ary_for_each</span><span class="special">(</span>vector_tie<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">_1</span> <span class="special">-=</span> <span class="identifier">_2</span><span class="special">);</span>
+ <span class="identifier">assert</span><span class="special">(</span><span class="identifier">a</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">0.5f</span><span class="special">));</span>
<span class="special">}</span>
</pre>
<a name="fusion.functional.adapters.fused_procedure.see_also"></a><h5>
-<a name="id1292782"></a>
+<a name="id618572"></a>
<a href="fused_procedure.html#fusion.functional.adapters.fused_procedure.see_also">See
also</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>fused
</li>
-<li>fused_function_object
</li>
+<li>fused</li>
+<li>fused_function_object</li>
<li><a href="../invocation/functions/invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">invoke_procedure</span></tt></a></li>
<li><a href="../generation/functions/mk_fused_proc.html" title="
- make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li>
+ make_fused_procedure"><tt class="computeroutput"><span class="identifier">make_fused_procedure</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/limits.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Limits</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapters.html" title=" Adapters">
-<link rel="prev" href="unfused_typed.html" title="unfused_typed">
+<link rel="previous" href="unfused_typed.html" title="unfused_typed">
<link rel="next" href="../generation.html" title="Generation">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="unfused_typed.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapters.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../generation.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.adapters.limits"></a>Limits</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.adapters.limits"></a>Limits
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.adapters.limits.header"></a><h5>
-<a name="id1316037"></a>
+<a name="id625055"></a>
<a href="limits.html#fusion.functional.adapters.limits.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">limits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.adapters.limits.macros"></a><h5>
-<a name="id1316129"></a>
+<a name="id625158"></a>
<a href="limits.html#fusion.functional.adapters.limits.macros">Macros</a>
</h5>
<p>
The following macros can be defined to change the maximum arity. The value
- used for these macros must not exceed <code class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></code>.
+ used for these macros must not exceed <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>.
The default is 6.
</p>
<div class="itemizedlist"><ul type="disc">
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>unfused</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapters.html" title=" Adapters">
-<link rel="prev" href="fused_function_object.html" title="fused_function_object">
+<link rel="previous" href="fused_function_object.html" title="fused_function_object">
<link rel="next" href="unfused_typed.html" title="unfused_typed">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="fused_function_object.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapters.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="unfused_typed.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.adapters.unfused"></a>unfused</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.adapters.unfused"></a>unfused
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.adapters.unfused.description"></a><h5>
-<a name="id1312214"></a>
+<a name="id620760"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.description">Description</a>
</h5>
<p>
@@ -42,7 +46,7 @@
</p>
<p>
The nullary overload of the call operator can be removed by setting the
- second template parameter to <code class="computeroutput"><span class="keyword">false</span></code>,
+ second template parameter to <tt class="computeroutput"><span class="keyword">false</span></tt>,
which is very useful if the result type computation would result in a compile
error, otherwise (nullary call operator's prototypes can't be templates
and thus are instantiated as early as the class template).
@@ -54,25 +58,25 @@
<p>
The type of the target function is allowed to be const qualified or a reference.
Const qualification is preserved and propagated appropriately. In other
- words, only const versions of <code class="literal">operator()</code> can be used
+ words, only const versions of <tt class="literal">operator()</tt> can be used
if the target function object is const - or, in case the target function
object is held by value, the adapter is const.
</p>
<a name="fusion.functional.adapters.unfused.header"></a><h5>
-<a name="id1312314"></a>
+<a name="id620869"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.adapters.unfused.synopsis"></a><h5>
-<a name="id1312406"></a>
+<a name="id620972"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Function</span><span class="special">,</span> <span class="keyword">bool</span> <span class="identifier">AllowNullary</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">unfused</span><span class="special">;</span>
</pre>
<a name="fusion.functional.adapters.unfused.template_parameters"></a><h5>
-<a name="id1312501"></a>
+<a name="id621078"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.template_parameters">Template
parameters</a>
</h5>
@@ -83,62 +87,44 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Function</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Function</span></tt>
+ </p></td>
+<td><p>
A unary <a href="../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">AllowNullary</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">AllowNullary</span></tt>
+ </p></td>
+<td><p>
Boolean constant
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
true
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.unfused.model_of"></a><h5>
-<a name="id1312635"></a>
+<a name="id621227"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.model_of">Model of</a>
</h5>
<div class="itemizedlist"><ul type="disc">
@@ -152,33 +138,33 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt></span></dt>
<dd><p>
A possibly const qualified, unary <a href="../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a> type or reference type thereof
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
- An object convertible to <code class="computeroutput"><span class="identifier">F</span></code>
+ An object convertible to <tt class="computeroutput"><span class="identifier">F</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">UL</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">UL</span></tt></span></dt>
<dd><p>
- The type <code class="computeroutput"><span class="identifier">unfused</span><span class="special"><</span><span class="identifier">F</span><span class="special">></span></code>
+ The type <tt class="computeroutput"><span class="identifier">unfused</span><span class="special"><</span><span class="identifier">F</span><span class="special">></span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">ul</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">ul</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">UL</span></code>,
- initialized with <code class="computeroutput"><span class="identifier">f</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">UL</span></tt>,
+ initialized with <tt class="computeroutput"><span class="identifier">f</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">a0</span></code>...<code class="computeroutput"><span class="identifier">aN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">a0</span></tt>...<tt class="computeroutput"><span class="identifier">aN</span></tt></span></dt>
<dd><p>
- Arguments to <code class="computeroutput"><span class="identifier">ul</span></code>
+ Arguments to <tt class="computeroutput"><span class="identifier">ul</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.functional.adapters.unfused.expression_semantics"></a><h5>
-<a name="id1312873"></a>
+<a name="id621496"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.expression_semantics">Expression
Semantics</a>
</h5>
@@ -188,61 +174,45 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">UL</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">UL</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Creates a fused function as described above, initializes the target
- function with <code class="computeroutput"><span class="identifier">f</span></code>.
- </p>
- </td>
+ function with <tt class="computeroutput"><span class="identifier">f</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">UL</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a fused function as described above, attempts to use <code class="computeroutput"><span class="identifier">F</span></code>'s default constructor.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">UL</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
+ Creates a fused function as described above, attempts to use <tt class="computeroutput"><span class="identifier">F</span></tt>'s default constructor.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">ul</span><span class="special">(</span><span class="identifier">a0</span></code>...<code class="computeroutput"><span class="identifier">aN</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Calls <code class="computeroutput"><span class="identifier">f</span></code> with a
+<td><p>
+ <tt class="computeroutput"><span class="identifier">ul</span><span class="special">(</span><span class="identifier">a0</span></tt>...<tt class="computeroutput"><span class="identifier">aN</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Calls <tt class="computeroutput"><span class="identifier">f</span></tt> with a
<a href="../../sequence.html" title="Sequence">Sequence</a> that contains references
- to the arguments <code class="computeroutput"><span class="identifier">a0</span></code>...<code class="computeroutput"><span class="identifier">aN</span></code>.
- </p>
- </td>
+ to the arguments <tt class="computeroutput"><span class="identifier">a0</span></tt>...<tt class="computeroutput"><span class="identifier">aN</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.unfused.example"></a><h5>
-<a name="id1313108"></a>
+<a name="id621760"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">fused_incrementer</span>
@@ -256,7 +226,7 @@
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Seq</span><span class="special">></span>
<span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">Seq</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">)</span> <span class="keyword">const</span>
<span class="special">{</span>
- for_each
<span class="special">(</span><span class="identifier">s</span><span class="special">,++</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_1</span><span class="special">);</span>
+ for_each<span class="special">(</span><span class="identifier">s</span><span class="special">,++</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_1</span><span class="special">);</span>
<span class="special">}</span>
<span class="special">};</span>
@@ -269,13 +239,13 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.adapters.unfused.see_also"></a><h5>
-<a name="id1313547"></a>
+<a name="id622256"></a>
<a href="unfused.html#fusion.functional.adapters.unfused.see_also">See also</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>unfused_typed
</li>
+<li>unfused_typed</li>
<li><a href="../generation/functions/mk_unfused.html" title="
- make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a></li>
+ make_unfused"><tt class="computeroutput"><span class="identifier">make_unfused</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>unfused_typed</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../adapters.html" title=" Adapters">
-<link rel="prev" href="unfused.html" title="unfused">
+<link rel="previous" href="unfused.html" title="unfused">
<link rel="next" href="limits.html" title="Limits">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="unfused.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adapters.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="limits.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.adapters.unfused_typed"></a>unfused_typed</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.adapters.unfused_typed"></a>unfused_typed
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.adapters.unfused_typed.description"></a><h5>
-<a name="id1313632"></a>
+<a name="id622348"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.description">Description</a>
</h5>
<p>
@@ -46,36 +50,36 @@
<p>
The type of the target function is allowed to be const qualified or a reference.
Const qualification is preserved and propagated appropriately (in other
- words, only const versions of <code class="literal">operator()</code> can be used
+ words, only const versions of <tt class="literal">operator()</tt> can be used
if the target function object is const - or, in case the target function
object is held by value, the adapter is const).
</p>
<div class="sidebar"><p>
- <span class="inlinemediaobject"><img src="../../../images/note.png" alt="note"></span> For Microsoft Visual C++ 7.1 (Visual Studio 2003)
+ <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span> For Microsoft Visual C++ 7.1 (Visual Studio 2003)
the detection of the Function Object's const qualification easily causes
an internal error. Therefore the adapter is always treated as if it was
const.
</p></div>
<div class="sidebar"><p>
- <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> If the type sequence passed to this template contains
+ <span class="inlinemediaobject"><img src="images/tip.png" alt="tip"></span> If the type sequence passed to this template contains
non-reference elements, the element is copied only once - the call operator's
signature is optimized automatically to avoid by-value parameters.
</p></div>
<a name="fusion.functional.adapters.unfused_typed.header"></a><h5>
-<a name="id1313766"></a>
+<a name="id622496"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">adapter</span><span class="special">/</span><span class="identifier">unfused_typed</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.adapters.unfused_typed.synopsis"></a><h5>
-<a name="id1313858"></a>
+<a name="id622599"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Function</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">unfused_typed</span><span class="special">;</span>
</pre>
<a name="fusion.functional.adapters.unfused_typed.template_parameters"></a><h5>
-<a name="id1313944"></a>
+<a name="id622694"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.template_parameters">Template
parameters</a>
</h5>
@@ -86,61 +90,43 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Function</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Function</span></tt>
+ </p></td>
+<td><p>
A unary <a href="../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A Sequence
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.unfused_typed.model_of"></a><h5>
-<a name="id1314083"></a>
+<a name="id622850"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.model_of">Model
of</a>
</h5>
@@ -155,38 +141,38 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt></span></dt>
<dd><p>
A possibly const qualified, unary <a href="../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a> type or reference type thereof
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
- An object convertible to <code class="computeroutput"><span class="identifier">F</span></code>
+ An object convertible to <tt class="computeroutput"><span class="identifier">F</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
A Sequence of parameter types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">UT</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">UT</span></tt></span></dt>
<dd><p>
- The type <code class="computeroutput"><span class="identifier">unfused_typed</span><span class="special"><</span><span class="identifier">F</span><span class="special">,</span><span class="identifier">S</span><span class="special">></span></code>
+ The type <tt class="computeroutput"><span class="identifier">unfused_typed</span><span class="special"><</span><span class="identifier">F</span><span class="special">,</span><span class="identifier">S</span><span class="special">></span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">ut</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">ut</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">UT</span></code>,
- initialized with <code class="computeroutput"><span class="identifier">f</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">UT</span></tt>,
+ initialized with <tt class="computeroutput"><span class="identifier">f</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">a0</span></code>...<code class="computeroutput"><span class="identifier">aN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">a0</span></tt>...<tt class="computeroutput"><span class="identifier">aN</span></tt></span></dt>
<dd><p>
- Arguments to <code class="computeroutput"><span class="identifier">ut</span></code>, convertible
- to the types in <code class="computeroutput"><span class="identifier">S</span></code>
+ Arguments to <tt class="computeroutput"><span class="identifier">ut</span></tt>, convertible
+ to the types in <tt class="computeroutput"><span class="identifier">S</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.functional.adapters.unfused_typed.expression_semantics"></a><h5>
-<a name="id1314370"></a>
+<a name="id623172"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.expression_semantics">Expression
Semantics</a>
</h5>
@@ -196,63 +182,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">UT</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">UT</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Creates a fused function as described above, initializes the target
- function with <code class="computeroutput"><span class="identifier">f</span></code>.
- </p>
- </td>
+ function with <tt class="computeroutput"><span class="identifier">f</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">UT</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a fused function as described above, attempts to use <code class="computeroutput"><span class="identifier">F</span></code>'s default constructor.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">UT</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
+ Creates a fused function as described above, attempts to use <tt class="computeroutput"><span class="identifier">F</span></tt>'s default constructor.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">ut</span><span class="special">(</span><span class="identifier">a0</span></code>...<code class="computeroutput"><span class="identifier">aN</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Calls <code class="computeroutput"><span class="identifier">f</span></code> with an
- instance of <code class="computeroutput"><span class="identifier">S</span></code> (or
- a subsequence of <code class="computeroutput"><span class="identifier">S</span></code>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">ut</span><span class="special">(</span><span class="identifier">a0</span></tt>...<tt class="computeroutput"><span class="identifier">aN</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Calls <tt class="computeroutput"><span class="identifier">f</span></tt> with an
+ instance of <tt class="computeroutput"><span class="identifier">S</span></tt> (or
+ a subsequence of <tt class="computeroutput"><span class="identifier">S</span></tt>
starting at the first element, if fewer arguments are given and
- the overload hasn't been disabled) initialized with <code class="computeroutput"><span class="identifier">a0</span></code>...<code class="computeroutput"><span class="identifier">aN</span></code>.
- </p>
- </td>
+ the overload hasn't been disabled) initialized with <tt class="computeroutput"><span class="identifier">a0</span></tt>...<tt class="computeroutput"><span class="identifier">aN</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.adapters.unfused_typed.example"></a><h5>
-<a name="id1314621"></a>
+<a name="id623454"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">add_assign</span> <span class="comment">// applies operator+=
@@ -320,13 +290,13 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.adapters.unfused_typed.see_also"></a><h5>
-<a name="id1315937"></a>
+<a name="id624945"></a>
<a href="unfused_typed.html#fusion.functional.adapters.unfused_typed.see_also">See also</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>unfused
</li>
-<li>deduce
</li>
-<li>deduce_sequence
</li>
+<li>unfused</li>
+<li>deduce</li>
+<li>deduce_sequence</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Concepts</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
-<link rel="prev" href="../functional.html" title="Functional">
+<link rel="previous" href="../functional.html" title="Functional">
<link rel="next" href="concepts/callable.html" title=" Callable Object">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../functional.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functional.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="concepts/callable.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.functional.concepts"></a>Concepts</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.functional.concepts"></a>Concepts
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"> Callable Object</span></dt>
<dt><span class="section"><a href="concepts/reg_callable.html"> Regular Callable
Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/callable.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> Callable Object</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="../concepts.html" title="Concepts">
+<link rel="previous" href="../concepts.html" title="Concepts">
<link rel="next" href="reg_callable.html" title=" Regular Callable
Object">
</head>
@@ -24,10 +24,14 @@
<a accesskey="p" href="../concepts.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reg_callable.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.concepts.callable"></a> Callable Object</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.concepts.callable"></a> Callable Object
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.concepts.callable.description"></a><h5>
-<a name="id1283178"></a>
+<a name="id607866"></a>
<a href="callable.html#fusion.functional.concepts.callable.description">Description</a>
</h5>
<p>
@@ -36,7 +40,7 @@
of a function call operator.
</p>
<a name="fusion.functional.concepts.callable.models"></a><h5>
-<a name="id1283206"></a>
+<a name="id607897"></a>
<a href="callable.html#fusion.functional.concepts.callable.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
@@ -51,7 +55,7 @@
</li>
</ul></div>
<a name="fusion.functional.concepts.callable.examples"></a><h5>
-<a name="id1283243"></a>
+<a name="id607938"></a>
<a href="callable.html#fusion.functional.concepts.callable.examples">Examples</a>
</h5>
<pre class="programlisting"><span class="special">&</span> <span class="identifier">a_free_function</span>
@@ -63,7 +67,7 @@
</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(),</span> <span class="identifier">_1</span><span class="special">,</span> <span class="number">5</span><span class="special">)</span>
<span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_1</span> <span class="special">+=</span> <span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_2</span><span class="special">;</span>
<span class="identifier">fusion</span><span class="special">::</span><a href="../generation/functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title> Deferred
Callable Object</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="reg_callable.html" title=" Regular Callable
+<link rel="previous" href="reg_callable.html" title=" Regular Callable
Object">
<link rel="next" href="poly.html" title=" Polymorphic Function
Object">
@@ -26,12 +26,16 @@
<a accesskey="p" href="reg_callable.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="poly.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.functional.concepts.def_callable"></a><a href="def_callable.html" title=" Deferred
Callable Object"> Deferred
- Callable Object</a></h4></div></div></div>
+ Callable Object</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.concepts.def_callable.description"></a><h5>
-<a name="id1284161"></a>
+<a name="id608961"></a>
<a href="def_callable.html#fusion.functional.concepts.def_callable.description">Description</a>
</h5>
<p>
@@ -40,48 +44,48 @@
to determine the result of a call.
</p>
<a name="fusion.functional.concepts.def_callable.refinement_of"></a><h5>
-<a name="id1284204"></a>
+<a name="id609006"></a>
<a href="def_callable.html#fusion.functional.concepts.def_callable.refinement_of">Refinement
of</a>
</h5>
<div class="itemizedlist"><ul type="disc"><li>Callable Object</li></ul></div>
<div class="sidebar"><p>
- note Once C++ supports the <code class="literal">decltype</code> keyword, all models
+ note Once C++ supports the <tt class="literal">decltype</tt> keyword, all models
of Callable Object
will also be models of <a href="def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a>, because function objects won't need client-side
- support for <code class="computeroutput"><span class="identifier">result_of</span></code>.
+ support for <tt class="computeroutput"><span class="identifier">result_of</span></tt>.
</p></div>
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt></span></dt>
<dd><p>
A possibly const qualified Deferred Callable Object type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt></span></dt>
<dd><p>
Argument types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">a1</span>
- <span class="special">...</span><span class="identifier">aN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">a1</span>
+ <span class="special">...</span><span class="identifier">aN</span></tt></span></dt>
<dd><p>
- Objects or references to objects with types <code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code>
+ Objects or references to objects with types <tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">T1</span>
- <span class="special">...</span><span class="identifier">TN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">T1</span>
+ <span class="special">...</span><span class="identifier">TN</span></tt></span></dt>
<dd><p>
- <code class="computeroutput"><span class="identifier">T</span></code>i is <code class="computeroutput"><span class="identifier">A</span></code>i <code class="computeroutput"><span class="special">&</span></code>
- if <code class="computeroutput"><span class="identifier">a</span></code>i is an LValue,
- same as <code class="computeroutput"><span class="identifier">A</span></code>i, otherwise
+ <tt class="computeroutput"><span class="identifier">T</span></tt>i is <tt class="computeroutput"><span class="identifier">A</span></tt>i <tt class="computeroutput"><span class="special">&</span></tt>
+ if <tt class="computeroutput"><span class="identifier">a</span></tt>i is an LValue,
+ same as <tt class="computeroutput"><span class="identifier">A</span></tt>i, otherwise
</p></dd>
</dl>
</div>
<a name="fusion.functional.concepts.def_callable.expression_requirements"></a><h5>
-<a name="id1284474"></a>
+<a name="id609308"></a>
<a href="def_callable.html#fusion.functional.concepts.def_callable.expression_requirements">Expression
requirements</a>
</h5>
@@ -91,35 +95,27 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Type
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- boost::result_of
<code class="computeroutput"><span class="special"><</span> <span class="identifier">F</span><span class="special">(</span><span class="identifier">T1</span>
- <span class="special">...</span><span class="identifier">TN</span><span class="special">)</span> <span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
- Result of a call with <code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code>-typed
+<td><p>
+ boost::result_of<tt class="computeroutput"><span class="special"><</span> <span class="identifier">F</span><span class="special">(</span><span class="identifier">T1</span>
+ <span class="special">...</span><span class="identifier">TN</span><span class="special">)</span> <span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
+ Result of a call with <tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt>-typed
arguments
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.concepts.def_callable.models"></a><h5>
-<a name="id1284637"></a>
+<a name="id609490"></a>
<a href="def_callable.html#fusion.functional.concepts.def_callable.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
@@ -133,7 +129,7 @@
</li>
</ul></div>
<a name="fusion.functional.concepts.def_callable.examples"></a><h5>
-<a name="id1284677"></a>
+<a name="id609536"></a>
<a href="def_callable.html#fusion.functional.concepts.def_callable.examples">Examples</a>
</h5>
<pre class="programlisting"><span class="special">&</span> <span class="identifier">a_free_function</span>
@@ -145,7 +141,7 @@
</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(),</span> <span class="identifier">_1</span><span class="special">,</span> <span class="number">5</span><span class="special">)</span>
<span class="comment">// Note: Boost.Lambda expressions don't work with __boost_result_of__
</span><span class="identifier">fusion</span><span class="special">::</span><a href="../generation/functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/poly.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title> Polymorphic Function
Object</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="def_callable.html" title=" Deferred
+<link rel="previous" href="def_callable.html" title=" Deferred
Callable Object">
<link rel="next" href="../invocation.html" title="Invocation">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="def_callable.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../invocation.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.functional.concepts.poly"></a><a href="poly.html" title=" Polymorphic Function
Object"> Polymorphic Function
- Object</a></h4></div></div></div>
+ Object</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.concepts.poly.description"></a><h5>
-<a name="id1284943"></a>
+<a name="id609834"></a>
<a href="poly.html#fusion.functional.concepts.poly.description">Description</a>
</h5>
<p>
@@ -39,7 +43,7 @@
Callable Object</a> type.
</p>
<a name="fusion.functional.concepts.poly.refinement_of"></a><h5>
-<a name="id1284978"></a>
+<a name="id609872"></a>
<a href="poly.html#fusion.functional.concepts.poly.refinement_of">Refinement
of</a>
</h5>
@@ -54,36 +58,36 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt></span></dt>
<dd><p>
A possibly const-qualified Polymorphic Function Object type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
An object or reference to an object of type F
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt></span></dt>
<dd><p>
Argument types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">a1</span>
- <span class="special">...</span><span class="identifier">aN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">a1</span>
+ <span class="special">...</span><span class="identifier">aN</span></tt></span></dt>
<dd><p>
- Objects or references to objects with types <code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code>
+ Objects or references to objects with types <tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">T1</span>
- <span class="special">...</span><span class="identifier">TN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">T1</span>
+ <span class="special">...</span><span class="identifier">TN</span></tt></span></dt>
<dd><p>
- <code class="computeroutput"><span class="identifier">T</span></code>i is <code class="computeroutput"><span class="identifier">A</span></code>i <code class="computeroutput"><span class="special">&</span></code>
- if <code class="computeroutput"><span class="identifier">a</span></code>i is an LValue,
- same as <code class="computeroutput"><span class="identifier">A</span></code>i, otherwise
+ <tt class="computeroutput"><span class="identifier">T</span></tt>i is <tt class="computeroutput"><span class="identifier">A</span></tt>i <tt class="computeroutput"><span class="special">&</span></tt>
+ if <tt class="computeroutput"><span class="identifier">a</span></tt>i is an LValue,
+ same as <tt class="computeroutput"><span class="identifier">A</span></tt>i, otherwise
</p></dd>
</dl>
</div>
<a name="fusion.functional.concepts.poly.expression_requirements"></a><h5>
-<a name="id1285235"></a>
+<a name="id610160"></a>
<a href="poly.html#fusion.functional.concepts.poly.expression_requirements">Expression
requirements</a>
</h5>
@@ -94,45 +98,33 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return Type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">a1</span><span class="special">,</span>
- <span class="special">...</span><span class="identifier">aN</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">result_of</span><span class="special"><</span>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">a1</span><span class="special">,</span>
+ <span class="special">...</span><span class="identifier">aN</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">result_of</span><span class="special"><</span>
<span class="identifier">F</span><span class="special">(</span><span class="identifier">T1</span><span class="special">,</span>
- <span class="special">...</span><span class="identifier">TN</span><span class="special">)</span> <span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+ <span class="special">...</span><span class="identifier">TN</span><span class="special">)</span> <span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Unspecified
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.concepts.poly.models"></a><h5>
-<a name="id1285413"></a>
+<a name="id610358"></a>
<a href="poly.html#fusion.functional.concepts.poly.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
@@ -147,7 +139,7 @@
</li>
</ul></div>
<a name="fusion.functional.concepts.poly.examples"></a><h5>
-<a name="id1285459"></a>
+<a name="id610410"></a>
<a href="poly.html#fusion.functional.concepts.poly.examples">Examples</a>
</h5>
<pre class="programlisting"><span class="special">&</span> <span class="identifier">a_free_function</span>
@@ -157,7 +149,7 @@
</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(),</span> <span class="identifier">_1</span><span class="special">,</span> <span class="number">5</span><span class="special">)</span>
<span class="comment">// Note: Boost.Lambda expressions don't work with __boost_result_of__
</span><span class="identifier">fusion</span><span class="special">::</span><a href="../generation/functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title> Regular Callable
Object</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="callable.html" title=" Callable Object">
+<link rel="previous" href="callable.html" title=" Callable Object">
<link rel="next" href="def_callable.html" title=" Deferred
Callable Object">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="callable.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="def_callable.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.functional.concepts.reg_callable"></a><a href="reg_callable.html" title=" Regular Callable
Object"> Regular Callable
- Object</a></h4></div></div></div>
+ Object</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.concepts.reg_callable.description"></a><h5>
-<a name="id1283542"></a>
+<a name="id608274"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.description">Description</a>
</h5>
<p>
@@ -39,7 +43,7 @@
can appear immediately to the left of a function call operator.
</p>
<a name="fusion.functional.concepts.reg_callable.refinement_of"></a><h5>
-<a name="id1283580"></a>
+<a name="id608315"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.refinement_of">Refinement
of</a>
</h5>
@@ -47,29 +51,29 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt></span></dt>
<dd><p>
A possibly const qualified Deferred Callable Object type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
An object or reference to an object of type F
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt></span></dt>
<dd><p>
Argument types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">a1</span>
- <span class="special">...</span><span class="identifier">aN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">a1</span>
+ <span class="special">...</span><span class="identifier">aN</span></tt></span></dt>
<dd><p>
- Objects or references to objects with types <code class="computeroutput"><span class="identifier">A1</span>
- <span class="special">...</span><span class="identifier">AN</span></code>
+ Objects or references to objects with types <tt class="computeroutput"><span class="identifier">A1</span>
+ <span class="special">...</span><span class="identifier">AN</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.functional.concepts.reg_callable.expression_requirements"></a><h5>
-<a name="id1283746"></a>
+<a name="id608500"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.expression_requirements">Expression
requirements</a>
</h5>
@@ -80,43 +84,31 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return Type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">a1</span><span class="special">,</span>
- <span class="special">...</span><span class="identifier">aN</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">a1</span><span class="special">,</span>
+ <span class="special">...</span><span class="identifier">aN</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Unspecified
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Unspecified
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.concepts.reg_callable.models"></a><h5>
-<a name="id1283868"></a>
+<a name="id608634"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
@@ -128,7 +120,7 @@
</li>
</ul></div>
<a name="fusion.functional.concepts.reg_callable.examples"></a><h5>
-<a name="id1283901"></a>
+<a name="id608671"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.examples">Examples</a>
</h5>
<pre class="programlisting"><span class="special">&</span> <span class="identifier">a_free_function</span>
@@ -138,7 +130,7 @@
</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(),</span> <span class="identifier">_1</span><span class="special">,</span> <span class="number">5</span><span class="special">)</span>
<span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_1</span> <span class="special">+=</span> <span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_2</span><span class="special">;</span>
<span class="identifier">fusion</span><span class="special">::</span><a href="../generation/functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special"><</span><span class="keyword">int</span><span class="special">>())</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Generation</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
-<link rel="prev" href="adapters/limits.html" title="Limits">
+<link rel="previous" href="adapters/limits.html" title="Limits">
<link rel="next" href="generation/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="adapters/limits.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functional.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="generation/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.functional.generation"></a>Generation</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.functional.generation"></a>Generation
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../generation.html" title="Generation">
-<link rel="prev" href="../generation.html" title="Generation">
+<link rel="previous" href="../generation.html" title="Generation">
<link rel="next" href="functions/mk_fused.html" title="
make_fused">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="../generation.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/mk_fused.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.generation.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.generation.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"><a href="functions/mk_fused.html">
make_fused</a></span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_fused</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="mk_fused_proc.html" title="
make_fused_procedure">
</head>
@@ -25,31 +25,35 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mk_fused_proc.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.functions.mk_fused"></a><a href="mk_fused.html" title="
make_fused">
- make_fused</a></h5></div></div></div>
+ make_fused</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.functions.mk_fused.description"></a><h6>
-<a name="id1316232"></a>
+<a name="id625269"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.description">Description</a>
</h6>
<p>
- Creates a fused
adapter for a given <a href="../../concepts/def_callable.html" title=" Deferred
+ Creates a fused adapter for a given <a href="../../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred Callable Object</a>.
The usual <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a> is applied to the target function.
</p>
<a name="fusion.functional.generation.functions.mk_fused.synopsis"></a><h6>
-<a name="id1316293"></a>
+<a name="id625335"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">></span>
<span class="keyword">inline</span> <span class="keyword">typename</span> <a href="../metafunctions/mk_fused.html" title="
- make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+ make_fused"><tt class="computeroutput"><span class="identifier">make_fused</span></tt></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_fused</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused.parameters"></a><h6>
-<a name="id1316428"></a>
+<a name="id625487"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -59,87 +63,75 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function to transform.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.generation.functions.mk_fused.expression_semantics"></a><h6>
-<a name="id1316534"></a>
+<a name="id625602"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_fused</span><span class="special">(</span><span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A specialization of fused
.
+ <span class="bold"><b>Return type</b></span>: A specialization of fused.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a fused
adapter for <code class="computeroutput"><span class="identifier">f</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a fused adapter for <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.functional.generation.functions.mk_fused.header"></a><h6>
-<a name="id1316642"></a>
+<a name="id625724"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused.example"></a><h6>
-<a name="id1316790"></a>
+<a name="id625890"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">float</span> <span class="identifier">sub</span><span class="special">(</span><span class="keyword">float</span> <span class="identifier">a</span><span class="special">,</span> <span class="keyword">float</span> <span class="identifier">b</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">return</span> <span class="identifier">a</span> <span class="special">-</span> <span class="identifier">b</span><span class="special">;</span> <span class="special">}</span>
<span class="keyword">void</span> <span class="identifier">try_it</span><span class="special">()</span>
<span class="special">{</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">c</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span><span class="number">0.5f</span><span class="special">);</span>
- <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> transform
<span class="special">(</span>zip
<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">make_fused</span><span class="special">(&</span> <span class="identifier">sub</span><span class="special">)));</span>
- <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> transform
<span class="special">(</span>zip
<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">make_fused</span><span class="special">(</span>std::minus
<span class="special"><</span><span class="keyword">float</span><span class="special">>())));<
/span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">c</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span><span class="number">0.5f</span><span class="special">);</span>
+ <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> transform<span class="special">(</span>zip<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">make_fused</span><span class="special">(&</span> <span class="identifier">sub</span><span class="special">)));</span>
+ <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> transform<span class="special">(</span>zip<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">make_fused</span><span class="special">(</span>std::minus<span class="special"><</span><span class="keyword">float</span><span class="special">>())));</span>
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused.see_also"></a><h6>
-<a name="id1317323"></a>
+<a name="id626490"></a>
<a href="mk_fused.html#fusion.functional.generation.functions.mk_fused.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>fused
</li>
-<li>deduce
</li>
+<li>fused</li>
+<li>deduce</li>
<li><a href="../metafunctions/mk_fused.html" title="
- make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li>
+ make_fused"><tt class="computeroutput"><span class="identifier">make_fused</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_fused_function_object</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="mk_fused_proc.html" title="
+<link rel="previous" href="mk_fused_proc.html" title="
make_fused_procedure">
<link rel="next" href="mk_unfused.html" title="
make_unfused">
@@ -26,32 +26,36 @@
<a accesskey="p" href="mk_fused_proc.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mk_unfused.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.functions.mk_fused_fobj"></a><a href="mk_fused_fobj.html" title="
make_fused_function_object">
- make_fused_function_object</a></h5></div></div></div>
+ make_fused_function_object</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.functions.mk_fused_fobj.description"></a><h6>
-<a name="id1318328"></a>
+<a name="id627605"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.description">Description</a>
</h6>
<p>
- Creates a fused_function_object
adapter
+ Creates a fused_function_object adapter
for a given <a href="../../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a>. The usual <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a> is applied to the target function.
</p>
<a name="fusion.functional.generation.functions.mk_fused_fobj.synopsis"></a><h6>
-<a name="id1318390"></a>
+<a name="id627674"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">></span>
<span class="keyword">inline</span> <span class="keyword">typename</span> <a href="../metafunctions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_fused_function_object</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused_fobj.parameters"></a><h6>
-<a name="id1318525"></a>
+<a name="id627825"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -61,65 +65,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function to transform.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.generation.functions.mk_fused_fobj.expression_semantics"></a><h6>
-<a name="id1318630"></a>
+<a name="id627938"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_fused_function_object</span><span class="special">(</span><span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A specialization of fused_function_object
.
+ <span class="bold"><b>Return type</b></span>: A specialization of fused_function_object.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a fused_function_object
adapter
- for <code class="computeroutput"><span class="identifier">f</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a fused_function_object adapter
+ for <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.functional.generation.functions.mk_fused_fobj.header"></a><h6>
-<a name="id1318740"></a>
+<a name="id628062"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused_fobj.example"></a><h6>
-<a name="id1318889"></a>
+<a name="id628230"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">sub</span>
@@ -140,22 +132,22 @@
<span class="keyword">void</span> <span class="identifier">try_it</span><span class="special">()</span>
<span class="special">{</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">c</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">0.5f</span><span class="special">);</span>
- <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> transform
<span class="special">(</span>zip
<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">make_fused_function_object</span><span class="special">(</span><span class="identifier">sub</span><span class="special">())));</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">2.0f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">b</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1.5f</span><span class="special">);</span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">></span> <span class="identifier">c</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">0.5f</span><span class="special">);</span>
+ <span class="identifier">assert</span><span class="special">(</span><span class="identifier">c</span> <span class="special">==</span> transform<span class="special">(</span>zip<span class="special">(</span><span class="identifier">a</span><span class="special">,</span><span class="identifier">b</span><span class="special">),</span> <span class="identifier">make_fused_function_object</span><span class="special">(</span><span class="identifier">sub</span><span class="special">())));</span>
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused_fobj.see_also"></a><h6>
-<a name="id1319542"></a>
+<a name="id628966"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.functions.mk_fused_fobj.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>fused_function_object
</li>
-<li>deduce
</li>
+<li>fused_function_object</li>
+<li>deduce</li>
<li><a href="../metafunctions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_fused_procedure</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="mk_fused.html" title="
+<link rel="previous" href="mk_fused.html" title="
make_fused">
<link rel="next" href="mk_fused_fobj.html" title="
make_fused_function_object">
@@ -26,32 +26,36 @@
<a accesskey="p" href="mk_fused.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mk_fused_fobj.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.functions.mk_fused_proc"></a><a href="mk_fused_proc.html" title="
make_fused_procedure">
- make_fused_procedure</a></h5></div></div></div>
+ make_fused_procedure</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.functions.mk_fused_proc.description"></a><h6>
-<a name="id1317427"></a>
+<a name="id626602"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.description">Description</a>
</h6>
<p>
- Creates a fused_procedure
adapter for
+ Creates a fused_procedure adapter for
a given <a href="../../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a>. The usual <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a> applied to the target function.
</p>
<a name="fusion.functional.generation.functions.mk_fused_proc.synopsis"></a><h6>
-<a name="id1317488"></a>
+<a name="id626669"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">></span>
<span class="keyword">inline</span> <span class="keyword">typename</span> <a href="../metafunctions/mk_fused_proc.html" title="
- make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+ make_fused_procedure"><tt class="computeroutput"><span class="identifier">make_fused_procedure</span></tt></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_fused_procedure</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused_proc.parameters"></a><h6>
-<a name="id1317624"></a>
+<a name="id626821"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -61,81 +65,69 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/callable.html" title=" Callable Object">Callable
Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function to transform.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.generation.functions.mk_fused_proc.expression_semantics"></a><h6>
-<a name="id1317730"></a>
+<a name="id626934"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_fused_procedure</span><span class="special">(</span><span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A specialization of fused_procedure
.
+ <span class="bold"><b>Return type</b></span>: A specialization of fused_procedure.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a fused_procedure
adapter for
- <code class="computeroutput"><span class="identifier">f</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a fused_procedure adapter for
+ <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.functional.generation.functions.mk_fused_proc.header"></a><h6>
-<a name="id1317837"></a>
+<a name="id627056"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused_proc.example"></a><h6>
-<a name="id1317985"></a>
+<a name="id627223"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
<span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">;</span>
<span class="identifier">make_fused_procedure</span><span class="special">(</span><span class="identifier">_1</span> <span class="special">+=</span> <span class="identifier">_2</span> <span class="special">-</span> <span class="identifier">_3</span><span class="special">)(</span><span class="identifier">v</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>front
<span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>front<span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
</pre>
<a name="fusion.functional.generation.functions.mk_fused_proc.see_also"></a><h6>
-<a name="id1318223"></a>
+<a name="id627490"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.functions.mk_fused_proc.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>fused_procedure
</li>
-<li>deduce
</li>
+<li>fused_procedure</li>
+<li>deduce</li>
<li><a href="../metafunctions/mk_fused_proc.html" title="
- make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li>
+ make_fused_procedure"><tt class="computeroutput"><span class="identifier">make_fused_procedure</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_unfused</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="mk_fused_fobj.html" title="
+<link rel="previous" href="mk_fused_fobj.html" title="
make_fused_function_object">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
@@ -25,32 +25,36 @@
<a accesskey="p" href="mk_fused_fobj.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.functions.mk_unfused"></a><a href="mk_unfused.html" title="
make_unfused">
- make_unfused</a></h5></div></div></div>
+ make_unfused</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.functions.mk_unfused.description"></a><h6>
-<a name="id1319645"></a>
+<a name="id629079"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.description">Description</a>
</h6>
<p>
- Creates a unfused
adapter for a given,
+ Creates a unfused adapter for a given,
unary <a href="../../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic Function
Object</a>. The usual <a href="../../../notes.html#fusion.notes.element_conversion"><span class="emphasis"><em>element
conversion</em></span></a> is applied to the target function.
</p>
<a name="fusion.functional.generation.functions.mk_unfused.synopsis"></a><h6>
-<a name="id1319706"></a>
+<a name="id629146"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">F</span><span class="special">></span>
<span class="keyword">inline</span> <span class="keyword">typename</span> <a href="../metafunctions/mk_unfused.html" title="
- make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
+ make_unfused"><tt class="computeroutput"><span class="identifier">make_unfused</span></tt></a><span class="special"><</span><span class="identifier">F</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">make_unfused</span><span class="special">(</span><span class="identifier">F</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">f</span><span class="special">);</span>
</pre>
<a name="fusion.functional.generation.functions.mk_unfused.parameters"></a><h6>
-<a name="id1319841"></a>
+<a name="id629296"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -60,64 +64,52 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function to transform.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.functional.generation.functions.mk_unfused.expression_semantics"></a><h6>
-<a name="id1319946"></a>
+<a name="id629413"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">make_unfused</span><span class="special">(</span><span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A specialization of unfused
.
+ <span class="bold"><b>Return type</b></span>: A specialization of unfused.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns a unfused
adapter for <code class="computeroutput"><span class="identifier">f</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns a unfused adapter for <tt class="computeroutput"><span class="identifier">f</span></tt>.
</p>
<a name="fusion.functional.generation.functions.mk_unfused.header"></a><h6>
-<a name="id1320054"></a>
+<a name="id629534"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.functions.mk_unfused.example"></a><h6>
-<a name="id1320202"></a>
+<a name="id629701"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">fused_incrementer</span>
@@ -131,7 +123,7 @@
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Seq</span><span class="special">></span>
<span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">Seq</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">)</span> <span class="keyword">const</span>
<span class="special">{</span>
- for_each
<span class="special">(</span><span class="identifier">s</span><span class="special">,++</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_1</span><span class="special">);</span>
+ for_each<span class="special">(</span><span class="identifier">s</span><span class="special">,++</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">::</span><span class="identifier">_1</span><span class="special">);</span>
<span class="special">}</span>
<span class="special">};</span>
@@ -143,15 +135,15 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.functions.mk_unfused.see_also"></a><h6>
-<a name="id1320621"></a>
+<a name="id630174"></a>
<a href="mk_unfused.html#fusion.functional.generation.functions.mk_unfused.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>unfused
</li>
-<li>deduce
</li>
+<li>unfused</li>
+<li>deduce</li>
<li><a href="../metafunctions/mk_unfused.html" title="
- make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a></li>
+ make_unfused"><tt class="computeroutput"><span class="identifier">make_unfused</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../generation.html" title="Generation">
-<link rel="prev" href="functions/mk_unfused.html" title="
+<link rel="previous" href="functions/mk_unfused.html" title="
make_unfused">
<link rel="next" href="metafunctions/mk_fused.html" title="
make_fused">
@@ -25,8 +25,12 @@
<a accesskey="p" href="functions/mk_unfused.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/mk_fused.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.generation.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.generation.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"><a href="metafunctions/mk_fused.html">
make_fused</a></span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_fused</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="mk_fused_proc.html" title="
make_fused_procedure">
</head>
@@ -25,27 +25,31 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mk_fused_proc.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.metafunctions.mk_fused"></a><a href="mk_fused.html" title="
make_fused">
- make_fused</a></h5></div></div></div>
+ make_fused</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.metafunctions.mk_fused.description"></a><h6>
-<a name="id1320742"></a>
+<a name="id630305"></a>
<a href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/mk_fused.html" title="
- make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a>.
+ make_fused"><tt class="computeroutput"><span class="identifier">make_fused</span></tt></a>.
</p>
<a name="fusion.functional.generation.metafunctions.mk_fused.header"></a><h6>
-<a name="id1320786"></a>
+<a name="id630353"></a>
<a href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_fused.synopsis"></a><h6>
-<a name="id1320934"></a>
+<a name="id630521"></a>
<a href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -58,12 +62,12 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_fused.see_also"></a><h6>
-<a name="id1321051"></a>
+<a name="id630652"></a>
<a href="mk_fused.html#fusion.functional.generation.metafunctions.mk_fused.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc"><li><a href="../functions/mk_fused.html" title="
- make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li></ul></div>
+ make_fused"><tt class="computeroutput"><span class="identifier">make_fused</span></tt></a></li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_fused_function_object</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="mk_fused_proc.html" title="
+<link rel="previous" href="mk_fused_proc.html" title="
make_fused_procedure">
<link rel="next" href="mk_unfused.html" title="
make_unfused">
@@ -26,27 +26,31 @@
<a accesskey="p" href="mk_fused_proc.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mk_unfused.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.metafunctions.mk_fused_fobj"></a><a href="mk_fused_fobj.html" title="
make_fused_function_object">
- make_fused_function_object</a></h5></div></div></div>
+ make_fused_function_object</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.metafunctions.mk_fused_fobj.description"></a><h6>
-<a name="id1321497"></a>
+<a name="id631138"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a>.
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a>.
</p>
<a name="fusion.functional.generation.metafunctions.mk_fused_fobj.header"></a><h6>
-<a name="id1321540"></a>
+<a name="id631185"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_fused_fobj.synopsis"></a><h6>
-<a name="id1321690"></a>
+<a name="id631353"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -59,12 +63,12 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_fused_fobj.see_also"></a><h6>
-<a name="id1321808"></a>
+<a name="id631484"></a>
<a href="mk_fused_fobj.html#fusion.functional.generation.metafunctions.mk_fused_fobj.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc"><li><a href="../functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li></ul></div>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a></li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_fused_procedure</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="mk_fused.html" title="
+<link rel="previous" href="mk_fused.html" title="
make_fused">
<link rel="next" href="mk_fused_fobj.html" title="
make_fused_function_object">
@@ -26,27 +26,31 @@
<a accesskey="p" href="mk_fused.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mk_fused_fobj.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.metafunctions.mk_fused_proc"></a><a href="mk_fused_proc.html" title="
make_fused_procedure">
- make_fused_procedure</a></h5></div></div></div>
+ make_fused_procedure</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.metafunctions.mk_fused_proc.description"></a><h6>
-<a name="id1321117"></a>
+<a name="id630721"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/mk_fused_proc.html" title="
- make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a>.
+ make_fused_procedure"><tt class="computeroutput"><span class="identifier">make_fused_procedure</span></tt></a>.
</p>
<a name="fusion.functional.generation.metafunctions.mk_fused_proc.header"></a><h6>
-<a name="id1321161"></a>
+<a name="id630769"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_fused_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_fused_proc.synopsis"></a><h6>
-<a name="id1321312"></a>
+<a name="id630937"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -59,12 +63,12 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_fused_proc.see_also"></a><h6>
-<a name="id1321430"></a>
+<a name="id631069"></a>
<a href="mk_fused_proc.html#fusion.functional.generation.metafunctions.mk_fused_proc.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc"><li><a href="../functions/mk_fused_proc.html" title="
- make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li></ul></div>
+ make_fused_procedure"><tt class="computeroutput"><span class="identifier">make_fused_procedure</span></tt></a></li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
make_unfused</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="mk_fused_fobj.html" title="
+<link rel="previous" href="mk_fused_fobj.html" title="
make_fused_function_object">
<link rel="next" href="../../../notes.html" title="Notes">
</head>
@@ -25,27 +25,31 @@
<a accesskey="p" href="mk_fused_fobj.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../../notes.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.generation.metafunctions.mk_unfused"></a><a href="mk_unfused.html" title="
make_unfused">
- make_unfused</a></h5></div></div></div>
+ make_unfused</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.generation.metafunctions.mk_unfused.description"></a><h6>
-<a name="id1321875"></a>
+<a name="id631554"></a>
<a href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/mk_unfused.html" title="
- make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a>.
+ make_unfused"><tt class="computeroutput"><span class="identifier">make_unfused</span></tt></a>.
</p>
<a name="fusion.functional.generation.metafunctions.mk_unfused.header"></a><h6>
-<a name="id1321918"></a>
+<a name="id631603"></a>
<a href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">make_unfused</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_unfused.synopsis"></a><h6>
-<a name="id1322067"></a>
+<a name="id631769"></a>
<a href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -58,12 +62,12 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.generation.metafunctions.mk_unfused.see_also"></a><h6>
-<a name="id1322183"></a>
+<a name="id631900"></a>
<a href="mk_unfused.html#fusion.functional.generation.metafunctions.mk_unfused.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc"><li><a href="../functions/mk_unfused.html" title="
- make_unfused"><code class="computeroutput"><span class="identifier">make_unfused</span></code></a></li></ul></div>
+ make_unfused"><tt class="computeroutput"><span class="identifier">make_unfused</span></tt></a></li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Invocation</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functional.html" title="Functional">
-<link rel="prev" href="concepts/poly.html" title=" Polymorphic Function
+<link rel="previous" href="concepts/poly.html" title=" Polymorphic Function
Object">
<link rel="next" href="invocation/functions.html" title="Functions">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="concepts/poly.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functional.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="invocation/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.functional.invocation"></a>Invocation</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.functional.invocation"></a>Invocation
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../invocation.html" title="Invocation">
-<link rel="prev" href="../invocation.html" title="Invocation">
+<link rel="previous" href="../invocation.html" title="Invocation">
<link rel="next" href="functions/invoke.html" title="invoke">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../invocation.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../invocation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/invoke.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.invocation.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.invocation.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">invoke</span></dt>
<dt><span class="section"><a href="functions/invoke_proc.html">
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>invoke</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="invoke_proc.html" title="
invoke_procedure">
</head>
@@ -24,10 +24,14 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="invoke_proc.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.functional.invocation.functions.invoke"></a>invoke</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.functional.invocation.functions.invoke"></a>invoke
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.functions.invoke.description"></a><h6>
-<a name="id1285720"></a>
+<a name="id610701"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.description">Description</a>
</h6>
<p>
@@ -42,33 +46,33 @@
<p>
If the target function is a pointer to a class members, the corresponding
object can be specified as a reference, pointer, or smart pointer. In
- case of the latter, a freestanding <code class="literal">get_pointer</code> function
- must be defined (Boost provides this function for <code class="literal">std::auto_ptr</code>
- and boost::shared_ptr
).
+ case of the latter, a freestanding <tt class="literal">get_pointer</tt> function
+ must be defined (Boost provides this function for <tt class="literal">std::auto_ptr</tt>
+ and boost::shared_ptr).
</p>
<p>
Constructors can be called applying Boost.Functional/Factory.
</p>
<a name="fusion.functional.invocation.functions.invoke.synopsis"></a><h6>
-<a name="id1285823"></a>
+<a name="id610814"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">,</span>
<span class="keyword">class</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::invoke
<span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::invoke<span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">invoke</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
<span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Function</span><span class="special">,</span>
<span class="keyword">class</span> <span class="identifier">Sequence</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::invoke
<span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::invoke<span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">invoke</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
</pre>
<a name="fusion.functional.invocation.functions.invoke.parameters"></a><h6>
-<a name="id1286154"></a>
+<a name="id611189"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -78,106 +82,88 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
A <a href="../../concepts/def_callable.html" title=" Deferred
Callable Object">Deferred
Callable Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function to call.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
A <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The arguments.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.invocation.functions.invoke.expression_semantics"></a><h6>
-<a name="id1286300"></a>
+<a name="id611349"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">invoke</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span><span class="identifier">s</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Return type of <code class="computeroutput"><span class="identifier">f</span></code> when invoked with the elements in
- <code class="computeroutput"><span class="identifier">s</span></code> as its arguments.
+ <span class="bold"><b>Return type</b></span>: Return type of <tt class="computeroutput"><span class="identifier">f</span></tt> when invoked with the elements in
+ <tt class="computeroutput"><span class="identifier">s</span></tt> as its arguments.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Invokes <code class="computeroutput"><span class="identifier">f</span></code>
- with the elements in <code class="computeroutput"><span class="identifier">s</span></code>
+ <span class="bold"><b>Semantics</b></span>: Invokes <tt class="computeroutput"><span class="identifier">f</span></tt>
+ with the elements in <tt class="computeroutput"><span class="identifier">s</span></tt>
as arguments and returns the result of the call expression.
</p>
<a name="fusion.functional.invocation.functions.invoke.header"></a><h6>
-<a name="id1286418"></a>
+<a name="id611482"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">invoke</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.invocation.functions.invoke.example"></a><h6>
-<a name="id1286510"></a>
+<a name="id611585"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.example">Example</a>
</h6>
-<pre class="programlisting">std::plus
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">add</span><span class="special">;</span>
-<span class="identifier">assert</span><span class="special">(</span><span class="identifier">invoke</span><span class="special">(</span><span class="identifier">add</span><span class="special">,</span>make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1</span><span class="special">))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
+<pre class="programlisting">std::plus<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">add</span><span class="special">;</span>
+<span class="identifier">assert</span><span class="special">(</span><span class="identifier">invoke</span><span class="special">(</span><span class="identifier">add</span><span class="special">,</span>make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">1</span><span class="special">))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
</pre>
<a name="fusion.functional.invocation.functions.invoke.see_also"></a><h6>
-<a name="id1286660"></a>
+<a name="id611752"></a>
<a href="invoke.html#fusion.functional.invocation.functions.invoke.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
<li><a href="invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">invoke_procedure</span></tt></a></li>
<li><a href="invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
-<li>result_of::invoke
</li>
-<li>fused
</li>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">invoke_function_object</span></tt></a></li>
+<li>result_of::invoke</li>
+<li>fused</li>
<li><a href="../../generation/functions/mk_fused.html" title="
- make_fused"><code class="computeroutput"><span class="identifier">make_fused</span></code></a></li>
+ make_fused"><tt class="computeroutput"><span class="identifier">make_fused</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
invoke_function_object</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="invoke_proc.html" title="
+<link rel="previous" href="invoke_proc.html" title="
invoke_procedure">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="invoke_proc.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.invocation.functions.invoke_fobj"></a><a href="invoke_fobj.html" title="
invoke_function_object">
- invoke_function_object</a></h5></div></div></div>
+ invoke_function_object</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.functions.invoke_fobj.description"></a><h6>
-<a name="id1287955"></a>
+<a name="id613192"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.description">Description</a>
</h6>
<p>
@@ -46,7 +50,7 @@
Constructors can be called applying Boost.Functional/Factory.
</p>
<a name="fusion.functional.invocation.functions.invoke_fobj.synopsis"></a><h6>
-<a name="id1288015"></a>
+<a name="id613255"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -54,7 +58,7 @@
<span class="keyword">class</span> <span class="identifier">Sequence</span>
<span class="special">></span>
<span class="keyword">typename</span> <a href="../metafunctions/invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></code></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></tt></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">invoke_function_object</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
<span class="keyword">template</span><span class="special"><</span>
@@ -62,11 +66,11 @@
<span class="keyword">class</span> <span class="identifier">Sequence</span>
<span class="special">></span>
<span class="keyword">typename</span> <a href="../metafunctions/invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></code></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></tt></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">invoke_function_object</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
</pre>
<a name="fusion.functional.invocation.functions.invoke_fobj.parameters"></a><h6>
-<a name="id1288347"></a>
+<a name="id613632"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -76,87 +80,69 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/poly.html" title=" Polymorphic Function
Object">Polymorphic
Function Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function object to call.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The arguments.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.invocation.functions.invoke_fobj.expression_semantics"></a><h6>
-<a name="id1288493"></a>
+<a name="id613793"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">invoke_function_object</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span><span class="identifier">s</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Return type of <code class="computeroutput"><span class="identifier">f</span></code> when invoked with the elements in
- <code class="computeroutput"><span class="identifier">s</span></code> as its arguments.
+ <span class="bold"><b>Return type</b></span>: Return type of <tt class="computeroutput"><span class="identifier">f</span></tt> when invoked with the elements in
+ <tt class="computeroutput"><span class="identifier">s</span></tt> as its arguments.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Invokes <code class="computeroutput"><span class="identifier">f</span></code>
- with the elements in <code class="computeroutput"><span class="identifier">s</span></code>
+ <span class="bold"><b>Semantics</b></span>: Invokes <tt class="computeroutput"><span class="identifier">f</span></tt>
+ with the elements in <tt class="computeroutput"><span class="identifier">s</span></tt>
as arguments and returns the result of the call expression.
</p>
<a name="fusion.functional.invocation.functions.invoke_fobj.header"></a><h6>
-<a name="id1288612"></a>
+<a name="id613926"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">invoke_function_object</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.invocation.functions.invoke_fobj.example"></a><h6>
-<a name="id1288705"></a>
+<a name="id614031"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">sub</span>
@@ -178,23 +164,23 @@
<span class="keyword">void</span> <span class="identifier">try_it</span><span class="special">()</span>
<span class="special">{</span>
<span class="identifier">sub</span> <span class="identifier">f</span><span class="special">;</span>
- <span class="identifier">assert</span><span class="special">(</span><span class="identifier">f</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">1</span><span class="special">)</span> <span class="special">==</span> <span class="identifier">invoke_function_object</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span>make_vector
<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">1</span><span class="special">)));</span>
+ <span class="identifier">assert</span><span class="special">(</span><span class="identifier">f</span><span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">1</span><span class="special">)</span> <span class="special">==</span> <span class="identifier">invoke_function_object</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span>make_vector<span class="special">(</span><span class="number">2</span><span class="special">,</span><span class="number">1</span><span class="special">)));</span>
<span class="special">}</span>
</pre>
<a name="fusion.functional.invocation.functions.invoke_fobj.see_also"></a><h6>
-<a name="id1289189"></a>
+<a name="id614578"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.functions.invoke_fobj.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>invoke
</li>
+<li>invoke</li>
<li><a href="invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">invoke_procedure</span></tt></a></li>
<li><a href="../metafunctions/invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></code></a></li>
-<li>fused_function_object
</li>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_function_object</span></tt></a></li>
+<li>fused_function_object</li>
<li><a href="../../generation/functions/mk_fused_fobj.html" title="
- make_fused_function_object"><code class="computeroutput"><span class="identifier">make_fused_function_object</span></code></a></li>
+ make_fused_function_object"><tt class="computeroutput"><span class="identifier">make_fused_function_object</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
invoke_procedure</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="invoke.html" title="invoke">
+<link rel="previous" href="invoke.html" title="invoke">
<link rel="next" href="invoke_fobj.html" title="
invoke_function_object">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="invoke.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="invoke_fobj.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.invocation.functions.invoke_proc"></a><a href="invoke_proc.html" title="
invoke_procedure">
- invoke_procedure</a></h5></div></div></div>
+ invoke_procedure</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.functions.invoke_proc.description"></a><h6>
-<a name="id1286817"></a>
+<a name="id611923"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.description">Description</a>
</h6>
<p>
@@ -45,8 +49,8 @@
<p>
For pointers to class members corresponding object can be specified as
a reference, pointer, or smart pointer. In case of the latter, a freestanding
- <code class="literal">get_pointer</code> function must be defined (Boost provides
- this function for <code class="literal">std::auto_ptr</code> and boost::shared_ptr
).
+ <tt class="literal">get_pointer</tt> function must be defined (Boost provides
+ this function for <tt class="literal">std::auto_ptr</tt> and boost::shared_ptr).
</p>
<p>
The target function must not be a pointer to a member object (dereferencing
@@ -54,7 +58,7 @@
isn't implemented).
</p>
<a name="fusion.functional.invocation.functions.invoke_proc.synopsis"></a><h6>
-<a name="id1286916"></a>
+<a name="id612032"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -62,7 +66,7 @@
<span class="keyword">class</span> <span class="identifier">Sequence</span>
<span class="special">></span>
<span class="keyword">typename</span> <a href="../metafunctions/invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></code></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></tt></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">invoke_procedure</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
<span class="keyword">template</span><span class="special"><</span>
@@ -70,11 +74,11 @@
<span class="keyword">class</span> <span class="identifier">Sequence</span>
<span class="special">></span>
<span class="keyword">typename</span> <a href="../metafunctions/invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></code></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></tt></a><span class="special"><</span><span class="identifier">Function</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">invoke_procedure</span><span class="special">(</span><span class="identifier">Function</span> <span class="identifier">f</span><span class="special">,</span> <span class="identifier">Sequence</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
</pre>
<a name="fusion.functional.invocation.functions.invoke_proc.parameters"></a><h6>
-<a name="id1287246"></a>
+<a name="id612407"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -84,106 +88,88 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/callable.html" title=" Callable Object">Callable
Object</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The function to call.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The arguments.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.functional.invocation.functions.invoke_proc.expression_semantics"></a><h6>
-<a name="id1287392"></a>
+<a name="id612565"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">invoke_procedure</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span><span class="identifier">s</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">void</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">void</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Invokes <code class="computeroutput"><span class="identifier">f</span></code>
- with the elements in <code class="computeroutput"><span class="identifier">s</span></code>
+ <span class="bold"><b>Semantics</b></span>: Invokes <tt class="computeroutput"><span class="identifier">f</span></tt>
+ with the elements in <tt class="computeroutput"><span class="identifier">s</span></tt>
as arguments.
</p>
<a name="fusion.functional.invocation.functions.invoke_proc.header"></a><h6>
-<a name="id1287498"></a>
+<a name="id612683"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">booost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">invoke_procedure</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.invocation.functions.invoke_proc.example"></a><h6>
-<a name="id1287590"></a>
+<a name="id612786"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
<span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">lambda</span><span class="special">;</span>
<span class="identifier">invoke_procedure</span><span class="special">(</span><span class="identifier">_1</span> <span class="special">+=</span> <span class="identifier">_2</span><span class="special">,</span> <span class="identifier">v</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>front
<span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>front<span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
<a name="fusion.functional.invocation.functions.invoke_proc.see_also"></a><h6>
-<a name="id1287801"></a>
+<a name="id613023"></a>
<a href="invoke_proc.html#fusion.functional.invocation.functions.invoke_proc.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>invoke
</li>
+<li>invoke</li>
<li><a href="invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">invoke_function_object</span></tt></a></li>
<li><a href="../metafunctions/invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></code></a></li>
-<li>fused_procedure
</li>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">invoke_procedure</span></tt></a></li>
+<li>fused_procedure</li>
<li><a href="../../generation/functions/mk_fused_proc.html" title="
- make_fused_procedure"><code class="computeroutput"><span class="identifier">make_fused_procedure</span></code></a></li>
+ make_fused_procedure"><tt class="computeroutput"><span class="identifier">make_fused_procedure</span></tt></a></li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/limits.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Limits</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../invocation.html" title="Invocation">
-<link rel="prev" href="metafunctions/invoke_fobj.html" title="
+<link rel="previous" href="metafunctions/invoke_fobj.html" title="
invoke_function_object">
<link rel="next" href="../adapters.html" title=" Adapters">
</head>
@@ -24,16 +24,20 @@
<a accesskey="p" href="metafunctions/invoke_fobj.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../invocation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../adapters.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.invocation.limits"></a>Limits</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.invocation.limits"></a>Limits
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.limits.header"></a><h5>
-<a name="id1290151"></a>
+<a name="id615635"></a>
<a href="limits.html#fusion.functional.invocation.limits.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">invocation</span><span class="special">/</span><span class="identifier">limits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.functional.invocation.limits.macros"></a><h5>
-<a name="id1290242"></a>
+<a name="id615737"></a>
<a href="limits.html#fusion.functional.invocation.limits.macros">Macros</a>
</h5>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../invocation.html" title="Invocation">
-<link rel="prev" href="functions/invoke_fobj.html" title="
+<link rel="previous" href="functions/invoke_fobj.html" title="
invoke_function_object">
<link rel="next" href="metafunctions/invoke.html" title="invoke">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="functions/invoke_fobj.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../invocation.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/invoke.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.functional.invocation.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.functional.invocation.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">invoke</span></dt>
<dt><span class="section"><a href="metafunctions/invoke_proc.html">
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>invoke</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="invoke_proc.html" title="
invoke_procedure">
</head>
@@ -24,17 +24,21 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="invoke_proc.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.functional.invocation.metafunctions.invoke"></a>invoke</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.functional.invocation.metafunctions.invoke"></a>invoke
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.metafunctions.invoke.description"></a><h6>
-<a name="id1289362"></a>
+<a name="id614767"></a>
<a href="invoke.html#fusion.functional.invocation.metafunctions.invoke.description">Description</a>
</h6>
<p>
- Returns the result type of invoke
.
+ Returns the result type of invoke.
</p>
<a name="fusion.functional.invocation.metafunctions.invoke.synopsis"></a><h6>
-<a name="id1289405"></a>
+<a name="id614814"></a>
<a href="invoke.html#fusion.functional.invocation.metafunctions.invoke.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -50,13 +54,13 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.invocation.metafunctions.invoke.see_also"></a><h6>
-<a name="id1289539"></a>
+<a name="id614964"></a>
<a href="invoke.html#fusion.functional.invocation.metafunctions.invoke.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
-<li>invoke
</li>
-<li>fused
</li>
+<li>invoke</li>
+<li>fused</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
invoke_function_object</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="invoke_proc.html" title="
+<link rel="previous" href="invoke_proc.html" title="
invoke_procedure">
<link rel="next" href="../limits.html" title="Limits">
</head>
@@ -25,20 +25,24 @@
<a accesskey="p" href="invoke_proc.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../limits.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.invocation.metafunctions.invoke_fobj"></a><a href="invoke_fobj.html" title="
invoke_function_object">
- invoke_function_object</a></h5></div></div></div>
+ invoke_function_object</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.metafunctions.invoke_fobj.description"></a><h6>
-<a name="id1289888"></a>
+<a name="id615343"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.metafunctions.invoke_fobj.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a>.
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">invoke_function_object</span></tt></a>.
</p>
<a name="fusion.functional.invocation.metafunctions.invoke_fobj.synopsis"></a><h6>
-<a name="id1289931"></a>
+<a name="id615392"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.metafunctions.invoke_fobj.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -54,14 +58,14 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.invocation.metafunctions.invoke_fobj.see_also"></a><h6>
-<a name="id1290066"></a>
+<a name="id615542"></a>
<a href="invoke_fobj.html#fusion.functional.invocation.metafunctions.invoke_fobj.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
<li><a href="../functions/invoke_fobj.html" title="
- invoke_function_object"><code class="computeroutput"><span class="identifier">invoke_function_object</span></code></a></li>
-<li>fused_function_object
</li>
+ invoke_function_object"><tt class="computeroutput"><span class="identifier">invoke_function_object</span></tt></a></li>
+<li>fused_function_object</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html (original)
+++ trunk/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>
invoke_procedure</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="invoke.html" title="invoke">
+<link rel="previous" href="invoke.html" title="invoke">
<link rel="next" href="invoke_fobj.html" title="
invoke_function_object">
</head>
@@ -25,20 +25,24 @@
<a accesskey="p" href="invoke.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="invoke_fobj.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.functional.invocation.metafunctions.invoke_proc"></a><a href="invoke_proc.html" title="
invoke_procedure">
- invoke_procedure</a></h5></div></div></div>
+ invoke_procedure</a>
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.functional.invocation.metafunctions.invoke_proc.description"></a><h6>
-<a name="id1289625"></a>
+<a name="id615055"></a>
<a href="invoke_proc.html#fusion.functional.invocation.metafunctions.invoke_proc.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a>.
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">invoke_procedure</span></tt></a>.
</p>
<a name="fusion.functional.invocation.metafunctions.invoke_proc.synopsis"></a><h6>
-<a name="id1289668"></a>
+<a name="id615103"></a>
<a href="invoke_proc.html#fusion.functional.invocation.metafunctions.invoke_proc.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -54,14 +58,14 @@
<span class="special">}</span>
</pre>
<a name="fusion.functional.invocation.metafunctions.invoke_proc.see_also"></a><h6>
-<a name="id1289802"></a>
+<a name="id615253"></a>
<a href="invoke_proc.html#fusion.functional.invocation.metafunctions.invoke_proc.see_also">See
also</a>
</h6>
<div class="itemizedlist"><ul type="disc">
<li><a href="../functions/invoke_proc.html" title="
- invoke_procedure"><code class="computeroutput"><span class="identifier">invoke_procedure</span></code></a></li>
-<li>fused_procedure
</li>
+ invoke_procedure"><tt class="computeroutput"><span class="identifier">invoke_procedure</span></tt></a></li>
+<li>fused_procedure</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/introduction.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/introduction.html (original)
+++ trunk/libs/fusion/doc/html/fusion/introduction.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Introduction</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="preface.html" title="Preface">
+<link rel="previous" href="preface.html" title="Preface">
<link rel="next" href="quick_start.html" title="Quick Start">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,15 +23,19 @@
<a accesskey="p" href="preface.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="quick_start.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.introduction"></a>Introduction</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.introduction"></a>Introduction
+</h2></div></div>
+<div></div>
+</div>
<p>
An advantage other languages such as Python and Lisp/ Scheme, ML and Haskell,
etc., over C++ is the ability to have heterogeneous containers that can hold
arbitrary element types. All the containers in the standard library can only
- hold a specific type. A <code class="computeroutput"><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span></code>
- can only hold <code class="computeroutput"><span class="keyword">int</span></code>s. A <code class="computeroutput"><span class="identifier">list</span><span class="special"><</span><span class="identifier">X</span><span class="special">></span></code> can
- only hold elements of type <code class="computeroutput"><span class="identifier">X</span></code>,
+ hold a specific type. A <tt class="computeroutput"><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span></tt>
+ can only hold <tt class="computeroutput"><span class="keyword">int</span></tt>s. A <tt class="computeroutput"><span class="identifier">list</span><span class="special"><</span><span class="identifier">X</span><span class="special">></span></tt> can
+ only hold elements of type <tt class="computeroutput"><span class="identifier">X</span></tt>,
and so on.
</p>
<p>
@@ -41,8 +45,8 @@
on virtual functions to provide polymorphic behavior since the actual type
is erased as soon as you store a pointer to a derived class to a pointer to
its base. The held objects must be related: you cannot hold objects of unrelated
- types such as <code class="computeroutput"><span class="keyword">char</span></code>, <code class="computeroutput"><span class="keyword">int</span></code>, <code class="computeroutput"><span class="keyword">class</span>
- <span class="identifier">X</span></code>, <code class="computeroutput"><span class="keyword">float</span></code>,
+ types such as <tt class="computeroutput"><span class="keyword">char</span></tt>, <tt class="computeroutput"><span class="keyword">int</span></tt>, <tt class="computeroutput"><span class="keyword">class</span>
+ <span class="identifier">X</span></tt>, <tt class="computeroutput"><span class="keyword">float</span></tt>,
etc. Oh sure you can use something like Boost.Any
to hold arbitrary types, but then you pay more in terms of runtime costs and
due to the fact that you practically erased all type information, you'll have
@@ -51,7 +55,7 @@
<p>
The Boost.Tuple
library written by <a href="http://www.boost.org/people/jaakko_jarvi.htm" target="_top">Jaakko
- Jarvi</a> provides heterogeneous containers in C++. The <code class="computeroutput"><span class="identifier">tuple</span></code>
+ Jarvi</a> provides heterogeneous containers in C++. The <tt class="computeroutput"><span class="identifier">tuple</span></tt>
is a basic data structure that can hold heterogeneous types. It's a good first
step, but it's not complete. What's missing are the algorithms. It's nice that
we can store and retrieve data to and from tuples, pass them around as arguments
@@ -89,23 +93,23 @@
fusion algorithms are functional in nature such that algorithms are non mutating
(no side effects). However, due to the high cost of returning full sequences
such as vectors and lists, <span class="emphasis"><em>Views</em></span> are returned from Fusion
- algorithms instead. For example, the transform
algorithm does not actually
- return a transformed version of the original sequence. transform
returns a transform_view
. This view holds a
+ algorithms instead. For example, the transform algorithm does not actually
+ return a transformed version of the original sequence. transform returns a transform_view. This view holds a
reference to the original sequence plus the transform function. Iteration over
- the transform_view
+ the transform_view
will apply the transform function over the sequence elements on demand. This
<span class="emphasis"><em>lazy</em></span> evaluation scheme allows us to chain as many algorithms
as we want without incurring a high runtime penalty.
</p>
<p>
The <span class="emphasis"><em>lazy</em></span> evaluation scheme where algorithms return views
- allows operations such as push_back
to be totally generic. In
- Fusion, push_back
is actually a generic algorithm
- that works on all sequences. Given an input sequence <code class="computeroutput"><span class="identifier">s</span></code>
- and a value <code class="computeroutput"><span class="identifier">x</span></code>, Fusion's push_back
algorithm simply returns
- a joint_view
:
- a view that holds a reference to the original sequence <code class="computeroutput"><span class="identifier">s</span></code>
- and the value <code class="computeroutput"><span class="identifier">x</span></code>. Functions
+ allows operations such as push_back to be totally generic. In
+ Fusion, push_back is actually a generic algorithm
+ that works on all sequences. Given an input sequence <tt class="computeroutput"><span class="identifier">s</span></tt>
+ and a value <tt class="computeroutput"><span class="identifier">x</span></tt>, Fusion's push_back algorithm simply returns
+ a joint_view:
+ a view that holds a reference to the original sequence <tt class="computeroutput"><span class="identifier">s</span></tt>
+ and the value <tt class="computeroutput"><span class="identifier">x</span></tt>. Functions
that were once sequence specific and need to be implemented N times over N
different sequences are now implemented only once.
</p>
@@ -116,7 +120,7 @@
sequences are fully compatible with Fusion. You can work with Fusion sequences
on MPL if you
wish to work solely on types
- <sup>[<a name="id935225" href="#ftn.id935225">1</a>]</sup>
+ <sup>[<a name="id353636" href="#ftn.id353636">1</a>]</sup>
. In MPL, Fusion
sequences follow MPL's
sequence-type preserving semantics (i.e. algorithms preserve the original sequence
@@ -131,7 +135,7 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id935225" href="#id935225">1</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id353636" href="#id353636">1</a>] </sup>
Choose MPL
over fusion when doing pure type calculations. Once the static type calculation
is finished, you can instantiate a fusion sequence (see Conversion)
Modified: trunk/libs/fusion/doc/html/fusion/iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Iterator</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="support/pair.html" title="pair">
+<link rel="previous" href="support/pair.html" title="pair">
<link rel="next" href="iterator/concepts.html" title="Concepts">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="support/pair.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="iterator/concepts.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.iterator"></a>Iterator</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.iterator"></a>Iterator
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Concepts</span></dt>
<dd><dl>
@@ -74,7 +78,7 @@
<a href="sequence.html" title="Sequence">Sequence</a>.
</p>
<a name="fusion.iterator.header"></a><h3>
-<a name="id963410"></a>
+<a name="id420243"></a>
<a href="iterator.html#fusion.iterator.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Concepts</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../iterator.html" title="Iterator">
-<link rel="prev" href="../iterator.html" title="Iterator">
+<link rel="previous" href="../iterator.html" title="Iterator">
<link rel="next" href="concepts/forward_iterator.html" title="Forward
Iterator">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="../iterator.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="concepts/forward_iterator.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.iterator.concepts"></a>Concepts</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.iterator.concepts"></a>Concepts
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"><a href="concepts/forward_iterator.html">Forward
Iterator</a></span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Bidirectional
Iterator</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="forward_iterator.html" title="Forward
+<link rel="previous" href="forward_iterator.html" title="Forward
Iterator">
<link rel="next" href="random_access_iterator.html" title="Random
Access Iterator">
@@ -26,12 +26,16 @@
<a accesskey="p" href="forward_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="random_access_iterator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.iterator.concepts.bidirectional_iterator"></a><a href="bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a></h4></div></div></div>
+ Iterator</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.concepts.bidirectional_iterator.description"></a><h5>
-<a name="id966191"></a>
+<a name="id423367"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.description">Description</a>
</h5>
<p>
@@ -41,27 +45,27 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">i</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">i</span></tt></span></dt>
<dd><p>
A Bidirectional Iterator
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">I</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">I</span></tt></span></dt>
<dd><p>
A Bidirectional Iterator type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">M</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">M</span></tt></span></dt>
<dd><p>
An MPL
integral constant
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">N</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">N</span></tt></span></dt>
<dd><p>
An integral constant
</p></dd>
</dl>
</div>
<a name="fusion.iterator.concepts.bidirectional_iterator.refinement_of"></a><h5>
-<a name="id966322"></a>
+<a name="id423512"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.refinement_of">Refinement
of</a>
</h5>
@@ -70,7 +74,7 @@
Iterator">Forward Iterator</a>
</p>
<a name="fusion.iterator.concepts.bidirectional_iterator.expression_requirements"></a><h5>
-<a name="id966358"></a>
+<a name="id423550"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_requirements">Expression
requirements</a>
</h5>
@@ -86,103 +90,73 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">next
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">next<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">prior
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">prior<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance_c
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">advance_c<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance
<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">advance<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.iterator.concepts.bidirectional_iterator.meta_expressions"></a><h5>
-<a name="id966697"></a>
+<a name="id423932"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.meta_expressions">Meta
Expressions</a>
</h5>
@@ -192,32 +166,24 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput">result_of::prior
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::prior<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.iterator.concepts.bidirectional_iterator.expression_semantics"></a><h5>
-<a name="id966819"></a>
+<a name="id424065"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_semantics">Expression
Semantics</a>
</h5>
@@ -233,32 +199,24 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput">prior
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator to the element preceding <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">prior<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator to the element preceding <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.iterator.concepts.bidirectional_iterator.invariants"></a><h5>
-<a name="id966945"></a>
+<a name="id424207"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.invariants">Invariants</a>
</h5>
<p>
@@ -267,43 +225,43 @@
Iterator</a>, the following invariants always hold:
</p>
<div class="itemizedlist"><ul type="disc">
-<li><code class="computeroutput">prior
<span class="special">(</span>next
<span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">i</span> <span class="special">&&</span> prior
<span class="special">(</span>next
<span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <a href="../functions/next.html" title="next"><code class="computeroutput"><span class="identifier">next</s
pan></code></a><span class="special">(</span>prior
<span class="special">(</span><span class="identifier">i</span><span class="special">))</span></code></li>
-<li><code class="computeroutput">prior
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> advance_c
<span class="special"><-</span><span class="number">1</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code></li>
+<li><tt class="computeroutput">prior<span class="special">(</span>next<span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">i</span> <span class="special">&&</span> prior<span class="special">(</span>next<span class="special">(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> next<span c
lass="special">(</span>prior<span class="special">(</span><span class="identifier">i</span><span class="special">))</span></tt></li>
+<li><tt class="computeroutput">prior<span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> advance_c<span class="special"><-</span><span class="number">1</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt></li>
<li>
- Using <code class="computeroutput">prior
</code> to traverse a sequence
+ Using <tt class="computeroutput">prior</tt> to traverse a sequence
will never return a previously seen position
</li>
</ul></div>
<a name="fusion.iterator.concepts.bidirectional_iterator.models"></a><h5>
-<a name="id967242"></a>
+<a name="id424544"></a>
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
<li>
-std::pair
+std::pair
iterator
</li>
<li>
-boost::array
+boost::array
iterator
</li>
<li>
-vector
+vector
iterator
</li>
<li>
-iterator_range
+iterator_range
(where adapted sequence is a <a href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>)
</li>
<li>
-transform_view
+transform_view
(where adapted sequence is a <a href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>)
</li>
-<li>reverse_view
</li>
+<li>reverse_view</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Forward
Iterator</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="../concepts.html" title="Concepts">
+<link rel="previous" href="../concepts.html" title="Concepts">
<link rel="next" href="bidirectional_iterator.html" title="Bidirectional
Iterator">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="../concepts.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="bidirectional_iterator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.iterator.concepts.forward_iterator"></a><a href="forward_iterator.html" title="Forward
Iterator">Forward
- Iterator</a></h4></div></div></div>
+ Iterator</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.concepts.forward_iterator.description"></a><h5>
-<a name="id963621"></a>
+<a name="id420480"></a>
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.description">Description</a>
</h5>
<p>
@@ -41,29 +45,29 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="identifier">j</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="identifier">j</span></tt></span></dt>
<dd><p>
Forward Iterators
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">I</span></code>,
- <code class="computeroutput"><span class="identifier">J</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">I</span></tt>,
+ <tt class="computeroutput"><span class="identifier">J</span></tt></span></dt>
<dd><p>
Forward Iterator types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">M</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">M</span></tt></span></dt>
<dd><p>
An MPL
integral constant
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">N</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">N</span></tt></span></dt>
<dd><p>
An integral constant
</p></dd>
</dl>
</div>
<a name="fusion.iterator.concepts.forward_iterator.expression_requirements"></a><h5>
-<a name="id963774"></a>
+<a name="id420650"></a>
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_requirements">Expression
requirements</a>
</h5>
@@ -78,173 +82,119 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">next
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">next<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
- <span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
+ <span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Convertible to bool
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span> <span class="special">!=</span>
- <span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span> <span class="special">!=</span>
+ <span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Convertible to bool
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance_c
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">advance_c<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance
<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">advance<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">distance
<span class="special">(</span><span class="identifier">i</span><span class="special">,</span>
- <span class="identifier">j</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">result_of::distance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
- <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">distance<span class="special">(</span><span class="identifier">i</span><span class="special">,</span>
+ <span class="identifier">j</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">result_of::distance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
+ <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">deref
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">deref<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput">result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="special">*</span><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
+ <tt class="computeroutput">result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.iterator.concepts.forward_iterator.meta_expressions"></a><h5>
-<a name="id964432"></a>
+<a name="id421390"></a>
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.meta_expressions">Meta
Expressions</a>
</h5>
@@ -254,108 +204,76 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::next
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::next<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::equal_to
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
- <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::equal_to<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
+ <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::advance_c
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
- <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::advance_c<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
+ <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Linear
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::advance
<span class="special"><</span><span class="identifier">I</span> <span class="special">,</span><span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::advance<span class="special"><</span><span class="identifier">I</span> <span class="special">,</span><span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Linear
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::distance
<span class="special"><</span><span class="identifier">I</span> <span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::distance<span class="special"><</span><span class="identifier">I</span> <span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Linear
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::value_of
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::value_of<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.iterator.concepts.forward_iterator.expression_semantics"></a><h5>
-<a name="id964965"></a>
+<a name="id421989"></a>
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_semantics">Expression
Semantics</a>
</h5>
@@ -365,200 +283,164 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">next
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator to the element following <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
- <span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">next<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator to the element following <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
+ <span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Iterator equality comparison
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span> <span class="special">!=</span>
- <span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span> <span class="special">!=</span>
+ <span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Iterator inequality comparison
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance_c
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator n elements after <code class="computeroutput"><span class="identifier">i</span></code>
+<td><p>
+ <tt class="computeroutput">advance_c<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator n elements after <tt class="computeroutput"><span class="identifier">i</span></tt>
in the sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance
<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Equivalent to <code class="computeroutput"><span class="identifier">advance_c</span><span class="special"><</span><span class="identifier">M</span><span class="special">::</span><span class="identifier">value</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput">distance
<span class="special">(</span><span class="identifier">i</span><span class="special">,</span>
- <span class="identifier">j</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The number of elements between <code class="computeroutput"><span class="identifier">i</span></code>
- and <code class="computeroutput"><span class="identifier">j</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput">deref
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The element at position<code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
- Equivalent to <code class="computeroutput"><span class="identifier">deref</span><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">advance<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Equivalent to <tt class="computeroutput"><span class="identifier">advance_c</span><span class="special"><</span><span class="identifier">M</span><span class="special">::</span><span class="identifier">value</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput">distance<span class="special">(</span><span class="identifier">i</span><span class="special">,</span>
+ <span class="identifier">j</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The number of elements between <tt class="computeroutput"><span class="identifier">i</span></tt>
+ and <tt class="computeroutput"><span class="identifier">j</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput">deref<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The element at position<tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="special">*</span><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
+ Equivalent to <tt class="computeroutput"><span class="identifier">deref</span><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.iterator.concepts.forward_iterator.invariants"></a><h5>
-<a name="id965503"></a>
+<a name="id422595"></a>
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.invariants">Invariants</a>
</h5>
<p>
The following invariants always hold:
</p>
<div class="itemizedlist"><ul type="disc">
-<li><code class="computeroutput"><span class="special">!(</span><span class="identifier">i</span>
- <span class="special">==</span> <span class="identifier">j</span><span class="special">)</span> <span class="special">==</span> <span class="special">(</span><span class="identifier">i</span> <span class="special">!=</span> <span class="identifier">j</span><span class="special">)</span></code></li>
-<li><code class="computeroutput">next
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> advance_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code></li>
-<li><code class="computeroutput">distance
<span class="special">(</span><span class="identifier">i</span><span class="special">,</span> advance_c
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">N</span></code></li>
+<li><tt class="computeroutput"><span class="special">!(</span><span class="identifier">i</span>
+ <span class="special">==</span> <span class="identifier">j</span><span class="special">)</span> <span class="special">==</span> <span class="special">(</span><span class="identifier">i</span> <span class="special">!=</span> <span class="identifier">j</span><span class="special">)</span></tt></li>
+<li><tt class="computeroutput">next<span class="special">(</span><span class="identifier">i</span><span class="special">)</span> <span class="special">==</span> advance_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt></li>
+<li><tt class="computeroutput">distance<span class="special">(</span><span class="identifier">i</span><span class="special">,</span> advance_c<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">))</span> <span class="special">==</span> <span class="identifier">N</span></tt></li>
<li>
- Using <code class="computeroutput">next
</code> to traverse the
+ Using <tt class="computeroutput">next</tt> to traverse the
sequence will never return to a previously seen position
</li>
<li>
-<code class="computeroutput">deref
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code> is equivalent to <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code>
+<tt class="computeroutput">deref<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt> is equivalent to <tt class="computeroutput"><span class="special">*</span><span class="identifier">i</span></tt>
</li>
<li>
- If <code class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
- <span class="identifier">j</span></code> then <code class="computeroutput"><span class="special">*</span><span class="identifier">i</span></code> is equivalent to <code class="computeroutput"><span class="special">*</span><span class="identifier">j</span></code>
+ If <tt class="computeroutput"><span class="identifier">i</span> <span class="special">==</span>
+ <span class="identifier">j</span></tt> then <tt class="computeroutput"><span class="special">*</span><span class="identifier">i</span></tt> is equivalent to <tt class="computeroutput"><span class="special">*</span><span class="identifier">j</span></tt>
</li>
</ul></div>
<a name="fusion.iterator.concepts.forward_iterator.models"></a><h5>
-<a name="id965878"></a>
+<a name="id423019"></a>
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
<li>
-std::pair
+std::pair
iterator
</li>
<li>
-boost::array
+boost::array
iterator
</li>
<li>
-vector
+vector
iterator
</li>
<li>
-cons
+cons
iterator
</li>
<li>
-list
+list
iterator
</li>
<li>
-set
+set
iterator
</li>
<li>
-map
+map
iterator
</li>
<li>
-single_view
+single_view
iterator
</li>
<li>
-filter_view
+filter_view
iterator
</li>
<li>
-iterator_range
+iterator_range
iterator
</li>
<li>
-joint_view
+joint_view
iterator
</li>
<li>
-transform_view
+transform_view
iterator
</li>
<li>
-reverse_view
+reverse_view
iterator
</li>
</ul></div>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Random
Access Iterator</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="bidirectional_iterator.html" title="Bidirectional
+<link rel="previous" href="bidirectional_iterator.html" title="Bidirectional
Iterator">
<link rel="next" href="../functions.html" title="Functions">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="bidirectional_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.iterator.concepts.random_access_iterator"></a><a href="random_access_iterator.html" title="Random
Access Iterator">Random
- Access Iterator</a></h4></div></div></div>
+ Access Iterator</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.concepts.random_access_iterator.description"></a><h5>
-<a name="id967434"></a>
+<a name="id424758"></a>
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.description">Description</a>
</h5>
<p>
@@ -41,29 +45,29 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="identifier">j</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="identifier">j</span></tt></span></dt>
<dd><p>
Random Access Iterators
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">I</span></code>,
- <code class="computeroutput"><span class="identifier">J</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">I</span></tt>,
+ <tt class="computeroutput"><span class="identifier">J</span></tt></span></dt>
<dd><p>
Random Access Iterator types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">M</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">M</span></tt></span></dt>
<dd><p>
An MPL
integral constant
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">N</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">N</span></tt></span></dt>
<dd><p>
An integral constant
</p></dd>
</dl>
</div>
<a name="fusion.iterator.concepts.random_access_iterator.refinement_of"></a><h5>
-<a name="id967586"></a>
+<a name="id424927"></a>
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.refinement_of">Refinement
of</a>
</h5>
@@ -73,7 +77,7 @@
Iterator</a>
</p>
<a name="fusion.iterator.concepts.random_access_iterator.expression_requirements"></a><h5>
-<a name="id967624"></a>
+<a name="id424965"></a>
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.expression_requirements">Expression
requirements</a>
</h5>
@@ -89,103 +93,73 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">next
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">next<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">prior
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">prior<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance_c
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">advance_c<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">advance
<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">advance<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.iterator.concepts.random_access_iterator.meta_expressions"></a><h5>
-<a name="id967962"></a>
+<a name="id425345"></a>
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.meta_expressions">Meta
Expressions</a>
</h5>
@@ -195,89 +169,73 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::advance_c
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
- <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::advance_c<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
+ <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::advance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
- <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::advance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span>
+ <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::distance
<span class="special"><</span><span class="identifier">I</span> <span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::distance<span class="special"><</span><span class="identifier">I</span> <span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.iterator.concepts.random_access_iterator.models"></a><h5>
-<a name="id968231"></a>
+<a name="id425649"></a>
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
<li>
-vector
+vector
iterator
</li>
<li>
-std::pair
+std::pair
iterator
</li>
<li>
-boost::array
+boost::array
iterator
</li>
<li>
-iterator_range
+iterator_range
iterator (where adapted sequence is a <a href="../../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>)
</li>
<li>
-transform_view
+transform_view
iterator (where adapted sequence is a <a href="../../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>)
</li>
<li>
-reverse_view
+reverse_view
iterator (where adapted sequence is a <a href="../../sequence/concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>)
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../iterator.html" title="Iterator">
-<link rel="prev" href="concepts/random_access_iterator.html" title="Random
+<link rel="previous" href="concepts/random_access_iterator.html" title="Random
Access Iterator">
<link rel="next" href="functions/deref.html" title="deref">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="concepts/random_access_iterator.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/deref.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.iterator.functions"></a>Functions</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.iterator.functions"></a>Functions
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">deref</span></dt>
<dt><span class="section">next</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/advance.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>advance</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="distance.html" title="distance">
+<link rel="previous" href="distance.html" title="distance">
<link rel="next" href="advance_c.html" title="advance_c">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,27 +23,31 @@
<a accesskey="p" href="distance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance_c.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.functions.advance"></a>advance</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.functions.advance"></a>advance
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.functions.advance.description"></a><h5>
-<a name="id971840"></a>
+<a name="id429708"></a>
<a href="advance.html#fusion.iterator.functions.advance.description">Description</a>
</h5>
<p>
Moves an iterator by a specified distance.
</p>
<a name="fusion.iterator.functions.advance.synopsis"></a><h5>
-<a name="id971865"></a>
+<a name="id429736"></a>
<a href="advance.html#fusion.iterator.functions.advance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">M</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::advance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">advance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::advance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">advance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id972017"></a><p class="title"><b>Table 1.6. Parameters</b></p>
+<a name="id429907"></a><p class="title"><b>Table 1.6. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,98 +55,80 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Iterator to move relative to
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Number of positions to move
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.iterator.functions.advance.expression_semantics"></a><h5>
-<a name="id972146"></a>
+<a name="id430051"></a>
<a href="advance.html#fusion.iterator.functions.advance.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">advance
<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">);</span>
+<pre class="programlisting">advance<span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- element <code class="computeroutput"><span class="identifier">M</span></code> positions from
- <code class="computeroutput"><span class="identifier">i</span></code>. If <code class="computeroutput"><span class="identifier">i</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ element <tt class="computeroutput"><span class="identifier">M</span></tt> positions from
+ <tt class="computeroutput"><span class="identifier">i</span></tt>. If <tt class="computeroutput"><span class="identifier">i</span></tt>
is a <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> then <code class="computeroutput"><span class="identifier">M</span></code>
+ Iterator</a> then <tt class="computeroutput"><span class="identifier">M</span></tt>
may be negative.
</p>
<a name="fusion.iterator.functions.advance.header"></a><h5>
-<a name="id972291"></a>
+<a name="id430212"></a>
<a href="advance.html#fusion.iterator.functions.advance.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.functions.advance.example"></a><h5>
-<a name="id972428"></a>
+<a name="id430366"></a>
<a href="advance.html#fusion.iterator.functions.advance.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>advance
<span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">2</span><span class="special">></span> <span class="special">>(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>advance<span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">2</span><span class="special">></span> <span class="special">>(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>advance_c</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="advance.html" title="advance">
+<link rel="previous" href="advance.html" title="advance">
<link rel="next" href="../operator.html" title="Operator">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,27 +23,31 @@
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.functions.advance_c"></a>advance_c</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.functions.advance_c"></a>advance_c
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.functions.advance_c.description"></a><h5>
-<a name="id972689"></a>
+<a name="id430660"></a>
<a href="advance_c.html#fusion.iterator.functions.advance_c.description">Description</a>
</h5>
<p>
Moves an iterator by a specified distance.
</p>
<a name="fusion.iterator.functions.advance_c.synopsis"></a><h5>
-<a name="id972715"></a>
+<a name="id430689"></a>
<a href="advance_c.html#fusion.iterator.functions.advance_c.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
<span class="keyword">int</span> <span class="identifier">N</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::advance_c
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">advance_c</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::advance_c<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">advance_c</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id972866"></a><p class="title"><b>Table 1.7. Parameters</b></p>
+<a name="id430859"></a><p class="title"><b>Table 1.7. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,97 +55,79 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Iterator to move relative to
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
Integer constant
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Number of positions to move
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.iterator.functions.advance_c.expression_semantics"></a><h5>
-<a name="id972990"></a>
+<a name="id430997"></a>
<a href="advance_c.html#fusion.iterator.functions.advance_c.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">advance_c
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">);</span>
+<pre class="programlisting">advance_c<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- element <code class="computeroutput"><span class="identifier">N</span></code> positions from
- <code class="computeroutput"><span class="identifier">i</span></code>. If <code class="computeroutput"><span class="identifier">i</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ element <tt class="computeroutput"><span class="identifier">N</span></tt> positions from
+ <tt class="computeroutput"><span class="identifier">i</span></tt>. If <tt class="computeroutput"><span class="identifier">i</span></tt>
is a <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> then <code class="computeroutput"><span class="identifier">N</span></code>
+ Iterator</a> then <tt class="computeroutput"><span class="identifier">N</span></tt>
may be negative.
</p>
<a name="fusion.iterator.functions.advance_c.header"></a><h5>
-<a name="id973135"></a>
+<a name="id431160"></a>
<a href="advance_c.html#fusion.iterator.functions.advance_c.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.functions.advance_c.example"></a><h5>
-<a name="id973273"></a>
+<a name="id431314"></a>
<a href="advance_c.html#fusion.iterator.functions.advance_c.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>advance_c
<span class="special"><</span><span class="number">2</span><span class="special">>(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>advance_c<span class="special"><</span><span class="number">2</span><span class="special">>(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/deref.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>deref</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="next.html" title="next">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="next.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.functions.deref"></a>deref</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.functions.deref"></a>deref
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.functions.deref.description"></a><h5>
-<a name="id968458"></a>
+<a name="id425903"></a>
<a href="deref.html#fusion.iterator.functions.deref.description">Description</a>
</h5>
<p>
Deferences an iterator.
</p>
<a name="fusion.iterator.functions.deref.synopsis"></a><h5>
-<a name="id968484"></a>
+<a name="id425931"></a>
<a href="deref.html#fusion.iterator.functions.deref.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">deref</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">deref</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id968611"></a><p class="title"><b>Table 1.2. Parameters</b></p>
+<a name="id426075"></a><p class="title"><b>Table 1.2. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,75 +54,63 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.functions.deref.expression_semantics"></a><h5>
-<a name="id968701"></a>
+<a name="id426176"></a>
<a href="deref.html#fusion.iterator.functions.deref.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">deref
<span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
+<pre class="programlisting">deref<span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput">result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput">result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Dereferences the iterator
- <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Dereferences the iterator
+ <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<a name="fusion.iterator.functions.deref.header"></a><h5>
-<a name="id968831"></a>
+<a name="id426321"></a>
<a href="deref.html#fusion.iterator.functions.deref.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.functions.deref.example"></a><h5>
-<a name="id968968"></a>
+<a name="id426475"></a>
<a href="deref.html#fusion.iterator.functions.deref.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(&(</span>deref
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(&(</span>deref<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/distance.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>distance</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="prior.html" title="prior">
+<link rel="previous" href="prior.html" title="prior">
<link rel="next" href="advance.html" title="advance">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,27 +23,31 @@
<a accesskey="p" href="prior.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.functions.distance"></a>distance</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.functions.distance"></a>distance
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.functions.distance.description"></a><h5>
-<a name="id971012"></a>
+<a name="id428778"></a>
<a href="distance.html#fusion.iterator.functions.distance.description">Description</a>
</h5>
<p>
Returns the distance between 2 iterators.
</p>
<a name="fusion.iterator.functions.distance.synopsis"></a><h5>
-<a name="id971038"></a>
+<a name="id428806"></a>
<a href="distance.html#fusion.iterator.functions.distance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">J</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::distance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">distance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">j</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::distance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">distance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">j</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id971214"></a><p class="title"><b>Table 1.5. Parameters</b></p>
+<a name="id429005"></a><p class="title"><b>Table 1.5. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,72 +55,60 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>, <code class="computeroutput"><span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>, <tt class="computeroutput"><span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Models of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a> into the same sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The start and end points of the distance to be measured
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.functions.distance.expression_semantics"></a><h5>
-<a name="id971316"></a>
+<a name="id429119"></a>
<a href="distance.html#fusion.iterator.functions.distance.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">distance
<span class="special">(</span><span class="identifier">i</span><span class="special">,</span><span class="identifier">j</span><span class="special">);</span>
+<pre class="programlisting">distance<span class="special">(</span><span class="identifier">i</span><span class="special">,</span><span class="identifier">j</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">int</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">int</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the distance between
- iterators <code class="computeroutput"><span class="identifier">i</span></code> and <code class="computeroutput"><span class="identifier">j</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the distance between
+ iterators <tt class="computeroutput"><span class="identifier">i</span></tt> and <tt class="computeroutput"><span class="identifier">j</span></tt>.
</p>
<a name="fusion.iterator.functions.distance.header"></a><h5>
-<a name="id971430"></a>
+<a name="id429246"></a>
<a href="distance.html#fusion.iterator.functions.distance.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.functions.distance.example"></a><h5>
-<a name="id971568"></a>
+<a name="id429402"></a>
<a href="distance.html#fusion.iterator.functions.distance.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>distance
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">),</span> next
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span c
lass="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>distance<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">),</span> next<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="number">2</spa
n><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/next.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>next</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="deref.html" title="deref">
+<link rel="previous" href="deref.html" title="deref">
<link rel="next" href="prior.html" title="prior">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="deref.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="prior.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.functions.next"></a>next</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.functions.next"></a>next
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.functions.next.description"></a><h5>
-<a name="id969360"></a>
+<a name="id426921"></a>
<a href="next.html#fusion.iterator.functions.next.description">Description</a>
</h5>
<p>
Moves an iterator 1 position forwards.
</p>
<a name="fusion.iterator.functions.next.synopsis"></a><h5>
-<a name="id969386"></a>
+<a name="id426948"></a>
<a href="next.html#fusion.iterator.functions.next.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::next
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">next</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::next<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">next</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id969513"></a><p class="title"><b>Table 1.3. Parameters</b></p>
+<a name="id427091"></a><p class="title"><b>Table 1.3. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,75 +54,63 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.functions.next.expression_semantics"></a><h5>
-<a name="id969603"></a>
+<a name="id427192"></a>
<a href="next.html#fusion.iterator.functions.next.expression_semantics">Expression
Semantics</a>
</h5>
<pre class="programlisting"><span class="identifier">next</span><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- next element after <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ next element after <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<a name="fusion.iterator.functions.next.header"></a><h5>
-<a name="id969690"></a>
+<a name="id427288"></a>
<a href="next.html#fusion.iterator.functions.next.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.functions.next.example"></a><h5>
-<a name="id969828"></a>
+<a name="id427443"></a>
<a href="next.html#fusion.iterator.functions.next.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>next
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>next<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/functions/prior.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>prior</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="next.html" title="next">
+<link rel="previous" href="next.html" title="next">
<link rel="next" href="distance.html" title="distance">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="next.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="distance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.functions.prior"></a>prior</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.functions.prior"></a>prior
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.functions.prior.description"></a><h5>
-<a name="id970224"></a>
+<a name="id427892"></a>
<a href="prior.html#fusion.iterator.functions.prior.description">Description</a>
</h5>
<p>
Moves an iterator 1 position backwards.
</p>
<a name="fusion.iterator.functions.prior.synopsis"></a><h5>
-<a name="id970250"></a>
+<a name="id427920"></a>
<a href="prior.html#fusion.iterator.functions.prior.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::prior
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">prior</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::prior<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">prior</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id970376"></a><p class="title"><b>Table 1.4. Parameters</b></p>
+<a name="id428062"></a><p class="title"><b>Table 1.4. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -50,74 +54,62 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.functions.prior.expression_semantics"></a><h5>
-<a name="id970467"></a>
+<a name="id428163"></a>
<a href="prior.html#fusion.iterator.functions.prior.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">prior
<span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
+<pre class="programlisting">prior<span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- element prior to <code class="computeroutput"><span class="identifier">i</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ element prior to <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<a name="fusion.iterator.functions.prior.header"></a><h5>
-<a name="id970562"></a>
+<a name="id428269"></a>
<a href="prior.html#fusion.iterator.functions.prior.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.functions.prior.example"></a><h5>
-<a name="id970700"></a>
+<a name="id428424"></a>
<a href="prior.html#fusion.iterator.functions.prior.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>prior
<span class="special">(</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>prior<span class="special">(</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../iterator.html" title="Iterator">
-<link rel="prev" href="operator/operator_inequality.html" title=" Operator
+<link rel="previous" href="operator/operator_inequality.html" title=" Operator
!=">
<link rel="next" href="metafunctions/value_of.html" title="value_of">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="operator/operator_inequality.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/value_of.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.iterator.metafunctions"></a>Metafunctions</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.iterator.metafunctions"></a>Metafunctions
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">value_of</span></dt>
<dt><span class="section">deref</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>advance</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="distance.html" title="distance">
+<link rel="previous" href="distance.html" title="distance">
<link rel="next" href="advance_c.html" title="advance_c">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="distance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance_c.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.advance"></a>advance</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.advance"></a>advance
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.advance.description"></a><h5>
-<a name="id998302"></a>
+<a name="id439787"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.description">Description</a>
</h5>
<p>
Moves an iterator a specified distance.
</p>
<a name="fusion.iterator.metafunctions.advance.synopsis"></a><h5>
-<a name="id998330"></a>
+<a name="id439816"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id998433"></a><p class="title"><b>Table 1.17. Parameters</b></p>
+<a name="id439932"></a><p class="title"><b>Table 1.17. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,99 +58,81 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Iterator to move relative to
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">M</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">M</span></tt>
+ </p></td>
+<td><p>
Model of <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Number of positions to move
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.advance.expression_semantics"></a><h5>
-<a name="id998562"></a>
+<a name="id440077"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::advance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::advance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator a distance
- <code class="computeroutput"><span class="identifier">M</span></code> from <code class="computeroutput"><span class="identifier">I</span></code>.
- If <code class="computeroutput"><span class="identifier">I</span></code> is a <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator a distance
+ <tt class="computeroutput"><span class="identifier">M</span></tt> from <tt class="computeroutput"><span class="identifier">I</span></tt>.
+ If <tt class="computeroutput"><span class="identifier">I</span></tt> is a <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> then <code class="computeroutput"><span class="identifier">M</span></code>
+ Iterator</a> then <tt class="computeroutput"><span class="identifier">M</span></tt>
may be negative.
</p>
<a name="fusion.iterator.metafunctions.advance.header"></a><h5>
-<a name="id998720"></a>
+<a name="id440253"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.advance.example"></a><h5>
-<a name="id998857"></a>
+<a name="id440408"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to
<span class="special"><</span>result_of::advance
<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="identifier">third</span><span class="special"
>>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to<span class="special"><</span>result_of::advance<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="identifier">third</span><span class="special">>));
</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>advance_c</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="advance.html" title="advance">
+<link rel="previous" href="advance.html" title="advance">
<link rel="next" href="../../sequence.html" title="Sequence">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.advance_c"></a>advance_c</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.advance_c"></a>advance_c
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.advance_c.description"></a><h5>
-<a name="id999263"></a>
+<a name="id440866"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.description">Description</a>
</h5>
<p>
Moves an iterator by a specified distance.
</p>
<a name="fusion.iterator.metafunctions.advance_c.synopsis"></a><h5>
-<a name="id999291"></a>
+<a name="id440896"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id999395"></a><p class="title"><b>Table 1.18. Parameters</b></p>
+<a name="id441012"></a><p class="title"><b>Table 1.18. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,98 +58,80 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Iterator to move relative to
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
Integer constant
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Number of positions to move
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.advance_c.expression_semantics"></a><h5>
-<a name="id999518"></a>
+<a name="id441149"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::advance_c
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::advance_c<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator a distance
- <code class="computeroutput"><span class="identifier">N</span></code> from <code class="computeroutput"><span class="identifier">I</span></code>.
- If <code class="computeroutput"><span class="identifier">I</span></code> is a <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator a distance
+ <tt class="computeroutput"><span class="identifier">N</span></tt> from <tt class="computeroutput"><span class="identifier">I</span></tt>.
+ If <tt class="computeroutput"><span class="identifier">I</span></tt> is a <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> then <code class="computeroutput"><span class="identifier">N</span></code>
- may be negative. Equivalent to <code class="computeroutput">result_of::advance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="identifier">N</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></code>.
+ Iterator</a> then <tt class="computeroutput"><span class="identifier">N</span></tt>
+ may be negative. Equivalent to <tt class="computeroutput">result_of::advance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="identifier">N</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.advance_c.header"></a><h5>
-<a name="id999764"></a>
+<a name="id441427"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.advance_c.example"></a><h5>
-<a name="id999902"></a>
+<a name="id441583"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to
<span class="special"><</span>result_of::advance_c
<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="number">2</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="identifier">third</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to<span class="special"><</span>result_of::advance_c<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="number">2</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="identifier">third</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>deref</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="value_of.html" title="value_of">
+<link rel="previous" href="value_of.html" title="value_of">
<link rel="next" href="next.html" title="next">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="value_of.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="next.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.deref"></a>deref</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.deref"></a>deref
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.deref.description"></a><h5>
-<a name="id976521"></a>
+<a name="id434949"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
</h5>
<p>
Returns the type that will be returned by dereferencing an iterator.
</p>
<a name="fusion.iterator.metafunctions.deref.synposis"></a><h5>
-<a name="id976548"></a>
+<a name="id434978"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id976635"></a><p class="title"><b>Table 1.12. Parameters</b></p>
+<a name="id435077"></a><p class="title"><b>Table 1.12. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,78 +57,66 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h5>
-<a name="id976726"></a>
+<a name="id435177"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the result of dereferencing
- an iterator of type <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the result of dereferencing
+ an iterator of type <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.deref.header"></a><h5>
-<a name="id976826"></a>
+<a name="id435290"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.deref.example"></a><h5>
-<a name="id976964"></a>
+<a name="id435445"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="keyword">const</span> <span class="identifier">vec</span> <span class="identifier">const_vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">const_vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">const_first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">const_first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">const_second</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">const_vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">const_first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">const_first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">const_second</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::deref
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::deref
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::deref<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::deref<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>distance</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="equal_to.html" title="equal_to">
+<link rel="previous" href="equal_to.html" title="equal_to">
<link rel="next" href="advance.html" title="advance">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="equal_to.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.distance"></a>distance</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.distance"></a>distance
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.distance.description"></a><h5>
-<a name="id997425"></a>
+<a name="id438801"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.description">Description</a>
</h5>
<p>
Returns the distance between two iterators.
</p>
<a name="fusion.iterator.metafunctions.distance.synopsis"></a><h5>
-<a name="id997452"></a>
+<a name="id438830"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -46,7 +50,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id997555"></a><p class="title"><b>Table 1.16. Parameters</b></p>
+<a name="id438946"></a><p class="title"><b>Table 1.16. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,75 +58,63 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>, <code class="computeroutput"><span class="identifier">J</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>, <tt class="computeroutput"><span class="identifier">J</span></tt>
+ </p></td>
+<td><p>
Models of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a> into the same sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The start and end points of the distance to be measured
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.distance.expression_semantics"></a><h5>
-<a name="id997656"></a>
+<a name="id439058"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::distance
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::distance<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: A model of <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the distance between
- iterators of types <code class="computeroutput"><span class="identifier">I</span></code> and
- <code class="computeroutput"><span class="identifier">J</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the distance between
+ iterators of types <tt class="computeroutput"><span class="identifier">I</span></tt> and
+ <tt class="computeroutput"><span class="identifier">J</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.distance.header"></a><h5>
-<a name="id997782"></a>
+<a name="id439201"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.distance.example"></a><h5>
-<a name="id997920"></a>
+<a name="id439357"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::distance
<span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">third</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">dist</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::distance<span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">third</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">dist</span><span class="special">;</span>
<span class="identifier">BOOST_MPL_ASSERT_RELATION</span><span class="special">(</span><span class="identifier">dist</span><span class="special">::</span><span class="identifier">value</span><span class="special">,</span> <span class="special">==,</span> <span class="number">2</span><span class="special">);</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>equal_to</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="prior.html" title="prior">
+<link rel="previous" href="prior.html" title="prior">
<link rel="next" href="distance.html" title="distance">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="prior.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="distance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.equal_to"></a>equal_to</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.equal_to"></a>equal_to
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.equal_to.description"></a><h5>
-<a name="id996535"></a>
+<a name="id437799"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.description">Description</a>
</h5>
<p>
Returns a true-valued <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
- Integral Constant</a> if <code class="computeroutput"><span class="identifier">I</span></code>
- and <code class="computeroutput"><span class="identifier">J</span></code> are equal.
+ Integral Constant</a> if <tt class="computeroutput"><span class="identifier">I</span></tt>
+ and <tt class="computeroutput"><span class="identifier">J</span></tt> are equal.
</p>
<a name="fusion.iterator.metafunctions.equal_to.synopsis"></a><h5>
-<a name="id996590"></a>
+<a name="id437859"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -48,7 +52,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id996692"></a><p class="title"><b>Table 1.15. Parameters</b></p>
+<a name="id437975"></a><p class="title"><b>Table 1.15. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,73 +60,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>, <code class="computeroutput"><span class="identifier">J</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>, <tt class="computeroutput"><span class="identifier">J</span></tt>
+ </p></td>
+<td><p>
Any fusion iterators
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's arguments
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.equal_to.expression_semantics"></a><h5>
-<a name="id996785"></a>
+<a name="id438078"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::equal_to
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::equal_to<span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: A model of <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
- if <code class="computeroutput"><span class="identifier">I</span></code> and <code class="computeroutput"><span class="identifier">J</span></code> are iterators to the same position.
- Returns <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise.
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
+ if <tt class="computeroutput"><span class="identifier">I</span></tt> and <tt class="computeroutput"><span class="identifier">J</span></tt> are iterators to the same position.
+ Returns <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt> otherwise.
</p>
<a name="fusion.iterator.metafunctions.equal_to.header"></a><h5>
-<a name="id996967"></a>
+<a name="id438284"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.equal_to.example"></a><h5>
-<a name="id997106"></a>
+<a name="id438440"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::end
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">last</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to
<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">first</span><span class="special">>));</span>
-<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span>result_of::equal_to
<span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">last</span><span class="special">>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::end<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">last</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">first</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span>result_of::equal_to<span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">last</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>next</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="deref.html" title="deref">
+<link rel="previous" href="deref.html" title="deref">
<link rel="next" href="prior.html" title="prior">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="deref.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="prior.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.next"></a>next</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.next"></a>next
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.next.description"></a><h5>
-<a name="id977476"></a>
+<a name="id436022"></a>
<a href="next.html#fusion.iterator.metafunctions.next.description">Description</a>
</h5>
<p>
Returns the type of the next iterator in a sequence.
</p>
<a name="fusion.iterator.metafunctions.next.synposis"></a><h5>
-<a name="id977502"></a>
+<a name="id436051"></a>
<a href="next.html#fusion.iterator.metafunctions.next.synposis">Synposis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id977590"></a><p class="title"><b>Table 1.13. Parameters</b></p>
+<a name="id436149"></a><p class="title"><b>Table 1.13. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,73 +57,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.next.expression_semantics"></a><h5>
-<a name="id977680"></a>
+<a name="id436251"></a>
<a href="next.html#fusion.iterator.metafunctions.next.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::next
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::next<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- next element in the sequence after <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ next element in the sequence after <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.next.header"></a><h5>
-<a name="id977790"></a>
+<a name="id436373"></a>
<a href="next.html#fusion.iterator.metafunctions.next.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.next.example"></a><h5>
-<a name="id977928"></a>
+<a name="id436529"></a>
<a href="next.html#fusion.iterator.metafunctions.next.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span>result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span>result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>prior</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="next.html" title="next">
+<link rel="previous" href="next.html" title="next">
<link rel="next" href="equal_to.html" title="equal_to">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="next.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="equal_to.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.prior"></a>prior</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.prior"></a>prior
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.prior.description"></a><h5>
-<a name="id978198"></a>
+<a name="id436832"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.description">Description</a>
</h5>
<p>
Returns the type of the previous iterator in a sequence.
</p>
<a name="fusion.iterator.metafunctions.prior.synopsis"></a><h5>
-<a name="id978225"></a>
+<a name="id436861"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id978312"></a><p class="title"><b>Table 1.14. Parameters</b></p>
+<a name="id436959"></a><p class="title"><b>Table 1.14. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,76 +57,64 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.prior.expression_semantics"></a><h5>
-<a name="id978403"></a>
+<a name="id437060"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::prior
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::prior<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same iterator
- concept as <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same iterator
+ concept as <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator to the
- previous element in the sequence before <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator to the
+ previous element in the sequence before <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.prior.header"></a><h5>
-<a name="id978513"></a>
+<a name="id437184"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.prior.example"></a><h5>
-<a name="id978650"></a>
+<a name="id437339"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span>result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span>result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>));</span>
-<span class="keyword">typedef</span> result_of::prior
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
+<span class="keyword">typedef</span> result_of::prior<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>value_of</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="deref.html" title="deref">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deref.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.iterator.metafunctions.value_of"></a>value_of</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.iterator.metafunctions.value_of"></a>value_of
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.metafunctions.value_of.description"></a><h5>
-<a name="id975546"></a>
+<a name="id433857"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
</h5>
<p>
Returns the type stored at the position of an iterator.
</p>
<a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h5>
-<a name="id975574"></a>
+<a name="id433887"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id975661"></a><p class="title"><b>Table 1.11. Parameters</b></p>
+<a name="id433984"></a><p class="title"><b>Table 1.11. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,76 +57,64 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">I</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">I</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h5>
-<a name="id975752"></a>
+<a name="id434083"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
Semantics</a>
</h5>
-<pre class="programlisting">result_of::value_of
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
+<pre class="programlisting">result_of::value_of<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the type stored in
- a sequence at iterator position <code class="computeroutput"><span class="identifier">I</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the type stored in
+ a sequence at iterator position <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.value_of.header"></a><h5>
-<a name="id975851"></a>
+<a name="id434194"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.metafunctions.value_of.example"></a><h5>
-<a name="id975989"></a>
+<a name="id434350"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&,</span><span class="keyword">const</span> <span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&,</span><span class="keyword">const</span> <span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of
<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of
<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of
<span class="special"><</span><span class="identifier">third</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">int</span><span class="special">&>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of<span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of<span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_of<span class="special"><</span><span class="identifier">third</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">int</span><span class="special">&>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Operator</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../iterator.html" title="Iterator">
-<link rel="prev" href="functions/advance_c.html" title="advance_c">
+<link rel="previous" href="functions/advance_c.html" title="advance_c">
<link rel="next" href="operator/operator_unary_star.html" title=" Operator
*">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="functions/advance_c.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator/operator_unary_star.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.iterator.operator"></a>Operator</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.iterator.operator"></a>Operator
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"><a href="operator/operator_unary_star.html"> Operator
*</a></span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title> Operator
==</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../operator.html" title="Operator">
-<link rel="prev" href="operator_unary_star.html" title=" Operator
+<link rel="previous" href="operator_unary_star.html" title=" Operator
*">
<link rel="next" href="operator_inequality.html" title=" Operator
!=">
@@ -26,19 +26,23 @@
<a accesskey="p" href="operator_unary_star.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator_inequality.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.iterator.operator.operator_equality"></a><a href="operator_equality.html" title=" Operator
=="> Operator
- ==</a></h4></div></div></div>
+ ==</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.operator.operator_equality.description"></a><h5>
-<a name="id974400"></a>
+<a name="id432579"></a>
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.description">Description</a>
</h5>
<p>
Compares 2 iterators for equality.
</p>
<a name="fusion.iterator.operator.operator_equality.synopsis"></a><h5>
-<a name="id974427"></a>
+<a name="id432608"></a>
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -48,7 +52,7 @@
<span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id974552"></a><p class="title"><b>Table 1.9. Parameters</b></p>
+<a name="id432748"></a><p class="title"><b>Table 1.9. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -56,58 +60,46 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>, <code class="computeroutput"><span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>, <tt class="computeroutput"><span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Any fusion iterators
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's arguments
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.operator.operator_equality.expression_semantics"></a><h5>
-<a name="id974645"></a>
+<a name="id432851"></a>
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.expression_semantics">Expression
Semantics</a>
</h5>
<pre class="programlisting"><span class="identifier">i</span> <span class="special">==</span> <span class="identifier">j</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: Convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to <code class="computeroutput">result_of::equal_to
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">value</span></code>
- where <code class="computeroutput"><span class="identifier">I</span></code> and <code class="computeroutput"><span class="identifier">J</span></code> are the types of <code class="computeroutput"><span class="identifier">i</span></code>
- and <code class="computeroutput"><span class="identifier">j</span></code> respectively.
+ <span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput">result_of::equal_to<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">value</span></tt>
+ where <tt class="computeroutput"><span class="identifier">I</span></tt> and <tt class="computeroutput"><span class="identifier">J</span></tt> are the types of <tt class="computeroutput"><span class="identifier">i</span></tt>
+ and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
</p>
<a name="fusion.iterator.operator.operator_equality.header"></a><h5>
-<a name="id974814"></a>
+<a name="id433042"></a>
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title> Operator
!=</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../operator.html" title="Operator">
-<link rel="prev" href="operator_equality.html" title=" Operator
+<link rel="previous" href="operator_equality.html" title=" Operator
==">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
@@ -25,19 +25,23 @@
<a accesskey="p" href="operator_equality.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.iterator.operator.operator_inequality"></a><a href="operator_inequality.html" title=" Operator
!="> Operator
- !=</a></h4></div></div></div>
+ !=</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.operator.operator_inequality.description"></a><h5>
-<a name="id974972"></a>
+<a name="id433218"></a>
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.description">Description</a>
</h5>
<p>
Compares 2 iterators for inequality.
</p>
<a name="fusion.iterator.operator.operator_inequality.synopsis"></a><h5>
-<a name="id975000"></a>
+<a name="id433248"></a>
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id975126"></a><p class="title"><b>Table 1.10. Parameters</b></p>
+<a name="id433389"></a><p class="title"><b>Table 1.10. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,56 +59,44 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>, <code class="computeroutput"><span class="identifier">j</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>, <tt class="computeroutput"><span class="identifier">j</span></tt>
+ </p></td>
+<td><p>
Any fusion iterators
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's arguments
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.operator.operator_inequality.expression_semantics"></a><h5>
-<a name="id975221"></a>
+<a name="id433492"></a>
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.expression_semantics">Expression
Semantics</a>
</h5>
<p>
- <span class="bold"><strong>Return type</strong></span>: Convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: Convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to <code class="computeroutput"><span class="special">!</span>result_of::equal_to
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">value</span></code>
- where <code class="computeroutput"><span class="identifier">I</span></code> and <code class="computeroutput"><span class="identifier">J</span></code> are the types of <code class="computeroutput"><span class="identifier">i</span></code>
- and <code class="computeroutput"><span class="identifier">j</span></code> respectively.
+ <span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput"><span class="special">!</span>result_of::equal_to<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">J</span><span class="special">>::</span><span class="identifier">value</span></tt>
+ where <tt class="computeroutput"><span class="identifier">I</span></tt> and <tt class="computeroutput"><span class="identifier">J</span></tt> are the types of <tt class="computeroutput"><span class="identifier">i</span></tt>
+ and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
</p>
<a name="fusion.iterator.operator.operator_inequality.header"></a><h5>
-<a name="id975372"></a>
+<a name="id433663"></a>
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html (original)
+++ trunk/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title> Operator
*</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../operator.html" title="Operator">
-<link rel="prev" href="../operator.html" title="Operator">
+<link rel="previous" href="../operator.html" title="Operator">
<link rel="next" href="operator_equality.html" title=" Operator
==">
</head>
@@ -25,28 +25,32 @@
<a accesskey="p" href="../operator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator_equality.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.iterator.operator.operator_unary_star"></a><a href="operator_unary_star.html" title=" Operator
*"> Operator
- *</a></h4></div></div></div>
+ *</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.iterator.operator.operator_unary_star.description"></a><h5>
-<a name="id973535"></a>
+<a name="id431609"></a>
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.description">Description</a>
</h5>
<p>
Dereferences an iterator.
</p>
<a name="fusion.iterator.operator.operator_unary_star.synopsis"></a><h5>
-<a name="id973563"></a>
+<a name="id431640"></a>
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span>
<span class="special">></span>
-<span class="keyword">typename</span> result_of::deref
<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="keyword">operator</span><span class="special">*(</span><span class="emphasis"><em>unspecified</em></span><span class="special"><</span><span class="identifier">I</span><span class="special">></span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
+<span class="keyword">typename</span> result_of::deref<span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="keyword">operator</span><span class="special">*(</span><span class="emphasis"><em>unspecified</em></span><span class="special"><</span><span class="identifier">I</span><span class="special">></span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id973703"></a><p class="title"><b>Table 1.8. Parameters</b></p>
+<a name="id431797"></a><p class="title"><b>Table 1.8. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -54,75 +58,63 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Operation's argument
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.iterator.operator.operator_unary_star.expression_semantics"></a><h5>
-<a name="id973796"></a>
+<a name="id431898"></a>
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.expression_semantics">Expression
Semantics</a>
</h5>
<pre class="programlisting"><span class="special">*</span><span class="identifier">i</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Equivalent to the return
- type of <code class="computeroutput">deref
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>.
+ <span class="bold"><b>Return type</b></span>: Equivalent to the return
+ type of <tt class="computeroutput">deref<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to <code class="computeroutput">deref
<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput">deref<span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>.
</p>
<a name="fusion.iterator.operator.operator_unary_star.header"></a><h5>
-<a name="id973916"></a>
+<a name="id432035"></a>
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.iterator.operator.operator_unary_star.example"></a><h5>
-<a name="id974056"></a>
+<a name="id432191"></a>
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.example">Example</a>
</h5>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(*</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(*</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(&(*</span>next
<span class="special">(</span>begin
<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(*</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(*</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(&(*</span>next<span class="special">(</span>begin<span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/notes.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/notes.html (original)
+++ trunk/libs/fusion/doc/html/fusion/notes.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Notes</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="functional/generation/metafunctions/mk_unfused.html" title="
+<link rel="previous" href="functional/generation/metafunctions/mk_unfused.html" title="
make_unfused">
<link rel="next" href="change_log.html" title="Change log">
</head>
@@ -24,34 +24,38 @@
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.notes"></a>Notes</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.notes"></a>Notes
+</h2></div></div>
+<div></div>
+</div>
<a name="fusion.notes.recursive_inlined_functions"></a><h3>
-<a name="id1322248"></a>
+<a name="id631971"></a>
<a href="notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined
Functions</a>
</h3>
<p>
- An interesting peculiarity of functions like at
when applied to a <a href="sequence/concepts/forward_sequence.html" title="Forward
+ An interesting peculiarity of functions like at when applied to a <a href="sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a> like list
+ Sequence</a> like list
is that what could have been linear runtime complexity effectively becomes
constant O(1) due to compiler optimization of C++ inlined functions, however
deeply recursive (up to a certain compiler limit of course). Compile time complexity
remains linear.
</p>
<a name="fusion.notes.overloaded_functions"></a><h3>
-<a name="id1322317"></a>
+<a name="id632046"></a>
<a href="notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>
</h3>
<p>
Associative sequences use function overloading to implement membership testing
and type associated key lookup. This amounts to constant runtime and amortized
- constant compile time complexities. There is an overloaded function, <code class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">k</span><span class="special">)</span></code>, for each key <span class="emphasis"><em>type</em></span> <code class="computeroutput"><span class="identifier">k</span></code>. The compiler chooses the appropriate function
- given a key, <code class="computeroutput"><span class="identifier">k</span></code>.
+ constant compile time complexities. There is an overloaded function, <tt class="computeroutput"><span class="identifier">f</span><span class="special">(</span><span class="identifier">k</span><span class="special">)</span></tt>, for each key <span class="emphasis"><em>type</em></span> <tt class="computeroutput"><span class="identifier">k</span></tt>. The compiler chooses the appropriate function
+ given a key, <tt class="computeroutput"><span class="identifier">k</span></tt>.
</p>
<a name="fusion.notes.tag_dispatching"></a><h3>
-<a name="id1322392"></a>
+<a name="id632129"></a>
<a href="notes.html#fusion.notes.tag_dispatching">Tag Dispatching</a>
</h3>
<p>
@@ -70,7 +74,7 @@
</li>
</ol></div>
<p>
- For example, the fusion <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code> metafunction
+ For example, the fusion <tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt> metafunction
is implemented as follows:
</p>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -87,22 +91,22 @@
</p>
<div class="orderedlist"><ol type="1">
<li>
-<code class="computeroutput"><span class="identifier">Sequence</span></code> is the type for
- which a suitable implementation of <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></code>
+<tt class="computeroutput"><span class="identifier">Sequence</span></tt> is the type for
+ which a suitable implementation of <tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></tt>
is required
</li>
<li>
-<code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></code> is the metafunction that associates
- <code class="computeroutput"><span class="identifier">Sequence</span></code> with an appropriate
+<tt class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span></tt> is the metafunction that associates
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt> with an appropriate
tag
</li>
<li>
-<code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></code> is the template which is specialized
+<tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin_impl</span></tt> is the template which is specialized
to provide an implementation for each tag type
</li>
</ol></div>
<a name="fusion.notes.extensibility"></a><h3>
-<a name="id1322729"></a>
+<a name="id632511"></a>
<a href="notes.html#fusion.notes.extensibility">Extensibility</a>
</h3>
<p>
@@ -114,13 +118,13 @@
and MPL on account
of the lazy nature of fusion Algorithms.
<a href="http://en.wikipedia.org/wiki/Standard_Template_Library" target="_top">STL</a>
- containers extend themselves in place though member functions such as push_back
and insert
. MPL
+ containers extend themselves in place though member functions such as push_back and insert. MPL
sequences, on the other hand, are extended through "intrinsic" functions
that actually return whole sequences. MPL
is purely functional and can not have side effects. For example, MPL's
- <code class="computeroutput"><span class="identifier">push_back</span></code> does not actually
- mutate an <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector</span></code>. It can't do that. Instead, it returns
- an extended <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector</span></code>.
+ <tt class="computeroutput"><span class="identifier">push_back</span></tt> does not actually
+ mutate an <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector</span></tt>. It can't do that. Instead, it returns
+ an extended <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector</span></tt>.
</p>
<p>
Like MPL, Fusion
@@ -130,48 +134,48 @@
are sequences that do not actually contain data, but instead impart an alternative
presentation over the data from one or more underlying sequences. Views
are proxies. They provide an efficient yet purely functional way to work on
- potentially expensive sequence operations. For example, given a vector
, Fusion's push_back
returns a joint_view
, instead of an actual extended
- vector
.
- A joint_view
+ potentially expensive sequence operations. For example, given a vector, Fusion's push_back returns a joint_view, instead of an actual extended
+ vector.
+ A joint_view
holds a reference to the original sequence plus the appended data --making
it very cheap to pass around.
</p>
<a name="fusion.notes.element_conversion"></a><h3>
-<a name="id1323012"></a>
+<a name="id632829"></a>
<a href="notes.html#fusion.notes.element_conversion">Element Conversion</a>
</h3>
<p>
- Functions that take in elemental values to form sequences (e.g. make_list
) convert their arguments
+ Functions that take in elemental values to form sequences (e.g. make_list) convert their arguments
to something suitable to be stored as a sequence element. In general, the element
types are stored as plain values. Example:
</p>
-<pre class="programlisting">make_list
<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">)</span>
+<pre class="programlisting">make_list<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">)</span>
</pre>
<p>
- returns a list
<code class="computeroutput"><span class="special"><</span><span class="keyword">int</span><span class="special">,</span>
- <span class="keyword">char</span><span class="special">></span></code>.
+ returns a list<tt class="computeroutput"><span class="special"><</span><span class="keyword">int</span><span class="special">,</span>
+ <span class="keyword">char</span><span class="special">></span></tt>.
</p>
<p>
There are a few exceptions, however.
</p>
<p>
- <span class="bold"><strong>Arrays:</strong></span>
+ <span class="bold"><b>Arrays:</b></span>
</p>
<p>
Array arguments are deduced to reference to const types. For example
- <sup>[<a name="id1323153" href="#ftn.id1323153">14</a>]</sup>
+ <sup>[<a name="id632987" href="#ftn.id632987">10</a>]</sup>
:
</p>
-<pre class="programlisting">make_list
<span class="special">(</span><span class="string">"Donald"</span><span class="special">,</span> <span class="string">"Daisy"</span><span class="special">)</span>
+<pre class="programlisting">make_list<span class="special">(</span><span class="string">"Donald"</span><span class="special">,</span> <span class="string">"Daisy"</span><span class="special">)</span>
</pre>
<p>
- creates a list
+ creates a list
of type
</p>
-<pre class="programlisting">list
<span class="special"><</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">(&)[</span><span class="number">7</span><span class="special">],</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">(&)[</span><span class="number">6</span><span class="special">]></span>
+<pre class="programlisting">list<span class="special"><</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">(&)[</span><span class="number">7</span><span class="special">],</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">(&)[</span><span class="number">6</span><span class="special">]></span>
</pre>
<p>
- <span class="bold"><strong>Function pointers:</strong></span>
+ <span class="bold"><b>Function pointers:</b></span>
</p>
<p>
Function pointers are deduced to the plain non-reference type (i.e. to plain
@@ -179,35 +183,35 @@
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">f</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">i</span><span class="special">);</span>
<span class="special">...</span>
-make_list
<span class="special">(&</span><span class="identifier">f</span><span class="special">);</span>
+make_list<span class="special">(&</span><span class="identifier">f</span><span class="special">);</span>
</pre>
<p>
- creates a list
+ creates a list
of type
</p>
-<pre class="programlisting">list
<span class="special"><</span><span class="keyword">void</span> <span class="special">(*)(</span><span class="keyword">int</span><span class="special">)></span>
+<pre class="programlisting">list<span class="special"><</span><span class="keyword">void</span> <span class="special">(*)(</span><span class="keyword">int</span><span class="special">)></span>
</pre>
<a name="fusion.notes.boost__ref"></a><h3>
-<a name="id1323535"></a>
+<a name="id633416"></a>
<a href="notes.html#fusion.notes.boost__ref">boost::ref</a>
</h3>
<p>
- Fusion's generation functions (e.g. make_list
) by default stores the element
+ Fusion's generation functions (e.g. make_list) by default stores the element
types as plain non-reference types. Example:
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">foo</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">A</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">B</span><span class="special">&</span> <span class="identifier">b</span><span class="special">)</span> <span class="special">{</span>
<span class="special">...</span>
- make_list
<span class="special">(</span><span class="identifier">a</span><span class="special">,</span> <span class="identifier">b</span><span class="special">)</span>
+ make_list<span class="special">(</span><span class="identifier">a</span><span class="special">,</span> <span class="identifier">b</span><span class="special">)</span>
</pre>
<p>
- creates a list
+ creates a list
of type
</p>
-<pre class="programlisting">list
<span class="special"><</span><span class="identifier">A</span><span class="special">,</span> <span class="identifier">B</span><span class="special">></span>
+<pre class="programlisting">list<span class="special"><</span><span class="identifier">A</span><span class="special">,</span> <span class="identifier">B</span><span class="special">></span>
</pre>
<p>
- Sometimes the plain non-reference type is not desired. You can use <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></code>
- and <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">cref</span></code> to store references or const references
+ Sometimes the plain non-reference type is not desired. You can use <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></tt>
+ and <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">cref</span></tt> to store references or const references
(respectively) instead. The mechanism does not compromise const correctness
since a const object wrapped with ref results in a tuple element with const
reference type (see the fifth code line below). Examples:
@@ -216,11 +220,11 @@
For example:
</p>
<pre class="programlisting"><span class="identifier">A</span> <span class="identifier">a</span><span class="special">;</span> <span class="identifier">B</span> <span class="identifier">b</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">A</span> <span class="identifier">ca</span> <span class="special">=</span> <span class="identifier">a</span><span class="special">;</span>
-make_list
<span class="special">(</span><span class="identifier">cref</span><span class="special">(</span><span class="identifier">a</span><span class="special">),</span> <span class="identifier">b</span><span class="special">);</span> <span class="comment">// creates list<const A&, B>
-</span>make_list
<span class="special">(</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">a</span><span class="special">),</span> <span class="identifier">b</span><span class="special">);</span> <span class="comment">// creates list<A&, B>
-</span>make_list
<span class="special">(</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">a</span><span class="special">),</span> <span class="identifier">cref</span><span class="special">(</span><span class="identifier">b</span><span class="special">));</span> <span class="comment">// creates list<A&, const B&>
-</span>make_list
<span class="special">(</span><span class="identifier">cref</span><span class="special">(</span><span class="identifier">ca</span><span class="special">));</span> <span class="comment">// creates list<const A&>
-</span>make_list
<span class="special">(</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">ca</span><span class="special">));</span> <span class="comment">// creates list<const A&>
+make_list<span class="special">(</span><span class="identifier">cref</span><span class="special">(</span><span class="identifier">a</span><span class="special">),</span> <span class="identifier">b</span><span class="special">);</span> <span class="comment">// creates list<const A&, B>
+</span>make_list<span class="special">(</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">a</span><span class="special">),</span> <span class="identifier">b</span><span class="special">);</span> <span class="comment">// creates list<A&, B>
+</span>make_list<span class="special">(</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">a</span><span class="special">),</span> <span class="identifier">cref</span><span class="special">(</span><span class="identifier">b</span><span class="special">));</span> <span class="comment">// creates list<A&, const B&>
+</span>make_list<span class="special">(</span><span class="identifier">cref</span><span class="special">(</span><span class="identifier">ca</span><span class="special">));</span> <span class="comment">// creates list<const A&>
+</span>make_list<span class="special">(</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">ca</span><span class="special">));</span> <span class="comment">// creates list<const A&>
</span></pre>
<p>
See Boost.Ref for
@@ -228,11 +232,11 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1323153" href="#id1323153">14</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id632987" href="#id632987">10</a>] </sup>
Note that the type of a string literal is an array of const characters,
- not <code class="computeroutput"><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span></code>. To get make_list
to create a list
with an element of a non-const
- array type one must use the <code class="computeroutput"><span class="identifier">ref</span></code>
- wrapper (see boost::ref
).
+ not <tt class="computeroutput"><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span></tt>. To get make_list to create a list with an element of a non-const
+ array type one must use the <tt class="computeroutput"><span class="identifier">ref</span></tt>
+ wrapper (see boost::ref).
</p></div>
</div>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/organization.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/organization.html (original)
+++ trunk/libs/fusion/doc/html/fusion/organization.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Organization</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="quick_start.html" title="Quick Start">
+<link rel="previous" href="quick_start.html" title="Quick Start">
<link rel="next" href="support.html" title="Support">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="quick_start.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="support.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.organization"></a>Organization</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.organization"></a>Organization
+</h2></div></div>
+<div></div>
+</div>
<p>
The library is organized into layers of modules, with each module addressing
a particular area of responsibility. A module may not depend on modules in
@@ -34,28 +38,28 @@
The library is organized in three layers:
</p>
<a name="fusion.organization.layers"></a><h3>
-<a name="id937890"></a>
+<a name="id411712"></a>
<a href="organization.html#fusion.organization.layers">Layers</a>
</h3>
<div class="blockquote"><blockquote class="blockquote">
<p>
</p>
<p>
- <span class="inlinemediaobject"><img src="../images/fusion_org.png" alt="fusion_org"></span>
+ <span class="inlinemediaobject"><img src="images/fusion_org.png" alt="fusion_org"></span>
</p>
<p>
</p>
</blockquote></div>
<p>
- The entire library is found in the <code class="computeroutput"><span class="string">"boost/fusion"</span></code>
+ The entire library is found in the <tt class="computeroutput"><span class="string">"boost/fusion"</span></tt>
directory. Modules are organized in directories. Each module has its own header
file placed in the same directory with the actual module-directory. For example,
- there exists <code class="computeroutput"><span class="string">"boost/fusion/support.hpp"</span></code>
+ there exists <tt class="computeroutput"><span class="string">"boost/fusion/support.hpp"</span></tt>
in the same directory as "boost/fusion/support". Everything, except
those found inside "detail" directories, is public.
</p>
<p>
- There is also a <code class="computeroutput"><span class="string">"boost/fusion/include/"</span></code>
+ There is also a <tt class="computeroutput"><span class="string">"boost/fusion/include/"</span></tt>
directory that contains all the headers to all the components and modules.
If you are unsure where to find a specific component or module, or don't want
to fuss with hierarchy and nesting, use this.
@@ -65,7 +69,7 @@
against.
</p>
<a name="fusion.organization.directory"></a><h3>
-<a name="id937987"></a>
+<a name="id411808"></a>
<a href="organization.html#fusion.organization.directory">Directory</a>
</h3>
<div class="itemizedlist"><ul type="disc">
@@ -186,11 +190,11 @@
</li>
</ul></div>
<a name="fusion.organization.example"></a><h3>
-<a name="id938160"></a>
+<a name="id411996"></a>
<a href="organization.html#fusion.organization.example">Example</a>
</h3>
<p>
- If, for example, you want to use <code class="computeroutput"><span class="identifier">list</span></code>,
+ If, for example, you want to use <tt class="computeroutput"><span class="identifier">list</span></tt>,
depending on the granularity that you desire, you may do so by including one
of
</p>
@@ -200,13 +204,13 @@
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<p>
- The first includes all containers The second includes only <code class="computeroutput"><span class="identifier">list</span></code>
- <sup>[<a name="id938420" href="#ftn.id938420">4</a>]</sup>
+ The first includes all containers The second includes only <tt class="computeroutput"><span class="identifier">list</span></tt>
+ <sup>[<a name="id412262" href="#ftn.id412262">4</a>]</sup>
.
</p>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id938420" href="#id938420">4</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id412262" href="#id412262">4</a>] </sup>
Modules may contain smaller components. Header file information for each
component will be provided as part of the component's documentation.
</p></div>
Modified: trunk/libs/fusion/doc/html/fusion/preface.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/preface.html (original)
+++ trunk/libs/fusion/doc/html/fusion/preface.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Preface</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="../index.html" title="Chapter 1. Fusion 2.0">
+<link rel="previous" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="next" href="introduction.html" title="Introduction">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../index.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="introduction.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.preface"></a>Preface</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.preface"></a>Preface
+</h2></div></div>
+<div></div>
+</div>
<div class="blockquote"><blockquote class="blockquote">
<p>
</p>
@@ -38,13 +42,13 @@
<p>
</p>
<p>
- <span class="bold"><strong>--Niklaus Wirth</strong></span>
+ <span class="bold"><b>--Niklaus Wirth</b></span>
</p>
<p>
</p>
</blockquote></div>
<a name="fusion.preface.description"></a><h3>
-<a name="id934268"></a>
+<a name="id397994"></a>
<a href="preface.html#fusion.preface.description">Description</a>
</h3>
<p>
@@ -62,7 +66,7 @@
of compile time metaprogramming with runtime programming.
</p>
<a name="fusion.preface.motivation"></a><h3>
-<a name="id934310"></a>
+<a name="id398024"></a>
<a href="preface.html#fusion.preface.motivation">Motivation</a>
</h3>
<p>
@@ -88,7 +92,7 @@
an instant <span class="emphasis"><em>AHA!</em></span> moment.
</p>
<a name="fusion.preface.how_to_use_this_manual"></a><h3>
-<a name="id934414"></a>
+<a name="id353848"></a>
<a href="preface.html#fusion.preface.how_to_use_this_manual">How to use this manual</a>
</h3>
<p>
@@ -96,7 +100,7 @@
icons precede some text to indicate:
</p>
<div class="table">
-<a name="id934434"></a><p class="title"><b>Table 1.1. Icons</b></p>
+<a name="id353868"></a><p class="title"><b>Table 1.1. Icons</b></p>
<table class="table" summary="Icons">
<colgroup>
<col>
@@ -104,91 +108,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Icon
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Name
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Meaning
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <span class="inlinemediaobject"><img src="../images/note.png" alt="note"></span>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span>
+ </p></td>
+<td><p>
Note
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Information provided is auxiliary but will give the reader a deeper insight
into a specific topic. May be skipped.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <span class="inlinemediaobject"><img src="../images/alert.png" alt="alert"></span>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <span class="inlinemediaobject"><img src="images/alert.png" alt="alert"></span>
+ </p></td>
+<td><p>
Alert
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Information provided is of utmost importance.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <span class="inlinemediaobject"><img src="../images/caution.png" alt="caution"></span>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <span class="inlinemediaobject"><img src="images/caution.png" alt="caution"></span>
+ </p></td>
+<td><p>
Caution
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
A mild warning.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <span class="inlinemediaobject"><img src="../images/tip.png" alt="tip"></span>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <span class="inlinemediaobject"><img src="images/tip.png" alt="tip"></span>
+ </p></td>
+<td><p>
Tip
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
A potentially useful and helpful piece of information.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
@@ -199,7 +173,7 @@
Tools</a>.
</p>
<a name="fusion.preface.support"></a><h3>
-<a name="id934642"></a>
+<a name="id355582"></a>
<a href="preface.html#fusion.preface.support">Support</a>
</h3>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/quick_start.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/quick_start.html (original)
+++ trunk/libs/fusion/doc/html/fusion/quick_start.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Quick Start</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="introduction.html" title="Introduction">
+<link rel="previous" href="introduction.html" title="Introduction">
<link rel="next" href="organization.html" title="Organization">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,42 +23,46 @@
<a accesskey="p" href="introduction.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="organization.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.quick_start"></a>Quick Start</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.quick_start"></a>Quick Start
+</h2></div></div>
+<div></div>
+</div>
<p>
I assume the reader is already familiar with tuples (Boost.Tuple)
- and its ancestor <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>. The tuple is a generalization of <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>
+ and its ancestor <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>. The tuple is a generalization of <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>
for multiple heterogeneous elements (triples, quadruples, etc.). The tuple
- is more or less a synonym for fusion's <code class="computeroutput">vector
</code>.
+ is more or less a synonym for fusion's <tt class="computeroutput">vector</tt>.
</p>
<p>
For starters, we shall include all of Fusion's Sequence(s)
- <sup>[<a name="id935390" href="#ftn.id935390">2</a>]</sup>
+ <sup>[<a name="id409224" href="#ftn.id409224">2</a>]</sup>
:
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<p>
- Let's begin with a <code class="computeroutput">vector
</code>
- <sup>[<a name="id935538" href="#ftn.id935538">3</a>]</sup>
+ Let's begin with a <tt class="computeroutput">vector</tt>
+ <sup>[<a name="id409371" href="#ftn.id409371">3</a>]</sup>
:
</p>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">stuff</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="string">"howdy"</span><span class="special">);</span>
-<span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> at_c
<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">stuff</span><span class="special">);</span>
-<span class="keyword">char</span> <span class="identifier">ch</span> <span class="special">=</span> at_c
<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">stuff</span><span class="special">);</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">s</span> <span class="special">=</span> at_c
<span class="special"><</span><span class="number">2</span><span class="special">>(</span><span class="identifier">stuff</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">stuff</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="string">"howdy"</span><span class="special">);</span>
+<span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> at_c<span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">stuff</span><span class="special">);</span>
+<span class="keyword">char</span> <span class="identifier">ch</span> <span class="special">=</span> at_c<span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">stuff</span><span class="special">);</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">s</span> <span class="special">=</span> at_c<span class="special"><</span><span class="number">2</span><span class="special">>(</span><span class="identifier">stuff</span><span class="special">);</span>
</pre>
<p>
- Just replace <code class="computeroutput"><span class="identifier">tuple</span></code> for <code class="computeroutput">vector
</code>
- and <code class="computeroutput"><span class="identifier">get</span></code> for <code class="computeroutput">at_c
</code> and this is exactly like
+ Just replace <tt class="computeroutput"><span class="identifier">tuple</span></tt> for <tt class="computeroutput">vector</tt>
+ and <tt class="computeroutput"><span class="identifier">get</span></tt> for <tt class="computeroutput">at_c</tt> and this is exactly like
<a href="http://www.boost.org/libs/tuple/doc/tuple_users_guide.html" target="_top">Boost.Tuple</a>.
Actually, either names can be used interchangeably. Yet, the similarity ends
- there. You can do a lot more with Fusion <code class="computeroutput">vector
</code> or <code class="computeroutput"><span class="identifier">tuple</span></code>.
+ there. You can do a lot more with Fusion <tt class="computeroutput">vector</tt> or <tt class="computeroutput"><span class="identifier">tuple</span></tt>.
Let's see some examples.
</p>
<a name="fusion.quick_start.print_the_vector_as_xml"></a><h3>
-<a name="id935952"></a>
+<a name="id409787"></a>
<a href="quick_start.html#fusion.quick_start.print_the_vector_as_xml">Print the vector
as XML</a>
</h3>
@@ -88,38 +92,38 @@
<p>
Now, finally:
</p>
-<pre class="programlisting">for_each
<span class="special">(</span><span class="identifier">stuff</span><span class="special">,</span> <span class="identifier">print_xml</span><span class="special">());</span>
+<pre class="programlisting">for_each<span class="special">(</span><span class="identifier">stuff</span><span class="special">,</span> <span class="identifier">print_xml</span><span class="special">());</span>
</pre>
<p>
- That's it! <code class="computeroutput">for_each
</code> is a fusion algorithm.
+ That's it! <tt class="computeroutput">for_each</tt> is a fusion algorithm.
It is a generic algorithm similar to STL's.
It iterates over the sequence and calls a user supplied function. In our case,
- it calls <code class="computeroutput"><span class="identifier">print_xml</span></code>'s <code class="computeroutput"><span class="keyword">operator</span><span class="special">()</span></code> for
- each element in <code class="computeroutput"><span class="identifier">stuff</span></code>.
+ it calls <tt class="computeroutput"><span class="identifier">print_xml</span></tt>'s <tt class="computeroutput"><span class="keyword">operator</span><span class="special">()</span></tt> for
+ each element in <tt class="computeroutput"><span class="identifier">stuff</span></tt>.
</p>
<div class="caution"><table border="0" summary="Caution">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../doc/html/images/caution.png"></td>
<th align="left">Caution</th>
</tr>
-<tr><td align="left" valign="top"><p>
- The result of <code class="computeroutput"><span class="keyword">typeid</span><span class="special">(</span><span class="identifier">x</span><span class="special">).</span><span class="identifier">name</span><span class="special">()</span></code> is platform specific. The code here is
+<tr><td colspan="2" align="left" valign="top"><p>
+ The result of <tt class="computeroutput"><span class="keyword">typeid</span><span class="special">(</span><span class="identifier">x</span><span class="special">).</span><span class="identifier">name</span><span class="special">()</span></tt> is platform specific. The code here is
just for exposition. Of course you already know that :-)
</p></td></tr>
</table></div>
<p>
- <code class="computeroutput">for_each
</code> is generic. With
- <code class="computeroutput"><span class="identifier">print_xml</span></code>, you can use it to
+ <tt class="computeroutput">for_each</tt> is generic. With
+ <tt class="computeroutput"><span class="identifier">print_xml</span></tt>, you can use it to
print just about any Fusion Sequence.
</p>
<a name="fusion.quick_start.print_only_pointers"></a><h3>
-<a name="id936537"></a>
+<a name="id410381"></a>
<a href="quick_start.html#fusion.quick_start.print_only_pointers">Print only pointers</a>
</h3>
<p>
Let's get a little cleverer. Say we wish to write a <span class="emphasis"><em>generic</em></span>
function that takes in an arbitrary sequence and XML prints only those elements
- which are pointers. Ah, easy. First, let's include the <code class="computeroutput"><span class="identifier">is_pointer</span></code>
+ which are pointers. Ah, easy. First, let's include the <tt class="computeroutput"><span class="identifier">is_pointer</span></tt>
boost type trait:
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">/</span><span class="identifier">is_pointer</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -130,37 +134,37 @@
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">void</span> <span class="identifier">xml_print_pointers</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">)</span>
<span class="special">{</span>
- for_each
<span class="special">(</span>filter_if
<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_pointer</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">),</span> <span class="identifier">print_xml</span><span class="special">());</span>
+ for_each<span class="special">(</span>filter_if<span class="special"><</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_pointer</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span> <span class="special">>(</span><span class="identifier">seq</span><span class="special">),</span> <span class="identifier">print_xml</span><span class="special">());</span>
<span class="special">}</span>
</pre>
<p>
- <code class="computeroutput">filter_if
</code> is another Fusion
- algorithm. It returns a filter_view
, a conforming Fusion sequence.
+ <tt class="computeroutput">filter_if</tt> is another Fusion
+ algorithm. It returns a filter_view, a conforming Fusion sequence.
This view reflects only those elements that pass the given predicate. In this
- case, the predicate is <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_pointer</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span></code>.
- This "filtered view" is then passed to the for_each
algorithm, which then prints
+ case, the predicate is <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_pointer</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span></tt>.
+ This "filtered view" is then passed to the for_each algorithm, which then prints
the "filtered view" as XML.
</p>
<p>
Easy, right?
</p>
<a name="fusion.quick_start.associative_tuples"></a><h3>
-<a name="id936903"></a>
+<a name="id410745"></a>
<a href="quick_start.html#fusion.quick_start.associative_tuples">Associative tuples</a>
</h3>
<p>
Ok, moving on...
</p>
<p>
- Apart from <code class="computeroutput">vector
</code>,
+ Apart from <tt class="computeroutput">vector</tt>,
fusion has a couple of other sequence types to choose from. Each sequence has
- its own characteristics. We have <code class="computeroutput">list
</code>, <code class="computeroutput">set
</code>, <code class="computeroutput">map
</code>, plus a multitude of <code class="computeroutput"><span class="identifier">views</span></code> that provide various ways to present
+ its own characteristics. We have <tt class="computeroutput">list</tt>, <tt class="computeroutput">set</tt>, <tt class="computeroutput">map</tt>, plus a multitude of <tt class="computeroutput"><span class="identifier">views</span></tt> that provide various ways to present
the sequences.
</p>
<p>
- Fusion's <code class="computeroutput">map
</code>
+ Fusion's <tt class="computeroutput">map</tt>
associate types with elements. It can be used as a cleverer replacement of
- the <code class="computeroutput"><span class="keyword">struct</span></code>. Example:
+ the <tt class="computeroutput"><span class="keyword">struct</span></tt>. Example:
</p>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">fields</span>
<span class="special">{</span>
@@ -168,31 +172,31 @@
<span class="keyword">struct</span> <span class="identifier">age</span><span class="special">;</span>
<span class="special">}</span>
-<span class="keyword">typedef</span> map
<span class="special"><</span>
- fusion::pair
<span class="special"><</span><span class="identifier">fields</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span>
- <span class="special">,</span> fusion::pair
<span class="special"><</span><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">></span>
+<span class="keyword">typedef</span> map<span class="special"><</span>
+ fusion::pair<span class="special"><</span><span class="identifier">fields</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span>
+ <span class="special">,</span> fusion::pair<span class="special"><</span><span class="identifier">fields</span><span class="special">::</span><span class="identifier">age</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="special">></span>
<span class="identifier">person</span><span class="special">;</span>
</pre>
<p>
- <code class="computeroutput">map
</code>
+ <tt class="computeroutput">map</tt>
is an associative sequence. Its elements are Fusion pairs which differ somewhat
- from <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>. Fusion pairs only contain one member,
+ from <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>. Fusion pairs only contain one member,
with the type of their second template parameter. The first type parameter
of the pair is used as an index to the associated element in the sequence.
- For example, given a <code class="computeroutput"><span class="identifier">a_person</span></code>
- of type, <code class="computeroutput"><span class="identifier">person</span></code>, you can do:
+ For example, given a <tt class="computeroutput"><span class="identifier">a_person</span></tt>
+ of type, <tt class="computeroutput"><span class="identifier">person</span></tt>, you can do:
</p>
<pre class="programlisting"><span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">fields</span><span class="special">;</span>
-<span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">person_name</span> <span class="special">=</span> at_key
<span class="special"><</span><span class="identifier">name</span><span class="special">>(</span><span class="identifier">a_person</span><span class="special">);</span>
-<span class="keyword">int</span> <span class="identifier">person_age</span> <span class="special">=</span> at_key
<span class="special"><</span><span class="identifier">age</span><span class="special">>(</span><span class="identifier">a_person</span><span class="special">);</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">person_name</span> <span class="special">=</span> at_key<span class="special"><</span><span class="identifier">name</span><span class="special">>(</span><span class="identifier">a_person</span><span class="special">);</span>
+<span class="keyword">int</span> <span class="identifier">person_age</span> <span class="special">=</span> at_key<span class="special"><</span><span class="identifier">age</span><span class="special">>(</span><span class="identifier">a_person</span><span class="special">);</span>
</pre>
<p>
- Why go through all this trouble, you say? Well, for one, unlike the <code class="computeroutput"><span class="keyword">struct</span></code>, we are dealing with a generic data structure.
+ Why go through all this trouble, you say? Well, for one, unlike the <tt class="computeroutput"><span class="keyword">struct</span></tt>, we are dealing with a generic data structure.
There are a multitude of facilities available at your disposal provided out
of the box with fusion or written by others. With these facilities, introspection
comes for free, for example. We can write one serialization function (well,
two, if you consider loading and saving) that will work for all your fusion
- <code class="computeroutput">map
</code>s.
+ <tt class="computeroutput">map</tt>s.
Example:
</p>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">saver</span>
@@ -207,17 +211,17 @@
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Stuff</span><span class="special">></span>
<span class="keyword">void</span> <span class="identifier">save</span><span class="special">(</span><span class="identifier">Stuff</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">stuff</span><span class="special">)</span>
<span class="special">{</span>
- for_each
<span class="special">(</span><span class="identifier">stuff</span><span class="special">,</span> <span class="identifier">saver</span><span class="special">());</span>
+ for_each<span class="special">(</span><span class="identifier">stuff</span><span class="special">,</span> <span class="identifier">saver</span><span class="special">());</span>
<span class="special">}</span>
</pre>
<p>
- The <code class="computeroutput"><span class="identifier">save</span></code> function is generic
- and will work for all types of <code class="computeroutput"><span class="identifier">stuff</span></code>
- regardless if it is a <code class="computeroutput"><span class="identifier">person</span></code>,
- a <code class="computeroutput"><span class="identifier">dog</span></code> or a whole <code class="computeroutput"><span class="identifier">alternate_universe</span></code>.
+ The <tt class="computeroutput"><span class="identifier">save</span></tt> function is generic
+ and will work for all types of <tt class="computeroutput"><span class="identifier">stuff</span></tt>
+ regardless if it is a <tt class="computeroutput"><span class="identifier">person</span></tt>,
+ a <tt class="computeroutput"><span class="identifier">dog</span></tt> or a whole <tt class="computeroutput"><span class="identifier">alternate_universe</span></tt>.
</p>
<a name="fusion.quick_start.tip_of_the_iceberg"></a><h3>
-<a name="id937834"></a>
+<a name="id411659"></a>
<a href="quick_start.html#fusion.quick_start.tip_of_the_iceberg">Tip of the Iceberg</a>
</h3>
<p>
@@ -228,14 +232,14 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id935390" href="#id935390">2</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id409224" href="#id409224">2</a>] </sup>
There are finer grained header files available if you wish to have more
control over which components to include (see section Orgainization
for details).
</p></div>
-<div class="footnote"><p><sup>[<a name="ftn.id935538" href="#id935538">3</a>] </sup>
- Unless otherwise noted, components are in namespace <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span></code>.
- For the sake of simplicity, code in this quick start implies <code class="computeroutput"><span class="keyword">using</span></code> directives for the fusion components
+<div class="footnote"><p><sup>[<a name="ftn.id409371" href="#id409371">3</a>] </sup>
+ Unless otherwise noted, components are in namespace <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span></tt>.
+ For the sake of simplicity, code in this quick start implies <tt class="computeroutput"><span class="keyword">using</span></tt> directives for the fusion components
we will be using.
</p></div>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/references.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/references.html (original)
+++ trunk/libs/fusion/doc/html/fusion/references.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>References</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="acknowledgements.html" title="Acknowledgements">
+<link rel="previous" href="acknowledgements.html" title="Acknowledgements">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -22,8 +22,12 @@
<a accesskey="p" href="acknowledgements.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.references"></a>References</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.references"></a>References
+</h2></div></div>
+<div></div>
+</div>
<div class="orderedlist"><ol type="1">
<li>
<a href="http://boost.org/libs/iterator/doc/new-iter-concepts.html" target="_top">New
Modified: trunk/libs/fusion/doc/html/fusion/sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Sequence</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="iterator/metafunctions/advance_c.html" title="advance_c">
+<link rel="previous" href="iterator/metafunctions/advance_c.html" title="advance_c">
<link rel="next" href="sequence/concepts.html" title="Concepts">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="iterator/metafunctions/advance_c.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="sequence/concepts.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.sequence"></a>Sequence</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.sequence"></a>Sequence
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Concepts</span></dt>
<dd><dl>
@@ -59,7 +63,7 @@
type that can be used to iterate through the Sequence's elements.
</p>
<a name="fusion.sequence.header"></a><h3>
-<a name="id1000314"></a>
+<a name="id442043"></a>
<a href="sequence.html#fusion.sequence.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Concepts</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../sequence.html" title="Sequence">
-<link rel="prev" href="../sequence.html" title="Sequence">
+<link rel="previous" href="../sequence.html" title="Sequence">
<link rel="next" href="concepts/forward_sequence.html" title="Forward
Sequence">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="../sequence.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sequence.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="concepts/forward_sequence.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.sequence.concepts"></a>Concepts</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.sequence.concepts"></a>Concepts
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section"><a href="concepts/forward_sequence.html">Forward
Sequence</a></span></dt>
@@ -40,7 +44,7 @@
Fusion Sequences are organized into a hierarchy of concepts.
</p>
<a name="fusion.sequence.concepts.traversal"></a><h4>
-<a name="id1000462"></a>
+<a name="id442210"></a>
<a href="concepts.html#fusion.sequence.concepts.traversal">Traversal</a>
</h4>
<p>
@@ -58,7 +62,7 @@
Sequence</a>. These concepts pertain to sequence traversal.
</p>
<a name="fusion.sequence.concepts.associativity"></a><h4>
-<a name="id1000539"></a>
+<a name="id442296"></a>
<a href="concepts.html#fusion.sequence.concepts.associativity">Associativity</a>
</h4>
<p>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Associative
Sequence</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="random_access_sequence.html" title="Random
+<link rel="previous" href="random_access_sequence.html" title="Random
Access Sequence">
<link rel="next" href="../intrinsic.html" title="Intrinsic">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="random_access_sequence.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../intrinsic.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.sequence.concepts.associative_sequence"></a><a href="associative_sequence.html" title="Associative
Sequence">Associative
- Sequence</a></h4></div></div></div>
+ Sequence</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.concepts.associative_sequence.description"></a><h5>
-<a name="id1005240"></a>
+<a name="id447552"></a>
<a href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.description">Description</a>
</h5>
<p>
@@ -48,30 +52,30 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
An Associative Sequence
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
An Associative Sequence type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">K</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">K</span></tt></span></dt>
<dd><p>
An arbitrary <span class="emphasis"><em>key</em></span> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">o</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">o</span></tt></span></dt>
<dd><p>
An arbitrary object
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e</span></tt></span></dt>
<dd><p>
A Sequence element
</p></dd>
</dl>
</div>
<a name="fusion.sequence.concepts.associative_sequence.valid_expressions"></a><h5>
-<a name="id1005405"></a>
+<a name="id447745"></a>
<a href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.valid_expressions">Valid
Expressions</a>
</h5>
@@ -86,101 +90,69 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Type Requirements
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">has_key
<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">has_key<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Boolean Constant</a>. Convertible to bool.
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at_key
<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">at_key<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at_key
<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span>
- <span class="special">=</span> <span class="identifier">o</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">at_key<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span>
+ <span class="special">=</span> <span class="identifier">o</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code> is the first element in the
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt> is the first element in the
sequence, is a valid expression.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.associative_sequence.result_type_expressions"></a><h5>
-<a name="id1005747"></a>
+<a name="id448126"></a>
<a href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.result_type_expressions">Result
Type Expressions</a>
</h5>
@@ -190,69 +162,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::has_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
- <span class="identifier">K</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::has_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
+ <span class="identifier">K</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::at_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
- <span class="identifier">K</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::at_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
+ <span class="identifier">K</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::value_at_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
- <span class="identifier">K</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::value_at_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
+ <span class="identifier">K</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<div class="sidebar"><p>
- <span class="inlinemediaobject"><img src="../../../images/note.png" alt="note"></span> <code class="computeroutput">result_of::at_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">K</span><span class="special">></span></code> returns the actual type returned by
- <code class="computeroutput">at_key
<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>. In
+ <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span> <tt class="computeroutput">result_of::at_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">K</span><span class="special">></span></tt> returns the actual type returned by
+ <tt class="computeroutput">at_key<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>. In
most cases, this is a reference. Hence, there is no way to know the exact
- element type using <code class="computeroutput">result_of::at_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">K</span><span class="special">></span></code>.The element at <code class="computeroutput"><span class="identifier">K</span></code>
+ element type using <tt class="computeroutput">result_of::at_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">K</span><span class="special">></span></tt>.The element at <tt class="computeroutput"><span class="identifier">K</span></tt>
may actually be a reference to begin with. For this purpose, you can use
- <code class="computeroutput">result_of::value_at_key
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></code>.
+ <tt class="computeroutput">result_of::value_at_key<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></tt>.
</p></div>
<a name="fusion.sequence.concepts.associative_sequence.expression_semantics"></a><h5>
-<a name="id1006254"></a>
+<a name="id448697"></a>
<a href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.expression_semantics">Expression
Semantics</a>
</h5>
@@ -262,57 +218,45 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">has_key
<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- A boolean Integral Constant <code class="computeroutput"><span class="identifier">c</span></code>
- such that <code class="computeroutput"><span class="identifier">c</span><span class="special">::</span><span class="identifier">value</span> <span class="special">==</span>
- <span class="keyword">true</span></code> if and only if there
- is one or more elements with the key <code class="computeroutput"><span class="identifier">k</span></code>
- in <code class="computeroutput"><span class="identifier">s</span></code>; see has_key
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">has_key<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ A boolean Integral Constant <tt class="computeroutput"><span class="identifier">c</span></tt>
+ such that <tt class="computeroutput"><span class="identifier">c</span><span class="special">::</span><span class="identifier">value</span> <span class="special">==</span>
+ <span class="keyword">true</span></tt> if and only if there
+ is one or more elements with the key <tt class="computeroutput"><span class="identifier">k</span></tt>
+ in <tt class="computeroutput"><span class="identifier">s</span></tt>; see has_key.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at_key
<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The element associated with the key <code class="computeroutput"><span class="identifier">K</span></code>
- in the sequence <code class="computeroutput"><span class="identifier">s</span></code>;
- see at
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">at_key<span class="special"><</span><span class="identifier">K</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The element associated with the key <tt class="computeroutput"><span class="identifier">K</span></tt>
+ in the sequence <tt class="computeroutput"><span class="identifier">s</span></tt>;
+ see at.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.associative_sequence.models"></a><h5>
-<a name="id1006537"></a>
+<a name="id449018"></a>
<a href="associative_sequence.html#fusion.sequence.concepts.associative_sequence.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>set
</li>
-<li>map
</li>
+<li>set</li>
+<li>map</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Bidirectional
Sequence</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="forward_sequence.html" title="Forward
+<link rel="previous" href="forward_sequence.html" title="Forward
Sequence">
<link rel="next" href="random_access_sequence.html" title="Random
Access Sequence">
@@ -26,12 +26,16 @@
<a accesskey="p" href="forward_sequence.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="random_access_sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.sequence.concepts.bidirectional_sequence"></a><a href="bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
- Sequence</a></h4></div></div></div>
+ Sequence</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.concepts.bidirectional_sequence.description"></a><h5>
-<a name="id1002610"></a>
+<a name="id444611"></a>
<a href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.description">Description</a>
</h5>
<p>
@@ -42,7 +46,7 @@
Iterator</a>.
</p>
<a name="fusion.sequence.concepts.bidirectional_sequence.refinement_of"></a><h5>
-<a name="id1002654"></a>
+<a name="id444659"></a>
<a href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.refinement_of">Refinement
of</a>
</h5>
@@ -53,26 +57,26 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A Forward Sequence
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
A Forward Sequence type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">o</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">o</span></tt></span></dt>
<dd><p>
An arbitrary object
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e</span></tt></span></dt>
<dd><p>
A Sequence element
</p></dd>
</dl>
</div>
<a name="fusion.sequence.concepts.bidirectional_sequence.valid_expressions"></a><h5>
-<a name="id1002779"></a>
+<a name="id444796"></a>
<a href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.valid_expressions">Valid
Expressions</a>
</h5>
@@ -89,125 +93,85 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Type Requirements
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">begin<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">end
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">end<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">back
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">back<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">back
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span>
- <span class="special">=</span> <span class="identifier">o</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">back<span class="special">(</span><span class="identifier">s</span><span class="special">)</span>
+ <span class="special">=</span> <span class="identifier">o</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code> is the first element in the
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt> is the first element in the
sequence, is a valid expression.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.bidirectional_sequence.result_type_expressions"></a><h5>
-<a name="id1003169"></a>
+<a name="id445233"></a>
<a href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.result_type_expressions">Result
Type Expressions</a>
</h5>
@@ -217,58 +181,42 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::begin
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::begin<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::end
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::end<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::back
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::back<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.bidirectional_sequence.expression_semantics"></a><h5>
-<a name="id1003414"></a>
+<a name="id445507"></a>
<a href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.expression_semantics">Expression
Semantics</a>
</h5>
@@ -284,49 +232,41 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput">back
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The last element in the sequence; see back
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">back<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The last element in the sequence; see back.
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.concepts.bidirectional_sequence.models"></a><h5>
-<a name="id1003548"></a>
+<a name="id445659"></a>
<a href="bidirectional_sequence.html#fusion.sequence.concepts.bidirectional_sequence.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>std::pair
</li>
-<li>boost::array
</li>
-<li>vector
</li>
-<li>reverse_view
</li>
+<li>std::pair</li>
+<li>boost::array</li>
+<li>vector</li>
+<li>reverse_view</li>
<li>
-iterator_range
+iterator_range
(where adapted sequence is a Bidirectional Sequence)
</li>
<li>
-transform_view
+transform_view
(where adapted sequence is a Bidirectional Sequence)
</li>
<li>
-zip_view
+zip_view
(where adapted sequences are models Bidirectional Sequence)
</li>
</ul></div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Forward
Sequence</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="../concepts.html" title="Concepts">
+<link rel="previous" href="../concepts.html" title="Concepts">
<link rel="next" href="bidirectional_sequence.html" title="Bidirectional
Sequence">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="../concepts.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="bidirectional_sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.sequence.concepts.forward_sequence"></a><a href="forward_sequence.html" title="Forward
Sequence">Forward
- Sequence</a></h4></div></div></div>
+ Sequence</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.concepts.forward_sequence.description"></a><h5>
-<a name="id1000593"></a>
+<a name="id442355"></a>
<a href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.description">Description</a>
</h5>
<p>
@@ -43,26 +47,26 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A Forward Sequence
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
A Forward Sequence type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">o</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">o</span></tt></span></dt>
<dd><p>
An arbitrary object
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e</span></tt></span></dt>
<dd><p>
A Sequence element
</p></dd>
</dl>
</div>
<a name="fusion.sequence.concepts.forward_sequence.valid_expressions"></a><h5>
-<a name="id1000715"></a>
+<a name="id442482"></a>
<a href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.valid_expressions">Valid
Expressions</a>
</h5>
@@ -77,169 +81,113 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Type Requirements
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">begin<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">end
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">end<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
Iterator</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">size
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">size<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>. Convertible to int.
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">empty
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">empty<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Boolean Constant</a>. Convertible to bool.
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">front
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">front<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">front
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span>
- <span class="special">=</span> <span class="identifier">o</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">front<span class="special">(</span><span class="identifier">s</span><span class="special">)</span>
+ <span class="special">=</span> <span class="identifier">o</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code> is the first element in the
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt> is the first element in the
sequence, is a valid expression.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.forward_sequence.result_type_expressions"></a><h5>
-<a name="id1001233"></a>
+<a name="id443063"></a>
<a href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.result_type_expressions">Result
Type Expressions</a>
</h5>
@@ -249,82 +197,58 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::begin
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::begin<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::end
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::end<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Unspecified
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::empty
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::empty<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::front
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::front<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.forward_sequence.expression_semantics"></a><h5>
-<a name="id1001601"></a>
+<a name="id443477"></a>
<a href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.expression_semantics">Expression
Semantics</a>
</h5>
@@ -334,85 +258,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- An iterator to the first element of the sequence; see begin
.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput">end
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- A past-the-end iterator to the sequence; see end
.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput">size
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The size of the sequence; see size
.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput">empty
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- A boolean Integral Constant <code class="computeroutput"><span class="identifier">c</span></code>
- such that <code class="computeroutput"><span class="identifier">c</span><span class="special">::</span><span class="identifier">value</span> <span class="special">==</span>
- <span class="keyword">true</span></code> if and only if the
- sequence is empty; see empty
.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput">front
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The first element in the sequence; see front
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">begin<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ An iterator to the first element of the sequence; see begin.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput">end<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ A past-the-end iterator to the sequence; see end.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput">size<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The size of the sequence; see size.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput">empty<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ A boolean Integral Constant <tt class="computeroutput"><span class="identifier">c</span></tt>
+ such that <tt class="computeroutput"><span class="identifier">c</span><span class="special">::</span><span class="identifier">value</span> <span class="special">==</span>
+ <span class="keyword">true</span></tt> if and only if the
+ sequence is empty; see empty.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput">front<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The first element in the sequence; see front.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.forward_sequence.invariants"></a><h5>
-<a name="id1002016"></a>
+<a name="id443945"></a>
<a href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.invariants">Invariants</a>
</h5>
<p>
@@ -420,42 +320,42 @@
</p>
<div class="itemizedlist"><ul type="disc">
<li>
-<code class="computeroutput"><span class="special">[</span>begin
<span class="special">(</span><span class="identifier">s</span><span class="special">),</span> end
<span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code> is always a valid range.
+<tt class="computeroutput"><span class="special">[</span>begin<span class="special">(</span><span class="identifier">s</span><span class="special">),</span> end<span class="special">(</span><span class="identifier">s</span><span class="special">))</span></tt> is always a valid range.
</li>
<li>
An Algorithm that iterates through
- the range <code class="computeroutput"><span class="special">[</span>begin
<span class="special">(</span><span class="identifier">s</span><span class="special">),</span> end
<span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code> will pass through every element of
- <code class="computeroutput"><span class="identifier">s</span></code> exactly once.
+ the range <tt class="computeroutput"><span class="special">[</span>begin<span class="special">(</span><span class="identifier">s</span><span class="special">),</span> end<span class="special">(</span><span class="identifier">s</span><span class="special">))</span></tt> will pass through every element of
+ <tt class="computeroutput"><span class="identifier">s</span></tt> exactly once.
</li>
<li>
-<code class="computeroutput">begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- is identical to <code class="computeroutput">end
<span class="special">(</span><span class="identifier">s</span><span class="special">))</span></code>
- if and only if <code class="computeroutput"><span class="identifier">s</span></code> is empty.
+<tt class="computeroutput">begin<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ is identical to <tt class="computeroutput">end<span class="special">(</span><span class="identifier">s</span><span class="special">))</span></tt>
+ if and only if <tt class="computeroutput"><span class="identifier">s</span></tt> is empty.
</li>
<li>
- Two different iterations through <code class="computeroutput"><span class="identifier">s</span></code>
+ Two different iterations through <tt class="computeroutput"><span class="identifier">s</span></tt>
will access its elements in the same order.
</li>
</ul></div>
<a name="fusion.sequence.concepts.forward_sequence.models"></a><h5>
-<a name="id1002293"></a>
+<a name="id444256"></a>
<a href="forward_sequence.html#fusion.sequence.concepts.forward_sequence.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>std::pair
</li>
-<li>boost::array
</li>
-<li>vector
</li>
-<li>cons
</li>
-<li>list
</li>
-<li>set
</li>
-<li>map
</li>
-<li>single_view
</li>
-<li>filter_view
</li>
-<li>iterator_range
</li>
-<li>joint_view
</li>
-<li>transform_view
</li>
-<li>reverse_view
</li>
-<li>zip_view
</li>
+<li>std::pair</li>
+<li>boost::array</li>
+<li>vector</li>
+<li>cons</li>
+<li>list</li>
+<li>set</li>
+<li>map</li>
+<li>single_view</li>
+<li>filter_view</li>
+<li>iterator_range</li>
+<li>joint_view</li>
+<li>transform_view</li>
+<li>reverse_view</li>
+<li>zip_view</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Random
Access Sequence</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../concepts.html" title="Concepts">
-<link rel="prev" href="bidirectional_sequence.html" title="Bidirectional
+<link rel="previous" href="bidirectional_sequence.html" title="Bidirectional
Sequence">
<link rel="next" href="associative_sequence.html" title="Associative
Sequence">
@@ -26,12 +26,16 @@
<a accesskey="p" href="bidirectional_sequence.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="associative_sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.sequence.concepts.random_access_sequence"></a><a href="random_access_sequence.html" title="Random
Access Sequence">Random
- Access Sequence</a></h4></div></div></div>
+ Access Sequence</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.concepts.random_access_sequence.description"></a><h5>
-<a name="id1003741"></a>
+<a name="id445875"></a>
<a href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.description">Description</a>
</h5>
<p>
@@ -43,7 +47,7 @@
sequence elements.
</p>
<a name="fusion.sequence.concepts.random_access_sequence.refinement_of"></a><h5>
-<a name="id1003788"></a>
+<a name="id445925"></a>
<a href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.refinement_of">Refinement
of</a>
</h5>
@@ -55,31 +59,31 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A Random Access Sequence
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
A Random Access Sequence type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">N</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">N</span></tt></span></dt>
<dd><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">o</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">o</span></tt></span></dt>
<dd><p>
An arbitrary object
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">e</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">e</span></tt></span></dt>
<dd><p>
A Sequence element
</p></dd>
</dl>
</div>
<a name="fusion.sequence.concepts.random_access_sequence.valid_expressions"></a><h5>
-<a name="id1003941"></a>
+<a name="id446092"></a>
<a href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.valid_expressions">Valid
Expressions</a>
</h5>
@@ -96,125 +100,85 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Return type
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Type Requirements
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Runtime Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">begin<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="../../iterator/concepts/random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">end
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">end<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
<a href="../../iterator/concepts/random_access_iterator.html" title="Random
Access Iterator">Random
Access Iterator</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span>
- <span class="special">=</span> <span class="identifier">o</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span>
+ <span class="special">=</span> <span class="identifier">o</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code> is the first element in the
+ </p></td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt> is the first element in the
sequence, is a valid expression.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Constant
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.concepts.random_access_sequence.result_type_expressions"></a><h5>
-<a name="id1004349"></a>
+<a name="id446549"></a>
<a href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.result_type_expressions">Result
Type Expressions</a>
</h5>
@@ -224,80 +188,60 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Compile Time Complexity
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::begin
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::begin<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::end
<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::end<span class="special"><</span><span class="identifier">S</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::at
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
- <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::at<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
+ <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput">result_of::value_at
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
- <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput">result_of::value_at<span class="special"><</span><span class="identifier">S</span><span class="special">,</span>
+ <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span></tt>
+ </p></td>
+<td><p>
Amortized constant time
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<div class="sidebar"><p>
- <span class="inlinemediaobject"><img src="../../../images/note.png" alt="note"></span> <code class="computeroutput">result_of::at
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></code> returns the actual type returned by
- <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>. In
+ <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span> <tt class="computeroutput">result_of::at<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></tt> returns the actual type returned by
+ <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>. In
most cases, this is a reference. Hence, there is no way to know the exact
- element type using <code class="computeroutput">result_of::at
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></code>.The element at <code class="computeroutput"><span class="identifier">N</span></code>
+ element type using <tt class="computeroutput">result_of::at<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></tt>.The element at <tt class="computeroutput"><span class="identifier">N</span></tt>
may actually be a reference to begin with. For this purpose, you can use
- <code class="computeroutput">result_of::value_at
<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></code>.
+ <tt class="computeroutput">result_of::value_at<span class="special"><</span><span class="identifier">S</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></tt>.
</p></div>
<a name="fusion.sequence.concepts.random_access_sequence.expression_semantics"></a><h5>
-<a name="id1004905"></a>
+<a name="id447177"></a>
<a href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.expression_semantics">Expression
Semantics</a>
</h5>
@@ -313,49 +257,41 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput">at
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- The Nth element from the beginning of the sequence; see at
.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput">at<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ The Nth element from the beginning of the sequence; see at.
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.concepts.random_access_sequence.models"></a><h5>
-<a name="id1005048"></a>
+<a name="id447337"></a>
<a href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
-<li>std::pair
</li>
-<li>boost::array
</li>
-<li>vector
</li>
-<li>reverse_view
</li>
+<li>std::pair</li>
+<li>boost::array</li>
+<li>vector</li>
+<li>reverse_view</li>
<li>
-iterator_range
+iterator_range
(where adapted sequence is a Random Access Sequence)
</li>
<li>
-transform_view
+transform_view
(where adapted sequence is a Random Access Sequence)
</li>
<li>
-zip_view
+zip_view
(where adapted sequences are models Random Access Sequence)
</li>
</ul></div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Intrinsic</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../sequence.html" title="Sequence">
-<link rel="prev" href="concepts/associative_sequence.html" title="Associative
+<link rel="previous" href="concepts/associative_sequence.html" title="Associative
Sequence">
<link rel="next" href="intrinsic/functions.html" title="Functions">
</head>
@@ -24,8 +24,12 @@
<a accesskey="p" href="concepts/associative_sequence.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sequence.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="intrinsic/functions.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.sequence.intrinsic"></a>Intrinsic</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.sequence.intrinsic"></a>Intrinsic
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Functions</span></dt>
<dt><span class="section">Metafunctions</span></dt>
@@ -37,11 +41,11 @@
Intrinsic functions, unlike Algorithms,
are not generic across the full Sequence
repertoire. They need to be implemented for each Fusion Sequence
- <sup>[<a name="id1006650" href="#ftn.id1006650">5</a>]</sup>
+ <sup>[<a name="id449142" href="#ftn.id449142">5</a>]</sup>
.
</p>
<a name="fusion.sequence.intrinsic.header"></a><h4>
-<a name="id1006669"></a>
+<a name="id449160"></a>
<a href="intrinsic.html#fusion.sequence.intrinsic.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
@@ -49,7 +53,7 @@
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1006650" href="#id1006650">5</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id449142" href="#id449142">5</a>] </sup>
In practice, many of intrinsic functions have default implementations
that will work in majority of cases
</p></div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../intrinsic.html" title="Intrinsic">
-<link rel="prev" href="../intrinsic.html" title="Intrinsic">
+<link rel="previous" href="../intrinsic.html" title="Intrinsic">
<link rel="next" href="functions/begin.html" title="begin">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../intrinsic.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../intrinsic.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/begin.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.sequence.intrinsic.functions"></a>Functions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.sequence.intrinsic.functions"></a>Functions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">begin</span></dt>
<dt><span class="section">end</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>at</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="size.html" title="size">
+<link rel="previous" href="size.html" title="size">
<link rel="next" href="at_c.html" title="at_c">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="size.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="at_c.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.at"></a>at</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.at"></a>at
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.at.description"></a><h6>
-<a name="id1011708"></a>
+<a name="id454776"></a>
<a href="at.html#fusion.sequence.intrinsic.functions.at.description">Description</a>
</h6>
<p>
Returns the N-th element from the beginning of the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.at.synopsis"></a><h6>
-<a name="id1011736"></a>
+<a name="id454806"></a>
<a href="at.html#fusion.sequence.intrinsic.functions.at.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">N</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::at
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::at<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">at</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">N</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::at
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::at<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">at</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at.parameters"></a><h6>
-<a name="id1012025"></a>
+<a name="id455134"></a>
<a href="at.html#fusion.sequence.intrinsic.functions.at.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,100 +59,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
An index from the beginning of the sequence.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.at.expression_semantics"></a><h6>
-<a name="id1012168"></a>
+<a name="id455292"></a>
<a href="at.html#fusion.sequence.intrinsic.functions.at.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">at</span><span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Returns a reference to
- the N-th element from the beginning of the sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- if <code class="computeroutput"><span class="identifier">seq</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code>
+ <span class="bold"><b>Return type</b></span>: Returns a reference to
+ the N-th element from the beginning of the sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ if <tt class="computeroutput"><span class="identifier">seq</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt>
is the N-th element from the beginning of the sequence, is a valid expression.
Else, returns a type convertable to the N-th element from the beginning
of the sequence.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput"><span class="number">0</span>
- <span class="special"><=</span> <span class="identifier">N</span><span class="special">::</span><span class="identifier">value</span> <span class="special"><</span> size
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
+ <span class="bold"><b>Precondition</b></span>: <tt class="computeroutput"><span class="number">0</span>
+ <span class="special"><=</span> <span class="identifier">N</span><span class="special">::</span><span class="identifier">value</span> <span class="special"><</span> size<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to
+ <span class="bold"><b>Semantics</b></span>: Equivalent to
</p>
-<pre class="programlisting">deref
<span class="special">(</span>advance
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span>begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
+<pre class="programlisting">deref<span class="special">(</span>advance<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span>begin<span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at.header"></a><h6>
-<a name="id1012447"></a>
+<a name="id455606"></a>
<a href="at.html#fusion.sequence.intrinsic.functions.at.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at.example"></a><h6>
-<a name="id1012592"></a>
+<a name="id455770"></a>
<a href="at.html#fusion.sequence.intrinsic.functions.at.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">at</span><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">1</span><span class="special">></span> <span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>at_c</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="at.html" title="at">
+<link rel="previous" href="at.html" title="at">
<link rel="next" href="has_key.html" title="has_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="at.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="has_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.at_c"></a>at_c</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.at_c"></a>at_c
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.at_c.description"></a><h6>
-<a name="id1012794"></a>
+<a name="id455996"></a>
<a href="at_c.html#fusion.sequence.intrinsic.functions.at_c.description">Description</a>
</h6>
<p>
Returns the N-th element from the beginning of the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.at_c.synopsis"></a><h6>
-<a name="id1012823"></a>
+<a name="id456026"></a>
<a href="at_c.html#fusion.sequence.intrinsic.functions.at_c.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">int</span> <span class="identifier">N</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::at_c
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::at_c<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">at_c</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">int</span> <span class="identifier">N</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::at_c
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::at_c<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">at_c</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at_c.parameters"></a><h6>
-<a name="id1013116"></a>
+<a name="id456358"></a>
<a href="at_c.html#fusion.sequence.intrinsic.functions.at_c.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,100 +59,82 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An integral constant
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
An index from the beginning of the sequence.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.at_c.expression_semantics"></a><h6>
-<a name="id1013253"></a>
+<a name="id456508"></a>
<a href="at_c.html#fusion.sequence.intrinsic.functions.at_c.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">at_c</span><span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Returns a reference to
- the N-th element from the beginning of the sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- if <code class="computeroutput"><span class="identifier">seq</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code>
+ <span class="bold"><b>Return type</b></span>: Returns a reference to
+ the N-th element from the beginning of the sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ if <tt class="computeroutput"><span class="identifier">seq</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt>
is the N-th element from the beginning of the sequence, is a valid expression.
Else, returns a type convertable to the N-th element from the beginning
of the sequence.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput"><span class="number">0</span>
+ <span class="bold"><b>Precondition</b></span>: <tt class="computeroutput"><span class="number">0</span>
<span class="special"><=</span> <span class="identifier">N</span>
- <span class="special"><</span> size
<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
+ <span class="special"><</span> size<span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Equivalent to
+ <span class="bold"><b>Semantics</b></span>: Equivalent to
</p>
-<pre class="programlisting">deref
<span class="special">(</span>advance
<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span>begin
<span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
+<pre class="programlisting">deref<span class="special">(</span>advance<span class="special"><</span><span class="identifier">N</span><span class="special">>(</span>begin<span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at_c.header"></a><h6>
-<a name="id1013523"></a>
+<a name="id456813"></a>
<a href="at_c.html#fusion.sequence.intrinsic.functions.at_c.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at_c</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at_c</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at_c.example"></a><h6>
-<a name="id1031147"></a>
+<a name="id456979"></a>
<a href="at_c.html#fusion.sequence.intrinsic.functions.at_c.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">at_c</span><span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>at_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="has_key.html" title="has_key">
+<link rel="previous" href="has_key.html" title="has_key">
<link rel="next" href="swap.html" title="swap">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="has_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="swap.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.at_key"></a>at_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.at_key"></a>at_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.at_key.description"></a><h6>
-<a name="id1032129"></a>
+<a name="id458071"></a>
<a href="at_key.html#fusion.sequence.intrinsic.functions.at_key.description">Description</a>
</h6>
<p>
Returns the element associated with a Key from the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.at_key.synopsis"></a><h6>
-<a name="id1032157"></a>
+<a name="id458100"></a>
<a href="at_key.html#fusion.sequence.intrinsic.functions.at_key.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Key</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::at_key
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::at_key<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">at_key</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Key</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::at_key
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::at_key<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">at_key</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at_key.parameters"></a><h6>
-<a name="id1032449"></a>
+<a name="id458431"></a>
<a href="at_key.html#fusion.sequence.intrinsic.functions.at_key.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,96 +59,78 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The queried key.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.at_key.expression_semantics"></a><h6>
-<a name="id1032585"></a>
+<a name="id458581"></a>
<a href="at_key.html#fusion.sequence.intrinsic.functions.at_key.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">at_key</span><span class="special"><</span><span class="identifier">Key</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Returns a reference to
- the element associated with Key from the sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- if <code class="computeroutput"><span class="identifier">seq</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code>
+ <span class="bold"><b>Return type</b></span>: Returns a reference to
+ the element associated with Key from the sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ if <tt class="computeroutput"><span class="identifier">seq</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt>
is the element associated with Key, is a valid expression. Else, returns
a type convertable to the element associated with Key.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput"><span class="identifier">has_key</span><span class="special"><</span><span class="identifier">Key</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">true</span></code>
+ <span class="bold"><b>Precondition</b></span>: <tt class="computeroutput"><span class="identifier">has_key</span><span class="special"><</span><span class="identifier">Key</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">true</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the element associated
+ <span class="bold"><b>Semantics</b></span>: Returns the element associated
with Key.
</p>
<a name="fusion.sequence.intrinsic.functions.at_key.header"></a><h6>
-<a name="id1032769"></a>
+<a name="id458786"></a>
<a href="at_key.html#fusion.sequence.intrinsic.functions.at_key.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.at_key.example"></a><h6>
-<a name="id1032917"></a>
+<a name="id458952"></a>
<a href="at_key.html#fusion.sequence.intrinsic.functions.at_key.example">Example</a>
</h6>
-<pre class="programlisting">set
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">></span> <span class="identifier">s</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="keyword">true</span><span class="special">);</span>
+<pre class="programlisting">set<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">></span> <span class="identifier">s</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="keyword">true</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">at_key</span><span class="special"><</span><span class="keyword">char</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span> <span class="special">==</span> <span class="char">'x'</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>back</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="front.html" title="front">
+<link rel="previous" href="front.html" title="front">
<link rel="next" href="size.html" title="size">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="front.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="size.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.back"></a>back</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.back"></a>back
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.back.description"></a><h6>
-<a name="id1010165"></a>
+<a name="id453057"></a>
<a href="back.html#fusion.sequence.intrinsic.functions.back.description">Description</a>
</h6>
<p>
Returns the last element in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.back.synopsis"></a><h6>
-<a name="id1010193"></a>
+<a name="id453086"></a>
<a href="back.html#fusion.sequence.intrinsic.functions.back.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::back
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::back<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">back</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::back
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::back<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">back</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.back.parameters"></a><h6>
-<a name="id1010436"></a>
+<a name="id453360"></a>
<a href="back.html#fusion.sequence.intrinsic.functions.back.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,77 +59,65 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.back.expression_semantics"></a><h6>
-<a name="id1010539"></a>
+<a name="id453474"></a>
<a href="back.html#fusion.sequence.intrinsic.functions.back.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">back</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Returns a reference to
- the last element in the sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- if <code class="computeroutput"><span class="identifier">seq</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code>
+ <span class="bold"><b>Return type</b></span>: Returns a reference to
+ the last element in the sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ if <tt class="computeroutput"><span class="identifier">seq</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt>
is the last element in the sequence, is a valid expression. Else, returns
a type convertable to the last element in the sequence.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput">empty
<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">false</span></code>
+ <span class="bold"><b>Precondition</b></span>: <tt class="computeroutput">empty<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">false</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the last element
+ <span class="bold"><b>Semantics</b></span>: Returns the last element
in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.back.header"></a><h6>
-<a name="id1010713"></a>
+<a name="id453668"></a>
<a href="back.html#fusion.sequence.intrinsic.functions.back.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.back.example"></a><h6>
-<a name="id1010860"></a>
+<a name="id453835"></a>
<a href="back.html#fusion.sequence.intrinsic.functions.back.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">back</span><span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>begin</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="../functions.html" title="Functions">
+<link rel="previous" href="../functions.html" title="Functions">
<link rel="next" href="end.html" title="end">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="../functions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="end.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.begin"></a>begin</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.begin"></a>begin
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.begin.description"></a><h6>
-<a name="id1006841"></a>
+<a name="id449354"></a>
<a href="begin.html#fusion.sequence.intrinsic.functions.begin.description">Description</a>
</h6>
<p>
Returns an iterator pointing to the first element in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.begin.synopsis"></a><h6>
-<a name="id1006870"></a>
+<a name="id449383"></a>
<a href="begin.html#fusion.sequence.intrinsic.functions.begin.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::begin
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::begin<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">begin</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::begin
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::begin<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">begin</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.begin.parameters"></a><h6>
-<a name="id1007112"></a>
+<a name="id449656"></a>
<a href="begin.html#fusion.sequence.intrinsic.functions.begin.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,84 +59,72 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to get an iterator from.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.begin.expression_semantics"></a><h6>
-<a name="id1007216"></a>
+<a name="id449770"></a>
<a href="begin.html#fusion.sequence.intrinsic.functions.begin.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">begin</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ Iterator</a> if <tt class="computeroutput"><span class="identifier">seq</span></tt>
is a <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a> else, <a href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ Iterator</a> if <tt class="computeroutput"><span class="identifier">seq</span></tt>
is a <a href="../../concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a> else, <a href="../../../iterator/concepts/random_access_iterator.html" title="Random
Access Iterator">Random
- Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ Access Iterator</a> if <tt class="computeroutput"><span class="identifier">seq</span></tt>
is a <a href="../../concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator pointing
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator pointing
to the first element in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.begin.header"></a><h6>
-<a name="id1007365"></a>
+<a name="id449937"></a>
<a href="begin.html#fusion.sequence.intrinsic.functions.begin.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.begin.example"></a><h6>
-<a name="id1007514"></a>
+<a name="id450104"></a>
<a href="begin.html#fusion.sequence.intrinsic.functions.begin.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span><span class="identifier">begin</span><span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span><span class="identifier">begin</span><span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>empty</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="end.html" title="end">
+<link rel="previous" href="end.html" title="end">
<link rel="next" href="front.html" title="front">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,27 +23,31 @@
<a accesskey="p" href="end.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="front.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.empty"></a>empty</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.empty"></a>empty
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.empty.description"></a><h6>
-<a name="id1008576"></a>
+<a name="id451290"></a>
<a href="empty.html#fusion.sequence.intrinsic.functions.empty.description">Description</a>
</h6>
<p>
- Returns a type convertible to <code class="computeroutput"><span class="keyword">bool</span></code>
- that evaluates to <code class="computeroutput"><span class="keyword">true</span></code> if
- the sequence is empty, else, evaluates to <code class="computeroutput"><span class="keyword">false</span></code>.
+ Returns a type convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>
+ that evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt> if
+ the sequence is empty, else, evaluates to <tt class="computeroutput"><span class="keyword">false</span></tt>.
</p>
<a name="fusion.sequence.intrinsic.functions.empty.synopsis"></a><h6>
-<a name="id1008636"></a>
+<a name="id451355"></a>
<a href="empty.html#fusion.sequence.intrinsic.functions.empty.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::empty
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::empty<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">empty</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.empty.parameters"></a><h6>
-<a name="id1008772"></a>
+<a name="id451507"></a>
<a href="empty.html#fusion.sequence.intrinsic.functions.empty.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -53,68 +57,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.empty.expression_semantics"></a><h6>
-<a name="id1008876"></a>
+<a name="id451622"></a>
<a href="empty.html#fusion.sequence.intrinsic.functions.empty.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">empty</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: Convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Evaluates to <code class="computeroutput"><span class="keyword">true</span></code> if the sequence is empty, else, evaluates
- to <code class="computeroutput"><span class="keyword">false</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt> if the sequence is empty, else, evaluates
+ to <tt class="computeroutput"><span class="keyword">false</span></tt>.
</p>
<a name="fusion.sequence.intrinsic.functions.empty.header"></a><h6>
-<a name="id1008975"></a>
+<a name="id451733"></a>
<a href="empty.html#fusion.sequence.intrinsic.functions.empty.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.empty.example"></a><h6>
-<a name="id1009124"></a>
+<a name="id451899"></a>
<a href="empty.html#fusion.sequence.intrinsic.functions.empty.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">empty</span><span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">false</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>end</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="begin.html" title="begin">
+<link rel="previous" href="begin.html" title="begin">
<link rel="next" href="empty.html" title="empty">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="begin.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="empty.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.end"></a>end</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.end"></a>end
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.end.description"></a><h6>
-<a name="id1007702"></a>
+<a name="id450314"></a>
<a href="end.html#fusion.sequence.intrinsic.functions.end.description">Description</a>
</h6>
<p>
Returns an iterator pointing to one element past the end of the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.end.synopsis"></a><h6>
-<a name="id1007731"></a>
+<a name="id450344"></a>
<a href="end.html#fusion.sequence.intrinsic.functions.end.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::end
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::end<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">end</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::end
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::end<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">end</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.end.parameters"></a><h6>
-<a name="id1007972"></a>
+<a name="id450615"></a>
<a href="end.html#fusion.sequence.intrinsic.functions.end.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,84 +59,72 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to get an iterator from.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.end.expression_semantics"></a><h6>
-<a name="id1008076"></a>
+<a name="id450728"></a>
<a href="end.html#fusion.sequence.intrinsic.functions.end.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">end</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
+ <span class="bold"><b>Return type</b></span>: <a href="../../../iterator/concepts/forward_iterator.html" title="Forward
Iterator">Forward
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ Iterator</a> if <tt class="computeroutput"><span class="identifier">seq</span></tt>
is a <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a> else, <a href="../../../iterator/concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
- Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ Iterator</a> if <tt class="computeroutput"><span class="identifier">seq</span></tt>
is a <a href="../../concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a> else, <a href="../../../iterator/concepts/random_access_iterator.html" title="Random
Access Iterator">Random
- Access Iterator</a> if <code class="computeroutput"><span class="identifier">seq</span></code>
+ Access Iterator</a> if <tt class="computeroutput"><span class="identifier">seq</span></tt>
is a <a href="../../concepts/random_access_sequence.html" title="Random
Access Sequence">Random
Access Sequence</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns an iterator pointing
+ <span class="bold"><b>Semantics</b></span>: Returns an iterator pointing
to one element past the end of the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.end.header"></a><h6>
-<a name="id1008225"></a>
+<a name="id450896"></a>
<a href="end.html#fusion.sequence.intrinsic.functions.end.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.end.example"></a><h6>
-<a name="id1008372"></a>
+<a name="id451061"></a>
<a href="end.html#fusion.sequence.intrinsic.functions.end.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span>deref
<span class="special">(</span>prior
<span class="special">(</span><span class="identifier">end</span><span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<span class="identifier">assert</span><span class="special">(</span>deref<span class="special">(</span>prior<span class="special">(</span><span class="identifier">end</span><span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>front</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="empty.html" title="empty">
+<link rel="previous" href="empty.html" title="empty">
<link rel="next" href="back.html" title="back">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="empty.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="back.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.front"></a>front</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.front"></a>front
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.front.description"></a><h6>
-<a name="id1009296"></a>
+<a name="id452090"></a>
<a href="front.html#fusion.sequence.intrinsic.functions.front.description">Description</a>
</h6>
<p>
Returns the first element in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.front.synopsis"></a><h6>
-<a name="id1009324"></a>
+<a name="id452119"></a>
<a href="front.html#fusion.sequence.intrinsic.functions.front.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::front
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::front<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">front</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::front
<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::front<span class="special"><</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">front</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.front.parameters"></a><h6>
-<a name="id1009567"></a>
+<a name="id452393"></a>
<a href="front.html#fusion.sequence.intrinsic.functions.front.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -55,77 +59,65 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.front.expression_semantics"></a><h6>
-<a name="id1009670"></a>
+<a name="id452507"></a>
<a href="front.html#fusion.sequence.intrinsic.functions.front.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">front</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Returns a reference to
- the first element in the sequence <code class="computeroutput"><span class="identifier">seq</span></code>
- if <code class="computeroutput"><span class="identifier">seq</span></code> is mutable and
- <code class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
- <span class="identifier">o</span></code>, where <code class="computeroutput"><span class="identifier">e</span></code>
+ <span class="bold"><b>Return type</b></span>: Returns a reference to
+ the first element in the sequence <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ if <tt class="computeroutput"><span class="identifier">seq</span></tt> is mutable and
+ <tt class="computeroutput"><span class="identifier">e</span> <span class="special">=</span>
+ <span class="identifier">o</span></tt>, where <tt class="computeroutput"><span class="identifier">e</span></tt>
is the first element in the sequence, is a valid expression. Else, returns
a type convertable to the first element in the sequence.
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput">empty
<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">false</span></code>
+ <span class="bold"><b>Precondition</b></span>: <tt class="computeroutput">empty<span class="special">(</span><span class="identifier">seq</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">false</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the first element
+ <span class="bold"><b>Semantics</b></span>: Returns the first element
in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.front.header"></a><h6>
-<a name="id1009844"></a>
+<a name="id452699"></a>
<a href="front.html#fusion.sequence.intrinsic.functions.front.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.front.example"></a><h6>
-<a name="id1009993"></a>
+<a name="id452866"></a>
<a href="front.html#fusion.sequence.intrinsic.functions.front.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">front</span><span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>has_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="at_c.html" title="at_c">
+<link rel="previous" href="at_c.html" title="at_c">
<link rel="next" href="at_key.html" title="at_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="at_c.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="at_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.has_key"></a>has_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.has_key"></a>has_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.has_key.description"></a><h6>
-<a name="id1031328"></a>
+<a name="id457181"></a>
<a href="has_key.html#fusion.sequence.intrinsic.functions.has_key.description">Description</a>
</h6>
<p>
- Returns a type convertible to <code class="computeroutput"><span class="keyword">bool</span></code>
- that evaluates to <code class="computeroutput"><span class="keyword">true</span></code> if
+ Returns a type convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>
+ that evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt> if
the sequence contains an element associated with a Key, else, evaluates
- to <code class="computeroutput"><span class="keyword">false</span></code>.
+ to <tt class="computeroutput"><span class="keyword">false</span></tt>.
</p>
<a name="fusion.sequence.intrinsic.functions.has_key.synopsis"></a><h6>
-<a name="id1031389"></a>
+<a name="id457247"></a>
<a href="has_key.html#fusion.sequence.intrinsic.functions.has_key.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Key</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::has_key
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::has_key<span class="special"><</span><span class="identifier">Sequence</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">has_key</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.has_key.parameters"></a><h6>
-<a name="id1031550"></a>
+<a name="id457429"></a>
<a href="has_key.html#fusion.sequence.intrinsic.functions.has_key.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -54,87 +58,69 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/associative_sequence.html" title="Associative
Sequence">Associative
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The queried key.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.has_key.expression_semantics"></a><h6>
-<a name="id1031689"></a>
+<a name="id457581"></a>
<a href="has_key.html#fusion.sequence.intrinsic.functions.has_key.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">has_key</span><span class="special"><</span><span class="identifier">Key</span><span class="special">>(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="bold"><b>Return type</b></span>: Convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Evaluates to <code class="computeroutput"><span class="keyword">true</span></code> if the sequence contains an element
- associated with Key, else, evaluates to <code class="computeroutput"><span class="keyword">false</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Evaluates to <tt class="computeroutput"><span class="keyword">true</span></tt> if the sequence contains an element
+ associated with Key, else, evaluates to <tt class="computeroutput"><span class="keyword">false</span></tt>.
</p>
<a name="fusion.sequence.intrinsic.functions.has_key.header"></a><h6>
-<a name="id1031797"></a>
+<a name="id457702"></a>
<a href="has_key.html#fusion.sequence.intrinsic.functions.has_key.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.has_key.example"></a><h6>
-<a name="id1031946"></a>
+<a name="id457868"></a>
<a href="has_key.html#fusion.sequence.intrinsic.functions.has_key.example">Example</a>
</h6>
-<pre class="programlisting">set
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">></span> <span class="identifier">s</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="keyword">true</span><span class="special">);</span>
+<pre class="programlisting">set<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">></span> <span class="identifier">s</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="keyword">true</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">has_key</span><span class="special"><</span><span class="keyword">char</span><span class="special">>(</span><span class="identifier">s</span><span class="special">)</span> <span class="special">==</span> <span class="keyword">true</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>size</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="back.html" title="back">
+<link rel="previous" href="back.html" title="back">
<link rel="next" href="at.html" title="at">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,26 +23,30 @@
<a accesskey="p" href="back.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="at.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.size"></a>size</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.size"></a>size
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.size.description"></a><h6>
-<a name="id1011033"></a>
+<a name="id454026"></a>
<a href="size.html#fusion.sequence.intrinsic.functions.size.description">Description</a>
</h6>
<p>
- Returns a type convertible to <code class="computeroutput"><span class="keyword">int</span></code>
+ Returns a type convertible to <tt class="computeroutput"><span class="keyword">int</span></tt>
that evaluates the number of elements in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.size.synopsis"></a><h6>
-<a name="id1011072"></a>
+<a name="id454069"></a>
<a href="size.html#fusion.sequence.intrinsic.functions.size.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
-<span class="keyword">typename</span> result_of::size
<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
+<span class="keyword">typename</span> result_of::size<span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
<span class="identifier">size</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.size.parameters"></a><h6>
-<a name="id1011208"></a>
+<a name="id454221"></a>
<a href="size.html#fusion.sequence.intrinsic.functions.size.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,68 +56,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq</span></tt>
+ </p></td>
+<td><p>
Model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence we wish to investigate.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.size.expression_semantics"></a><h6>
-<a name="id1011313"></a>
+<a name="id454335"></a>
<a href="size.html#fusion.sequence.intrinsic.functions.size.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">size</span><span class="special">(</span><span class="identifier">seq</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Convertible to <code class="computeroutput"><span class="keyword">int</span></code>.
+ <span class="bold"><b>Return type</b></span>: Convertible to <tt class="computeroutput"><span class="keyword">int</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the number of elements
+ <span class="bold"><b>Semantics</b></span>: Returns the number of elements
in the sequence.
</p>
<a name="fusion.sequence.intrinsic.functions.size.header"></a><h6>
-<a name="id1011390"></a>
+<a name="id454421"></a>
<a href="size.html#fusion.sequence.intrinsic.functions.size.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.intrinsic.functions.size.example"></a><h6>
-<a name="id1011536"></a>
+<a name="id454586"></a>
<a href="size.html#fusion.sequence.intrinsic.functions.size.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">size</span><span class="special">(</span><span class="identifier">v</span><span class="special">)</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>swap</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
-<link rel="prev" href="at_key.html" title="at_key">
+<link rel="previous" href="at_key.html" title="at_key">
<link rel="next" href="../metafunctions.html" title="Metafunctions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="at_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.functions.swap"></a>swap</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.functions.swap"></a>swap
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.functions.swap.description"></a><h6>
-<a name="id1033101"></a>
+<a name="id459156"></a>
<a href="swap.html#fusion.sequence.intrinsic.functions.swap.description">Description</a>
</h6>
<p>
Performs an element by element swap of the elements in 2 sequences.
</p>
<a name="fusion.sequence.intrinsic.functions.swap.synopsis"></a><h6>
-<a name="id1033129"></a>
+<a name="id459186"></a>
<a href="swap.html#fusion.sequence.intrinsic.functions.swap.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
<span class="keyword">void</span> <span class="identifier">swap</span><span class="special">(</span><span class="identifier">Seq1</span><span class="special">&</span> <span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">Seq2</span><span class="special">&</span> <span class="identifier">seq2</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.intrinsic.functions.swap.parameters"></a><h6>
-<a name="id1033254"></a>
+<a name="id459324"></a>
<a href="swap.html#fusion.sequence.intrinsic.functions.swap.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -50,69 +54,57 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameters
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">seq1</span></code>, <code class="computeroutput"><span class="identifier">seq2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">seq1</span></tt>, <tt class="computeroutput"><span class="identifier">seq2</span></tt>
+ </p></td>
+<td><p>
Models of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequences whos elements we wish to swap.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.intrinsic.functions.swap.expression_semantics"></a><h6>
-<a name="id1033369"></a>
+<a name="id459450"></a>
<a href="swap.html#fusion.sequence.intrinsic.functions.swap.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">swap</span><span class="special">(</span><span class="identifier">seq1</span><span class="special">,</span> <span class="identifier">seq2</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">void</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">void</span></tt>
</p>
<p>
- <span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput">size
<span class="special">(</span><span class="identifier">seq1</span><span class="special">)</span> <span class="special">==</span> size
<span class="special">(</span><span class="identifier">seq2</span><span class="special">)</span></code>
+ <span class="bold"><b>Precondition</b></span>: <tt class="computeroutput">size<span class="special">(</span><span class="identifier">seq1</span><span class="special">)</span> <span class="special">==</span> size<span class="special">(</span><span class="identifier">seq2</span><span class="special">)</span></tt>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Calls <code class="computeroutput"><span class="identifier">swap</span><span class="special">(</span><span class="identifier">a1</span><span class="special">,</span> <span class="identifier">b1</span><span class="special">)</span></code> for corresponding elements in <code class="computeroutput"><span class="identifier">seq1</span></code> and <code class="computeroutput"><span class="identifier">seq2</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Calls <tt class="computeroutput"><span class="identifier">swap</span><span class="special">(</span><span class="identifier">a1</span><span class="special">,</span> <span class="identifier">b1</span><span class="special">)</span></tt> for corresponding elements in <tt class="computeroutput"><span class="identifier">seq1</span></tt> and <tt class="computeroutput"><span class="identifier">seq2</span></tt>.
</p>
<p>
/sequence/intrinsic/swap.hpp>
</p>
<a name="fusion.sequence.intrinsic.functions.swap.example"></a><h6>
-<a name="id1033587"></a>
+<a name="id459697"></a>
<a href="swap.html#fusion.sequence.intrinsic.functions.swap.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">),</span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="string">"world"</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">),</span> <span class="identifier">v2</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="string">"world"</span><span class="special">);</span>
<span class="identifier">swap</span><span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">);</span>
-<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="string">"world"</span><span class="special">));</span>
-<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v2</span> <span class="special">==</span> make_vector
<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">));</span>
+<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="string">"world"</span><span class="special">));</span>
+<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v2</span> <span class="special">==</span> make_vector<span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="string">"hello"</span><span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metafunctions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../intrinsic.html" title="Intrinsic">
-<link rel="prev" href="functions/swap.html" title="swap">
+<link rel="previous" href="functions/swap.html" title="swap">
<link rel="next" href="metafunctions/begin.html" title="begin">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="functions/swap.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../intrinsic.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="metafunctions/begin.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions"></a>Metafunctions</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions"></a>Metafunctions
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">begin</span></dt>
<dt><span class="section">end</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>at</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="size.html" title="size">
+<link rel="previous" href="size.html" title="size">
<link rel="next" href="at_c.html" title="at_c">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="size.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="at_c.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.at"></a>at</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.at"></a>at
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.at.description"></a><h6>
-<a name="id1037364"></a>
+<a name="id463899"></a>
<a href="at.html#fusion.sequence.intrinsic.metafunctions.at.description">Description</a>
</h6>
<p>
- Returns the result type of at
- <sup>[<a name="id1037397" href="#ftn.id1037397">6</a>]</sup>
+ Returns the result type of at
+ <sup>[<a name="id463937" href="#ftn.id463937">6</a>]</sup>
.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.at.synopsis"></a><h6>
-<a name="id1037503"></a>
+<a name="id464055"></a>
<a href="at.html#fusion.sequence.intrinsic.metafunctions.at.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1037605"></a><p class="title"><b>Table 1.25. Parameters</b></p>
+<a name="id464169"></a><p class="title"><b>Table 1.25. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,94 +59,76 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Index of element
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.at.expression_semantics"></a><h6>
-<a name="id1037735"></a>
+<a name="id464313"></a>
<a href="at.html#fusion.sequence.intrinsic.metafunctions.at.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type.
+ <span class="bold"><b>Return type</b></span>: Any type.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the result type of
- using at
to access the <code class="computeroutput"><span class="identifier">N</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the result type of
+ using at to access the <tt class="computeroutput"><span class="identifier">N</span></tt>th element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/at.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.at.example"></a><h6>
-<a name="id1037865"></a>
+<a name="id464460"></a>
<a href="at.html#fusion.sequence.intrinsic.metafunctions.at.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at
<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">1</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">1</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&>));</span>
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1037397" href="#id1037397">6</a>] </sup>
- result_of::at
reflects the actual return
- type of the function at
. Sequence(s)
- typically return references to its elements via the at
function. If you want
- to get the actual element type, use result_of::value_at
+<div class="footnote"><p><sup>[<a name="ftn.id463937" href="#id463937">6</a>] </sup>
+ result_of::at reflects the actual return
+ type of the function at. Sequence(s)
+ typically return references to its elements via the at function. If you want
+ to get the actual element type, use result_of::value_at
</p></div>
</div>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>at_c</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="at.html" title="at">
+<link rel="previous" href="at.html" title="at">
<link rel="next" href="value_at.html" title="value_at">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="at.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="value_at.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.at_c"></a>at_c</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.at_c"></a>at_c
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.at_c.description"></a><h6>
-<a name="id1038095"></a>
+<a name="id464716"></a>
<a href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.description">Description</a>
</h6>
<p>
- Returns the result type of at_c
- <sup>[<a name="id1038129" href="#ftn.id1038129">7</a>]</sup>
+ Returns the result type of at_c
+ <sup>[<a name="id464754" href="#ftn.id464754">7</a>]</sup>
.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.at_c.synopsis"></a><h6>
-<a name="id1038238"></a>
+<a name="id464875"></a>
<a href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1038341"></a><p class="title"><b>Table 1.26. Parameters</b></p>
+<a name="id464990"></a><p class="title"><b>Table 1.26. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,93 +59,75 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">M</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">M</span></tt>
+ </p></td>
+<td><p>
Positive integer index
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Index of element
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.at_c.expression_semantics"></a><h6>
-<a name="id1038466"></a>
+<a name="id465128"></a>
<a href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at_c</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the result type of
- using at_c
to access the <code class="computeroutput"><span class="identifier">M</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the result type of
+ using at_c to access the <tt class="computeroutput"><span class="identifier">M</span></tt>th element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/at.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.at_c.example"></a><h6>
-<a name="id1038597"></a>
+<a name="id465277"></a>
<a href="at_c.html#fusion.sequence.intrinsic.metafunctions.at_c.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at_c
<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="number">1</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at_c<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="number">1</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">&>));</span>
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1038129" href="#id1038129">7</a>] </sup>
- result_of::at_c
reflects the actual
- return type of the function at_c
. Sequence(s)
- typically return references to its elements via the at_c
function. If you want
- to get the actual element type, use result_of::value_at_c
+<div class="footnote"><p><sup>[<a name="ftn.id464754" href="#id464754">7</a>] </sup>
+ result_of::at_c reflects the actual
+ return type of the function at_c. Sequence(s)
+ typically return references to its elements via the at_c function. If you want
+ to get the actual element type, use result_of::value_at_c
</p></div>
</div>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>at_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="has_key.html" title="has_key">
+<link rel="previous" href="has_key.html" title="has_key">
<link rel="next" href="value_at_key.html" title="value_at_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,19 +23,23 @@
<a accesskey="p" href="has_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="value_at_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.at_key"></a>at_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.at_key"></a>at_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.at_key.description"></a><h6>
-<a name="id1040728"></a>
+<a name="id467652"></a>
<a href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.description">Description</a>
</h6>
<p>
- Returns the result type of at_key
- <sup>[<a name="id1040762" href="#ftn.id1040762">8</a>]</sup>
+ Returns the result type of at_key
+ <sup>[<a name="id467690" href="#ftn.id467690">8</a>]</sup>
.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.at_key.synopsis"></a><h6>
-<a name="id1040868"></a>
+<a name="id467808"></a>
<a href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -47,7 +51,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1040970"></a><p class="title"><b>Table 1.30. Parameters</b></p>
+<a name="id467923"></a><p class="title"><b>Table 1.30. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -55,95 +59,77 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Key type
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.at_key.expression_semantics"></a><h6>
-<a name="id1041095"></a>
+<a name="id468061"></a>
<a href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">at_key</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type.
+ <span class="bold"><b>Return type</b></span>: Any type.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the result of using
- at_key
to access the element
- with key type <code class="computeroutput"><span class="identifier">Key</span></code> in
- <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the result of using
+ at_key to access the element
+ with key type <tt class="computeroutput"><span class="identifier">Key</span></tt> in
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/at_key.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.at_key.example"></a><h6>
-<a name="id1041226"></a>
+<a name="id468209"></a>
<a href="at_key.html#fusion.sequence.intrinsic.metafunctions.at_key.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> map
<span class="special"><</span>pair
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">double</span><span class="special">,<
/span> <span class="keyword">char</span><span class="special">></span> <span class="special">></span> <span class="identifier">mymap</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at_key
<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> map<span class="special"><</span>pair<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span cla
ss="keyword">char</span><span class="special">></span> <span class="special">></span> <span class="identifier">mymap</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at_key<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&>));</span>
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1040762" href="#id1040762">8</a>] </sup>
- result_of::at_key
reflects the actual
- return type of the function at_key
. <span class="underline">_sequence</span>_s
- typically return references to its elements via the at_key
function. If you
- want to get the actual element type, use result_of::value_at_key
+<div class="footnote"><p><sup>[<a name="ftn.id467690" href="#id467690">8</a>] </sup>
+ result_of::at_key reflects the actual
+ return type of the function at_key. <span class="underline">_sequence</span>_s
+ typically return references to its elements via the at_key function. If you
+ want to get the actual element type, use result_of::value_at_key
</p></div>
</div>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>back</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="front.html" title="front">
+<link rel="previous" href="front.html" title="front">
<link rel="next" href="size.html" title="size">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="front.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="size.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.back"></a>back</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.back"></a>back
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.back.description"></a><h6>
-<a name="id1036228"></a>
+<a name="id462638"></a>
<a href="back.html#fusion.sequence.intrinsic.metafunctions.back.description">Description</a>
</h6>
<p>
- Returns the result type of back
.
+ Returns the result type of back.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.back.synopsis"></a><h6>
-<a name="id1036272"></a>
+<a name="id462685"></a>
<a href="back.html#fusion.sequence.intrinsic.metafunctions.back.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1036358"></a><p class="title"><b>Table 1.23. Parameters</b></p>
+<a name="id462782"></a><p class="title"><b>Table 1.23. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,66 +55,54 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.back.expression_semantics"></a><h6>
-<a name="id1036451"></a>
+<a name="id462882"></a>
<a href="back.html#fusion.sequence.intrinsic.metafunctions.back.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">back</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: The type returned by dereferencing
- an iterator to the last element in the sequence. Equivalent to <code class="computeroutput">result_of::deref
<span class="special"><</span>result_of::prior
<span class="special"><</span>result_of::end
<span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</sp
an><span class="identifier">type</span></code>.
+ <span class="bold"><b>Semantics</b></span>: The type returned by dereferencing
+ an iterator to the last element in the sequence. Equivalent to <tt class="computeroutput">result_of::deref<span class="special"><</span>result_of::prior<span class="special"><</span>result_of::end<span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class
="identifier">type</span></tt>.
</p>
<p>
/sequence/intrinsic/back.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.back.example"></a><h6>
-<a name="id1036654"></a>
+<a name="id463112"></a>
<a href="back.html#fusion.sequence.intrinsic.metafunctions.back.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::back
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::back<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">char</span><span class="special">&>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>begin</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="../metafunctions.html" title="Metafunctions">
+<link rel="previous" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="end.html" title="end">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="end.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.begin"></a>begin</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.begin"></a>begin
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.begin.description"></a><h6>
-<a name="id1033899"></a>
+<a name="id460045"></a>
<a href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.description">Description</a>
</h6>
<p>
- Returns the result type of begin
.
+ Returns the result type of begin.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.begin.synopsis"></a><h6>
-<a name="id1033942"></a>
+<a name="id460092"></a>
<a href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1034028"></a><p class="title"><b>Table 1.19. Parameters</b></p>
+<a name="id460188"></a><p class="title"><b>Table 1.19. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,68 +55,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.begin.expression_semantics"></a><h6>
-<a name="id1034121"></a>
+<a name="id460289"></a>
<a href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An iterator modelling the
- same traversal concept as <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Return type</b></span>: An iterator modelling the
+ same traversal concept as <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the type of an iterator
- to the first element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the type of an iterator
+ to the first element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/begin.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.begin.example"></a><h6>
-<a name="id1034227"></a>
+<a name="id460408"></a>
<a href="begin.html#fusion.sequence.intrinsic.metafunctions.begin.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">it</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::deref
<span class="special"><</span><span class="identifier">it</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>))</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">it</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::deref<span class="special"><</span><span class="identifier">it</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>))</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>empty</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="end.html" title="end">
+<link rel="previous" href="end.html" title="end">
<link rel="next" href="front.html" title="front">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="end.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="front.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.empty"></a>empty</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.empty"></a>empty
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.empty.description"></a><h6>
-<a name="id1035053"></a>
+<a name="id461329"></a>
<a href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.description">Description</a>
</h6>
<p>
- Returns the result type of empty
.
+ Returns the result type of empty.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.empty.synopsis"></a><h6>
-<a name="id1035096"></a>
+<a name="id461377"></a>
<a href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1035183"></a><p class="title"><b>Table 1.21. Parameters</b></p>
+<a name="id461474"></a><p class="title"><b>Table 1.21. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,71 +55,59 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.empty.expression_semantics"></a><h6>
-<a name="id1035276"></a>
+<a name="id461575"></a>
<a href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">empty</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
- if <code class="computeroutput"><span class="identifier">Seq</span></code> has zero elements,
- <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise.
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
+ if <tt class="computeroutput"><span class="identifier">Seq</span></tt> has zero elements,
+ <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt> otherwise.
</p>
<p>
/sequence/intrinsic/empty.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.empty.example"></a><h6>
-<a name="id1035417"></a>
+<a name="id461733"></a>
<a href="empty.html#fusion.sequence.intrinsic.metafunctions.empty.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><></span> <span class="identifier">empty_vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><></span> <span class="identifier">empty_vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::empty
<span class="special"><</span><span class="identifier">empty_vec</span><span class="special">>));</span>
-<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span>result_of::empty
<span class="special"><</span><span class="identifier">vec</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::empty<span class="special"><</span><span class="identifier">empty_vec</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span>result_of::empty<span class="special"><</span><span class="identifier">vec</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>end</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="begin.html" title="begin">
+<link rel="previous" href="begin.html" title="begin">
<link rel="next" href="empty.html" title="empty">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="begin.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="empty.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.end"></a>end</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.end"></a>end
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.end.description"></a><h6>
-<a name="id1034453"></a>
+<a name="id460662"></a>
<a href="end.html#fusion.sequence.intrinsic.metafunctions.end.description">Description</a>
</h6>
<p>
- Returns the result type of end
.
+ Returns the result type of end.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.end.synopsis"></a><h6>
-<a name="id1034497"></a>
+<a name="id460709"></a>
<a href="end.html#fusion.sequence.intrinsic.metafunctions.end.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1034583"></a><p class="title"><b>Table 1.20. Parameters</b></p>
+<a name="id460806"></a><p class="title"><b>Table 1.20. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,68 +55,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.end.expression_semantics"></a><h6>
-<a name="id1034676"></a>
+<a name="id460906"></a>
<a href="end.html#fusion.sequence.intrinsic.metafunctions.end.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">end</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: A model of the same traversal
- concept as <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Return type</b></span>: A model of the same traversal
+ concept as <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the type of an iterator
- one past the end of <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the type of an iterator
+ one past the end of <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/end.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.end.example"></a><h6>
-<a name="id1034781"></a>
+<a name="id461024"></a>
<a href="end.html#fusion.sequence.intrinsic.metafunctions.end.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::prior
<span class="special"><</span>result_of::end
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to
<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> result_of::begin
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>))</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::prior<span class="special"><</span>result_of::end<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::equal_to<span class="special"><</span><span class="identifier">first</span><span class="special">,</span> result_of::begin<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>))</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>front</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="empty.html" title="empty">
+<link rel="previous" href="empty.html" title="empty">
<link rel="next" href="back.html" title="back">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="empty.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="back.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.front"></a>front</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.front"></a>front
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.front.description"></a><h6>
-<a name="id1035648"></a>
+<a name="id461992"></a>
<a href="front.html#fusion.sequence.intrinsic.metafunctions.front.description">Description</a>
</h6>
<p>
- Returns the result type of front
.
+ Returns the result type of front.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.front.synopsis"></a><h6>
-<a name="id1035692"></a>
+<a name="id462040"></a>
<a href="front.html#fusion.sequence.intrinsic.metafunctions.front.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1035779"></a><p class="title"><b>Table 1.22. Parameters</b></p>
+<a name="id462137"></a><p class="title"><b>Table 1.22. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,67 +55,55 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.front.expression_semantics"></a><h6>
-<a name="id1035871"></a>
+<a name="id462238"></a>
<a href="front.html#fusion.sequence.intrinsic.metafunctions.front.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">front</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: The type returned by dereferencing
- an iterator to the first element in <code class="computeroutput"><span class="identifier">Seq</span></code>.
- Equivalent to <code class="computeroutput">result_of::deref
<span class="special"><</span>result_of::begin
<span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Semantics</b></span>: The type returned by dereferencing
+ an iterator to the first element in <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
+ Equivalent to <tt class="computeroutput">result_of::deref<span class="special"><</span>result_of::begin<span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<p>
/sequence/intrinsic/front.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.front.example"></a><h6>
-<a name="id1036049"></a>
+<a name="id462439"></a>
<a href="front.html#fusion.sequence.intrinsic.metafunctions.front.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::front
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::front<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>has_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="value_at_c.html" title="value_at_c">
+<link rel="previous" href="value_at_c.html" title="value_at_c">
<link rel="next" href="at_key.html" title="at_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="value_at_c.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="at_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.has_key"></a>has_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.has_key"></a>has_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.has_key.description"></a><h6>
-<a name="id1039990"></a>
+<a name="id466829"></a>
<a href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.description">Description</a>
</h6>
<p>
- Returns the result type of has_key
.
+ Returns the result type of has_key.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.has_key.synopsis"></a><h6>
-<a name="id1040034"></a>
+<a name="id466877"></a>
<a href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1040137"></a><p class="title"><b>Table 1.29. Parameters</b></p>
+<a name="id466993"></a><p class="title"><b>Table 1.29. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,89 +57,71 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Key type
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.has_key.expression_semantics"></a><h6>
-<a name="id1040261"></a>
+<a name="id467130"></a>
<a href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">has_key</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
- if <code class="computeroutput"><span class="identifier">Seq</span></code> contains an element
- with key type <code class="computeroutput"><span class="identifier">Key</span></code>, returns
- <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise.
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
+ if <tt class="computeroutput"><span class="identifier">Seq</span></tt> contains an element
+ with key type <tt class="computeroutput"><span class="identifier">Key</span></tt>, returns
+ <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt> otherwise.
</p>
<p>
/sequence/intrinsic/has_key.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.has_key.example"></a><h6>
-<a name="id1040422"></a>
+<a name="id467310"></a>
<a href="has_key.html#fusion.sequence.intrinsic.metafunctions.has_key.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> map
<span class="special"><</span>pair
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">double</span><span class="special">,<
/span> <span class="keyword">char</span><span class="special">></span> <span class="special">></span> <span class="identifier">mymap</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::has_key
<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
-<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span>result_of::has_key
<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">void</span><span class="special">*>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> map<span class="special"><</span>pair<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span cla
ss="keyword">char</span><span class="special">></span> <span class="special">></span> <span class="identifier">mymap</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span>result_of::has_key<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
+<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span>result_of::has_key<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">void</span><span class="special">*>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>size</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="back.html" title="back">
+<link rel="previous" href="back.html" title="back">
<link rel="next" href="at.html" title="at">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="back.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="at.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.size"></a>size</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.size"></a>size
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.size.description"></a><h6>
-<a name="id1036833"></a>
+<a name="id463312"></a>
<a href="size.html#fusion.sequence.intrinsic.metafunctions.size.description">Description</a>
</h6>
<p>
- Returns the result type of size
.
+ Returns the result type of size.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.size.synopsis"></a><h6>
-<a name="id1036877"></a>
+<a name="id463359"></a>
<a href="size.html#fusion.sequence.intrinsic.metafunctions.size.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1036963"></a><p class="title"><b>Table 1.24. Parameters</b></p>
+<a name="id463456"></a><p class="title"><b>Table 1.24. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,67 +55,55 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.size.expression_semantics"></a><h6>
-<a name="id1037056"></a>
+<a name="id463555"></a>
<a href="size.html#fusion.sequence.intrinsic.metafunctions.size.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">size</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the number of elements
- in <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the number of elements
+ in <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/size.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.size.example"></a><h6>
-<a name="id1037158"></a>
+<a name="id463670"></a>
<a href="size.html#fusion.sequence.intrinsic.metafunctions.size.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::size
<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">size_mpl_integral_constant</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::size<span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">size_mpl_integral_constant</span><span class="special">;</span>
<span class="identifier">BOOST_MPL_ASSERT_RELATION</span><span class="special">(</span><span class="identifier">size_mpl_integral_constant</span><span class="special">::</span><span class="identifier">value</span><span class="special">,</span> <span class="special">==,</span> <span class="number">3</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>swap</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="value_at_key.html" title="value_at_key">
+<link rel="previous" href="value_at_key.html" title="value_at_key">
<link rel="next" href="../../operator.html" title="Operator">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="value_at_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../operator.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.swap"></a>swap</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.swap"></a>swap
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.swap.description"></a><h6>
-<a name="id1042182"></a>
+<a name="id469274"></a>
<a href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.description">Description</a>
</h6>
<p>
Returns the return type of swap.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.swap.synopsis"></a><h6>
-<a name="id1042210"></a>
+<a name="id469305"></a>
<a href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -43,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1042314"></a><p class="title"><b>Table 1.32. Parameters</b></p>
+<a name="id469422"></a><p class="title"><b>Table 1.32. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -51,55 +55,43 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameters
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq1</span></code>, <code class="computeroutput"><span class="identifier">Seq2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq1</span></tt>, <tt class="computeroutput"><span class="identifier">Seq2</span></tt>
+ </p></td>
+<td><p>
Models of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequences being swapped
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.swap.expression_semantics"></a><h6>
-<a name="id1042418"></a>
+<a name="id469536"></a>
<a href="swap.html#fusion.sequence.intrinsic.metafunctions.swap.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">swap</span><span class="special"><</span><span class="identifier">Seq1</span><span class="special">,</span> <span class="identifier">Seq2</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">void</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">void</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Always returns <code class="computeroutput"><span class="keyword">void</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Always returns <tt class="computeroutput"><span class="keyword">void</span></tt>.
</p>
<p>
/sequence/intrinsic/swap.hpp>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>value_at</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="at_c.html" title="at_c">
+<link rel="previous" href="at_c.html" title="at_c">
<link rel="next" href="value_at_c.html" title="value_at_c">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="at_c.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="value_at_c.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.value_at"></a>value_at</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.value_at"></a>value_at
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.value_at.description"></a><h6>
-<a name="id1038797"></a>
+<a name="id465499"></a>
<a href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.description">Description</a>
</h6>
<p>
Returns the actual type at a given index from the Sequence.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.value_at.synopsis"></a><h6>
-<a name="id1038832"></a>
+<a name="id465536"></a>
<a href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1038934"></a><p class="title"><b>Table 1.27. Parameters</b></p>
+<a name="id465652"></a><p class="title"><b>Table 1.27. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,86 +57,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">N</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">N</span></tt>
+ </p></td>
+<td><p>
An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Index of element
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.value_at.expression_semantics"></a><h6>
-<a name="id1039066"></a>
+<a name="id465797"></a>
<a href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type.
+ <span class="bold"><b>Return type</b></span>: Any type.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the actual type at
- the <code class="computeroutput"><span class="identifier">N</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the actual type at
+ the <tt class="computeroutput"><span class="identifier">N</span></tt>th element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/value_at.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.value_at.example"></a><h6>
-<a name="id1039181"></a>
+<a name="id465925"></a>
<a href="value_at.html#fusion.sequence.intrinsic.metafunctions.value_at.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_at
<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">1</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_at<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">1</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>value_at_c</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="value_at.html" title="value_at">
+<link rel="previous" href="value_at.html" title="value_at">
<link rel="next" href="has_key.html" title="has_key">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="value_at.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="has_key.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.value_at_c"></a>value_at_c</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.value_at_c"></a>value_at_c
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_c.description"></a><h6>
-<a name="id1039413"></a>
+<a name="id466185"></a>
<a href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.description">Description</a>
</h6>
<p>
Returns the actual type at a given index from the Sequence.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_c.synopsis"></a><h6>
-<a name="id1039448"></a>
+<a name="id466223"></a>
<a href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1039551"></a><p class="title"><b>Table 1.28. Parameters</b></p>
+<a name="id466339"></a><p class="title"><b>Table 1.28. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,85 +57,67 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">M</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">M</span></tt>
+ </p></td>
+<td><p>
Positive integer index
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Index of element
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_c.expression_semantics"></a><h6>
-<a name="id1039676"></a>
+<a name="id466476"></a>
<a href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at_c</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type
+ <span class="bold"><b>Return type</b></span>: Any type
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the actual type at
- the <code class="computeroutput"><span class="identifier">M</span></code>th element of <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the actual type at
+ the <tt class="computeroutput"><span class="identifier">M</span></tt>th element of <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/value_at.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_c.example"></a><h6>
-<a name="id1039792"></a>
+<a name="id466606"></a>
<a href="value_at_c.html#fusion.sequence.intrinsic.metafunctions.value_at_c.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_at_c
<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="number">1</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::value_at_c<span class="special"><</span><span class="identifier">vec</span><span class="special">,</span> <span class="number">1</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>value_at_key</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
-<link rel="prev" href="at_key.html" title="at_key">
+<link rel="previous" href="at_key.html" title="at_key">
<link rel="next" href="swap.html" title="swap">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,17 +23,21 @@
<a accesskey="p" href="at_key.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="swap.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.intrinsic.metafunctions.value_at_key"></a>value_at_key</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.intrinsic.metafunctions.value_at_key"></a>value_at_key
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_key.description"></a><h6>
-<a name="id1041517"></a>
+<a name="id468531"></a>
<a href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.description">Description</a>
</h6>
<p>
Returns the actual element type associated with a Key from the Sequence.
</p>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_key.synopsis"></a><h6>
-<a name="id1041552"></a>
+<a name="id468569"></a>
<a href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
@@ -45,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
-<a name="id1041654"></a><p class="title"><b>Table 1.31. Parameters</b></p>
+<a name="id468684"></a><p class="title"><b>Table 1.31. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -53,86 +57,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Seq</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Seq</span></tt>
+ </p></td>
+<td><p>
A model of <a href="../../concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Argument sequence
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Key</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Key type
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table>
</div>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_key.expression_semantics"></a><h6>
-<a name="id1041778"></a>
+<a name="id468823"></a>
<a href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_at_key</span><span class="special"><</span><span class="identifier">Seq</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type.
+ <span class="bold"><b>Return type</b></span>: Any type.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the actual element
- type associated with key type <code class="computeroutput"><span class="identifier">Key</span></code>
- in <code class="computeroutput"><span class="identifier">Seq</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the actual element
+ type associated with key type <tt class="computeroutput"><span class="identifier">Key</span></tt>
+ in <tt class="computeroutput"><span class="identifier">Seq</span></tt>.
</p>
<p>
/sequence/intrinsic/value_at_key.hpp>
</p>
<a name="fusion.sequence.intrinsic.metafunctions.value_at_key.example"></a><h6>
-<a name="id1041894"></a>
+<a name="id468952"></a>
<a href="value_at_key.html#fusion.sequence.intrinsic.metafunctions.value_at_key.example">Example</a>
</h6>
-<pre class="programlisting"><span class="keyword">typedef</span> map
<span class="special"><</span>pair
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair
<span class="special"><</span><span class="keyword">double</span><span class="special">,<
/span> <span class="keyword">char</span><span class="special">></span> <span class="special">></span> <span class="identifier">mymap</span><span class="special">;</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at_key
<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>));</span>
+<pre class="programlisting"><span class="keyword">typedef</span> map<span class="special"><</span>pair<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">char</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>,</span> pair<span class="special"><</span><span class="keyword">double</span><span class="special">,</span> <span cla
ss="keyword">char</span><span class="special">></span> <span class="special">></span> <span class="identifier">mymap</span><span class="special">;</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span>result_of::at_key<span class="special"><</span><span class="identifier">mymap</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">char</span><span class="special">>));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Operator</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../sequence.html" title="Sequence">
-<link rel="prev" href="intrinsic/metafunctions/swap.html" title="swap">
+<link rel="previous" href="intrinsic/metafunctions/swap.html" title="swap">
<link rel="next" href="operator/i_o.html" title="I/O">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="intrinsic/metafunctions/swap.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sequence.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator/i_o.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.sequence.operator"></a>Operator</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.sequence.operator"></a>Operator
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">I/O</span></dt>
<dt><span class="section">Comparison</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Comparison</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../operator.html" title="Operator">
-<link rel="prev" href="i_o/out.html" title="out">
+<link rel="previous" href="i_o/out.html" title="out">
<link rel="next" href="comparison/equal.html" title="equal">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="i_o/out.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="comparison/equal.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.sequence.operator.comparison"></a>Comparison</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.sequence.operator.comparison"></a>Comparison
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">equal</span></dt>
<dt><span class="section"><a href="comparison/not_equal.html">not
@@ -39,16 +43,16 @@
than equal</a></span></dt>
</dl></div>
<p>
- The Comparison operators: <code class="computeroutput"><span class="special">==</span></code>,
- <code class="computeroutput"><span class="special">!=</span></code>, <code class="computeroutput"><span class="special"><</span></code>,
- <code class="computeroutput"><span class="special"><=</span></code>, <code class="computeroutput"><span class="special">>=</span></code>
- and <code class="computeroutput"><span class="special">>=</span></code> work generically
+ The Comparison operators: <tt class="computeroutput"><span class="special">==</span></tt>,
+ <tt class="computeroutput"><span class="special">!=</span></tt>, <tt class="computeroutput"><span class="special"><</span></tt>,
+ <tt class="computeroutput"><span class="special"><=</span></tt>, <tt class="computeroutput"><span class="special">>=</span></tt>
+ and <tt class="computeroutput"><span class="special">>=</span></tt> work generically
on all Fusion sequences. Comparison operators are "short- circuited":
elementary comparisons start from the first elements and are performed
only until the result is clear.
</p>
<a name="fusion.sequence.operator.comparison.header"></a><h5>
-<a name="id1045164"></a>
+<a name="id472620"></a>
<a href="comparison.html#fusion.sequence.operator.comparison.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>equal</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../comparison.html" title="Comparison">
-<link rel="prev" href="../comparison.html" title="Comparison">
+<link rel="previous" href="../comparison.html" title="Comparison">
<link rel="next" href="not_equal.html" title="not
equal">
</head>
@@ -24,17 +24,21 @@
<a accesskey="p" href="../comparison.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../comparison.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="not_equal.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.operator.comparison.equal"></a>equal</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.operator.comparison.equal"></a>equal
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.operator.comparison.equal.description"></a><h6>
-<a name="id1045320"></a>
+<a name="id472793"></a>
<a href="equal.html#fusion.sequence.operator.comparison.equal.description">Description</a>
</h6>
<p>
Compare two sequences for equality.
</p>
<a name="fusion.sequence.operator.comparison.equal.synopsis"></a><h6>
-<a name="id1045349"></a>
+<a name="id472822"></a>
<a href="equal.html#fusion.sequence.operator.comparison.equal.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -42,7 +46,7 @@
<span class="keyword">operator</span><span class="special">==(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.comparison.equal.parameters"></a><h6>
-<a name="id1045485"></a>
+<a name="id472974"></a>
<a href="equal.html#fusion.sequence.operator.comparison.equal.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,59 +56,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
- <span class="identifier">b</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
+ <span class="identifier">b</span></tt>
+ </p></td>
+<td><p>
Instances of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<a href="../../../sequence.html" title="Sequence">Sequence</a>(s) to compare
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.operator.comparison.equal.expression_semantics"></a><h6>
-<a name="id1045603"></a>
+<a name="id473105"></a>
<a href="equal.html#fusion.sequence.operator.comparison.equal.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">a</span> <span class="special">==</span> <span class="identifier">b</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Requirements</strong></span>:
+ <span class="bold"><b>Requirements</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">a</span> <span class="special">==</span> <span class="identifier">b</span></code> is a valid expression returning a
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">a</span> <span class="special">==</span> <span class="identifier">b</span></tt> is a valid expression returning a
type that is convertible to bool.
</p>
<p>
@@ -112,29 +104,29 @@
compile time error.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>:
+ <span class="bold"><b>Semantics</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">e1</span> <span class="special">==</span> <span class="identifier">e2</span></code> returns true. For any 2 zero length
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">e1</span> <span class="special">==</span> <span class="identifier">e2</span></tt> returns true. For any 2 zero length
<span class="underline">_sequence</span>_s, e and f, e == f returns
true.
</p>
<a name="fusion.sequence.operator.comparison.equal.header"></a><h6>
-<a name="id1045832"></a>
+<a name="id473363"></a>
<a href="equal.html#fusion.sequence.operator.comparison.equal.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.comparison.equal.example"></a><h6>
-<a name="id1045981"></a>
+<a name="id473530"></a>
<a href="equal.html#fusion.sequence.operator.comparison.equal.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special">==</span> <span class="identifier">v2</span><span class="special">);</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>greater
than</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../comparison.html" title="Comparison">
-<link rel="prev" href="less_than_equal.html" title="less
+<link rel="previous" href="less_than_equal.html" title="less
than equal">
<link rel="next" href="greater_than_equal.html" title="greater
than equal">
@@ -26,15 +26,19 @@
<a accesskey="p" href="less_than_equal.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../comparison.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="greater_than_equal.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.sequence.operator.comparison.greater_than"></a><a href="greater_than.html" title="greater
than">greater
- than</a></h5></div></div></div>
+ than</a>
+</h5></div></div>
+<div></div>
+</div>
<p>
Lexicographically compare two sequences.
</p>
<a name="fusion.sequence.operator.comparison.greater_than.synopsis"></a><h6>
-<a name="id1066263"></a>
+<a name="id476664"></a>
<a href="greater_than.html#fusion.sequence.operator.comparison.greater_than.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -42,7 +46,7 @@
<span class="keyword">operator</span><span class="special">>(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.comparison.greater_than.parameters"></a><h6>
-<a name="id1066399"></a>
+<a name="id476816"></a>
<a href="greater_than.html#fusion.sequence.operator.comparison.greater_than.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,59 +56,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
- <span class="identifier">b</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
+ <span class="identifier">b</span></tt>
+ </p></td>
+<td><p>
Instances of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<a href="../../../sequence.html" title="Sequence">Sequence</a>(s) to compare
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.operator.comparison.greater_than.expression_semantics"></a><h6>
-<a name="id1066520"></a>
+<a name="id476948"></a>
<a href="greater_than.html#fusion.sequence.operator.comparison.greater_than.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">a</span> <span class="special">></span> <span class="identifier">b</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Requirements</strong></span>:
+ <span class="bold"><b>Requirements</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></code> is a valid expression returning a
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></tt> is a valid expression returning a
type that is convertible to bool.
</p>
<p>
@@ -112,22 +104,22 @@
compile time error.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns b < a.
+ <span class="bold"><b>Semantics</b></span>: Returns b < a.
</p>
<a name="fusion.sequence.operator.comparison.greater_than.header"></a><h6>
-<a name="id1066676"></a>
+<a name="id477125"></a>
<a href="greater_than.html#fusion.sequence.operator.comparison.greater_than.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.comparison.greater_than.example"></a><h6>
-<a name="id1066824"></a>
+<a name="id477292"></a>
<a href="greater_than.html#fusion.sequence.operator.comparison.greater_than.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v2</span> <span class="special">></span> <span class="identifier">v1</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v3</span> <span class="special">></span> <span class="identifier">v2</span><span class="special">);</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>greater
than equal</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../comparison.html" title="Comparison">
-<link rel="prev" href="greater_than.html" title="greater
+<link rel="previous" href="greater_than.html" title="greater
than">
<link rel="next" href="../../../container.html" title="Container">
</head>
@@ -25,15 +25,19 @@
<a accesskey="p" href="greater_than.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../comparison.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../../container.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.sequence.operator.comparison.greater_than_equal"></a><a href="greater_than_equal.html" title="greater
than equal">greater
- than equal</a></h5></div></div></div>
+ than equal</a>
+</h5></div></div>
+<div></div>
+</div>
<p>
Lexicographically compare two sequences.
</p>
<a name="fusion.sequence.operator.comparison.greater_than_equal.synopsis"></a><h6>
-<a name="id1067132"></a>
+<a name="id477633"></a>
<a href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -41,7 +45,7 @@
<span class="keyword">operator</span><span class="special">>=(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.comparison.greater_than_equal.parameters"></a><h6>
-<a name="id1067271"></a>
+<a name="id477787"></a>
<a href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -51,59 +55,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
- <span class="identifier">b</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
+ <span class="identifier">b</span></tt>
+ </p></td>
+<td><p>
Instances of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<a href="../../../sequence.html" title="Sequence">Sequence</a>(s) to compare
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.operator.comparison.greater_than_equal.expression_semantics"></a><h6>
-<a name="id1067391"></a>
+<a name="id477919"></a>
<a href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">a</span> <span class="special">>=</span> <span class="identifier">b</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Requirements</strong></span>:
+ <span class="bold"><b>Requirements</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></code> is a valid expression returning a
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></tt> is a valid expression returning a
type that is convertible to bool.
</p>
<p>
@@ -111,22 +103,22 @@
compile time error.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns !(a < b).
+ <span class="bold"><b>Semantics</b></span>: Returns !(a < b).
</p>
<a name="fusion.sequence.operator.comparison.greater_than_equal.header"></a><h6>
-<a name="id1067547"></a>
+<a name="id478095"></a>
<a href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">greater_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">greater_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.comparison.greater_than_equal.example"></a><h6>
-<a name="id1067696"></a>
+<a name="id478263"></a>
<a href="greater_than_equal.html#fusion.sequence.operator.comparison.greater_than_equal.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v2</span> <span class="special">>=</span> <span class="identifier">v1</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v3</span> <span class="special">>=</span> <span class="identifier">v2</span><span class="special">);</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>less
than</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../comparison.html" title="Comparison">
-<link rel="prev" href="not_equal.html" title="not
+<link rel="previous" href="not_equal.html" title="not
equal">
<link rel="next" href="less_than_equal.html" title="less
than equal">
@@ -26,15 +26,19 @@
<a accesskey="p" href="not_equal.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../comparison.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="less_than_equal.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.sequence.operator.comparison.less_than"></a><a href="less_than.html" title="less
than">less
- than</a></h5></div></div></div>
+ than</a>
+</h5></div></div>
+<div></div>
+</div>
<p>
Lexicographically compare two sequences.
</p>
<a name="fusion.sequence.operator.comparison.less_than.synopsis"></a><h6>
-<a name="id1047026"></a>
+<a name="id474697"></a>
<a href="less_than.html#fusion.sequence.operator.comparison.less_than.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -42,7 +46,7 @@
<span class="keyword">operator</span><span class="special"><(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.comparison.less_than.parameters"></a><h6>
-<a name="id1047161"></a>
+<a name="id474849"></a>
<a href="less_than.html#fusion.sequence.operator.comparison.less_than.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,59 +56,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
- <span class="identifier">b</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
+ <span class="identifier">b</span></tt>
+ </p></td>
+<td><p>
Instances of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<a href="../../../sequence.html" title="Sequence">Sequence</a>(s) to compare
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.operator.comparison.less_than.expression_semantics"></a><h6>
-<a name="id1047282"></a>
+<a name="id474981"></a>
<a href="less_than.html#fusion.sequence.operator.comparison.less_than.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Requirements</strong></span>:
+ <span class="bold"><b>Requirements</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></code> is a valid expression returning a
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></tt> is a valid expression returning a
type that is convertible to bool.
</p>
<p>
@@ -112,24 +104,24 @@
compile time error.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the lexicographical
- comparison of between <code class="computeroutput"><span class="identifier">a</span></code>
- and <code class="computeroutput"><span class="identifier">b</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the lexicographical
+ comparison of between <tt class="computeroutput"><span class="identifier">a</span></tt>
+ and <tt class="computeroutput"><span class="identifier">b</span></tt>.
</p>
<a name="fusion.sequence.operator.comparison.less_than.header"></a><h6>
-<a name="id1047459"></a>
+<a name="id475180"></a>
<a href="less_than.html#fusion.sequence.operator.comparison.less_than.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">less</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">less</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.comparison.less_than.example"></a><h6>
-<a name="id1047608"></a>
+<a name="id475347"></a>
<a href="less_than.html#fusion.sequence.operator.comparison.less_than.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special"><</span> <span class="identifier">v2</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v2</span> <span class="special"><</span> <span class="identifier">v3</span><span class="special">);</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>less
than equal</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../comparison.html" title="Comparison">
-<link rel="prev" href="less_than.html" title="less
+<link rel="previous" href="less_than.html" title="less
than">
<link rel="next" href="greater_than.html" title="greater
than">
@@ -26,15 +26,19 @@
<a accesskey="p" href="less_than.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../comparison.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="greater_than.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.sequence.operator.comparison.less_than_equal"></a><a href="less_than_equal.html" title="less
than equal">less
- than equal</a></h5></div></div></div>
+ than equal</a>
+</h5></div></div>
+<div></div>
+</div>
<p>
Lexicographically compare two sequences.
</p>
<a name="fusion.sequence.operator.comparison.less_than_equal.synopsis"></a><h6>
-<a name="id1047916"></a>
+<a name="id475690"></a>
<a href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -42,7 +46,7 @@
<span class="keyword">operator</span><span class="special"><=(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.comparison.less_than_equal.parameters"></a><h6>
-<a name="id1048053"></a>
+<a name="id475843"></a>
<a href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,59 +56,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
- <span class="identifier">b</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
+ <span class="identifier">b</span></tt>
+ </p></td>
+<td><p>
Instances of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<a href="../../../sequence.html" title="Sequence">Sequence</a>(s) to compare
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.operator.comparison.less_than_equal.expression_semantics"></a><h6>
-<a name="id1048173"></a>
+<a name="id475976"></a>
<a href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">a</span> <span class="special"><=</span> <span class="identifier">b</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Requirements</strong></span>:
+ <span class="bold"><b>Requirements</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></code> is a valid expression returning a
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">a</span> <span class="special"><</span> <span class="identifier">b</span></tt> is a valid expression returning a
type that is convertible to bool.
</p>
<p>
@@ -112,22 +104,22 @@
compile time error.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns !(b < a).
+ <span class="bold"><b>Semantics</b></span>: Returns !(b < a).
</p>
<a name="fusion.sequence.operator.comparison.less_than_equal.header"></a><h6>
-<a name="id1048330"></a>
+<a name="id476152"></a>
<a href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">less_equal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.comparison.less_than_equal.example"></a><h6>
-<a name="id1048478"></a>
+<a name="id476320"></a>
<a href="less_than_equal.html#fusion.sequence.operator.comparison.less_than_equal.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">4</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">short</span><span class="special">,</span> <span class="keyword">float</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">3.3f</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">long</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="number">4.4</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special"><=</span> <span class="identifier">v2</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v2</span> <span class="special"><=</span> <span class="identifier">v3</span><span class="special">);</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>not
equal</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../comparison.html" title="Comparison">
-<link rel="prev" href="equal.html" title="equal">
+<link rel="previous" href="equal.html" title="equal">
<link rel="next" href="less_than.html" title="less
than">
</head>
@@ -25,15 +25,19 @@
<a accesskey="p" href="equal.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../comparison.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="less_than.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
+<div class="titlepage">
+<div><div><h5 class="title">
<a name="fusion.sequence.operator.comparison.not_equal"></a><a href="not_equal.html" title="not
equal">not
- equal</a></h5></div></div></div>
+ equal</a>
+</h5></div></div>
+<div></div>
+</div>
<p>
Compare two sequences for inequality.
</p>
<a name="fusion.sequence.operator.comparison.not_equal.synopsis"></a><h6>
-<a name="id1046192"></a>
+<a name="id473765"></a>
<a href="not_equal.html#fusion.sequence.operator.comparison.not_equal.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
@@ -41,7 +45,7 @@
<span class="keyword">operator</span><span class="special">!=(</span><span class="identifier">Seq1</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">Seq2</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.comparison.not_equal.parameters"></a><h6>
-<a name="id1046328"></a>
+<a name="id473917"></a>
<a href="not_equal.html#fusion.sequence.operator.comparison.not_equal.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -51,59 +55,47 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
- <span class="identifier">b</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">a</span><span class="special">,</span>
+ <span class="identifier">b</span></tt>
+ </p></td>
+<td><p>
Instances of Sequence
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
<a href="../../../sequence.html" title="Sequence">Sequence</a>(s) to compare
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.sequence.operator.comparison.not_equal.expression_semantics"></a><h6>
-<a name="id1046449"></a>
+<a name="id474050"></a>
<a href="not_equal.html#fusion.sequence.operator.comparison.not_equal.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">a</span> <span class="special">!=</span> <span class="identifier">b</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">bool</span></code>
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="keyword">bool</span></tt>
</p>
<p>
- <span class="bold"><strong>Requirements</strong></span>:
+ <span class="bold"><b>Requirements</b></span>:
</p>
<p>
- For each element, <code class="computeroutput"><span class="identifier">e1</span></code>,
- in sequence <code class="computeroutput"><span class="identifier">a</span></code>, and for
- each element, <code class="computeroutput"><span class="identifier">e2</span></code>, in
- sequence <code class="computeroutput"><span class="identifier">b</span></code>, <code class="computeroutput"><span class="identifier">a</span> <span class="special">==</span> <span class="identifier">b</span></code> is a valid expression returning a
+ For each element, <tt class="computeroutput"><span class="identifier">e1</span></tt>,
+ in sequence <tt class="computeroutput"><span class="identifier">a</span></tt>, and for
+ each element, <tt class="computeroutput"><span class="identifier">e2</span></tt>, in
+ sequence <tt class="computeroutput"><span class="identifier">b</span></tt>, <tt class="computeroutput"><span class="identifier">a</span> <span class="special">==</span> <span class="identifier">b</span></tt> is a valid expression returning a
type that is convertible to bool.
</p>
<p>
@@ -111,24 +103,24 @@
compile time error.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>:
+ <span class="bold"><b>Semantics</b></span>:
</p>
<p>
Returns !(a == b).
</p>
<a name="fusion.sequence.operator.comparison.not_equal.header"></a><h6>
-<a name="id1046608"></a>
+<a name="id474230"></a>
<a href="not_equal.html#fusion.sequence.operator.comparison.not_equal.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">comparison</span><span class="special">/</span><span class="identifier">not_equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">not_equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.comparison.not_equal.example"></a><h6>
-<a name="id1046756"></a>
+<a name="id474396"></a>
<a href="not_equal.html#fusion.sequence.operator.comparison.not_equal.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">t4</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v3</span><span class="special">(</span><span class="number">5</span><span class="special">,</span> <span class="char">'b'</span><span class="special">);</span>
+vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">t4</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="char">'a'</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special">!=</span> <span class="identifier">v3</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><span class="identifier">v1</span> <span class="special">!=</span> <span class="identifier">t4</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(!(</span><span class="identifier">v1</span> <span class="special">!=</span> <span class="identifier">v2</span><span class="special">));</span>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>I/O</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../operator.html" title="Operator">
-<link rel="prev" href="../operator.html" title="Operator">
+<link rel="previous" href="../operator.html" title="Operator">
<link rel="next" href="i_o/in.html" title="in">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,31 +23,35 @@
<a accesskey="p" href="../operator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="i_o/in.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.sequence.operator.i_o"></a>I/O</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.sequence.operator.i_o"></a>I/O
+</h4></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">in</span></dt>
<dt><span class="section">out</span></dt>
</dl></div>
<p>
- The I/O operators: <code class="computeroutput"><span class="special"><<</span></code>
- and <code class="computeroutput"><span class="special">>></span></code> work generically
- on all Fusion sequences. The global <code class="computeroutput"><span class="keyword">operator</span><span class="special"><<</span></code> has been overloaded for generic
+ The I/O operators: <tt class="computeroutput"><span class="special"><<</span></tt>
+ and <tt class="computeroutput"><span class="special">>></span></tt> work generically
+ on all Fusion sequences. The global <tt class="computeroutput"><span class="keyword">operator</span><span class="special"><<</span></tt> has been overloaded for generic
output streams such that Sequence(s)
- are output by recursively calling <code class="computeroutput"><span class="keyword">operator</span><span class="special"><<</span></code> for each element. Analogously,
- the global <code class="computeroutput"><span class="keyword">operator</span><span class="special">>></span></code>
+ are output by recursively calling <tt class="computeroutput"><span class="keyword">operator</span><span class="special"><<</span></tt> for each element. Analogously,
+ the global <tt class="computeroutput"><span class="keyword">operator</span><span class="special">>></span></tt>
has been overloaded to extract Sequence(s)
- from generic input streams by recursively calling <code class="computeroutput"><span class="keyword">operator</span><span class="special">>></span></code> for each element.
+ from generic input streams by recursively calling <tt class="computeroutput"><span class="keyword">operator</span><span class="special">>></span></tt> for each element.
</p>
<p>
The default delimiter between the elements is space, and the Sequence
is enclosed in parenthesis. For Example:
</p>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">float</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="string">"Howdy folks!"</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">float</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">></span> <span class="identifier">a</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="string">"Howdy folks!"</span><span class="special">);</span>
<span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">a</span><span class="special">;</span>
</pre>
<p>
- outputs the vector
+ outputs the vector
as: (1.0 2 Howdy folks!)
</p>
<p>
@@ -56,23 +60,23 @@
<div class="variablelist">
<p class="title"><b>Manipulators</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">tuple_open</span><span class="special">(</span><span class="identifier">arg</span><span class="special">)</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">tuple_open</span><span class="special">(</span><span class="identifier">arg</span><span class="special">)</span></tt></span></dt>
<dd><p>
Defines the character that is output before the first element.
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">tuple_close</span><span class="special">(</span><span class="identifier">arg</span><span class="special">)</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">tuple_close</span><span class="special">(</span><span class="identifier">arg</span><span class="special">)</span></tt></span></dt>
<dd><p>
Defines the character that is output after the last element.
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">tuple_delimiter</span><span class="special">(</span><span class="identifier">arg</span><span class="special">)</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">tuple_delimiter</span><span class="special">(</span><span class="identifier">arg</span><span class="special">)</span></tt></span></dt>
<dd><p>
Defines the delimiter character between elements.
</p></dd>
</dl>
</div>
<p>
- The argument to <code class="computeroutput"><span class="identifier">tuple_open</span></code>,
- <code class="computeroutput"><span class="identifier">tuple_close</span></code> and <code class="computeroutput"><span class="identifier">tuple_delimiter</span></code> may be a <code class="computeroutput"><span class="keyword">char</span></code>, <code class="computeroutput"><span class="keyword">wchar_t</span></code>,
+ The argument to <tt class="computeroutput"><span class="identifier">tuple_open</span></tt>,
+ <tt class="computeroutput"><span class="identifier">tuple_close</span></tt> and <tt class="computeroutput"><span class="identifier">tuple_delimiter</span></tt> may be a <tt class="computeroutput"><span class="keyword">char</span></tt>, <tt class="computeroutput"><span class="keyword">wchar_t</span></tt>,
a C-string, or a wide C-string.
</p>
<p>
@@ -81,12 +85,12 @@
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">tuple_open</span><span class="special">(</span><span class="char">'['</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">tuple_close</span><span class="special">(</span><span class="char">']'</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">tuple_delimiter</span><span class="special">(</span><span class="string">", "</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">a</span><span class="special">;</span>
</pre>
<p>
- outputs the same vector
, <code class="computeroutput"><span class="identifier">a</span></code>
+ outputs the same vector, <tt class="computeroutput"><span class="identifier">a</span></tt>
as: [1.0, 2, Howdy folks!]
</p>
<p>
- The same manipulators work with <code class="computeroutput"><span class="keyword">operator</span><span class="special">>></span></code> and <code class="computeroutput"><span class="identifier">istream</span></code>
- as well. Suppose the <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span></code>
+ The same manipulators work with <tt class="computeroutput"><span class="keyword">operator</span><span class="special">>></span></tt> and <tt class="computeroutput"><span class="identifier">istream</span></tt>
+ as well. Suppose the <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span></tt>
stream contains the following data:
</p>
<pre class="programlisting"><span class="special">(</span><span class="number">1</span> <span class="number">2</span> <span class="number">3</span><span class="special">)</span> <span class="special">[</span><span class="number">4</span><span class="special">:</span><span class="number">5</span><span class="special">]</span>
@@ -94,25 +98,25 @@
<p>
The code:
</p>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">i</span><span class="special">;</span>
-vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">j</span><span class="special">;</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">i</span><span class="special">;</span>
+vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">j</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span> <span class="special">>></span> <span class="identifier">i</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span> <span class="special">>></span> <span class="identifier">set_open</span><span class="special">(</span><span class="char">'['</span><span class="special">)</span> <span class="special">>></span> <span class="identifier">set_close</span><span class="special">(</span><span class="char">']'</span><span class="special">)</span> <span class="special">>></span> <span class="identifier">set_delimiter</span><span class="special">(</span><span class="char">':'</span><span class="special">);</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span> <span class="special">>></span> <span class="identifier">j</span><span class="special">;</span>
</pre>
<p>
- reads the data into the vector
(s) <code class="computeroutput"><span class="identifier">i</span></code>
- and <code class="computeroutput"><span class="identifier">j</span></code>.
+ reads the data into the vector(s) <tt class="computeroutput"><span class="identifier">i</span></tt>
+ and <tt class="computeroutput"><span class="identifier">j</span></tt>.
</p>
<p>
Note that extracting Sequence(s)
- with <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span></code> or C-style string elements does
+ with <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span></tt> or C-style string elements does
not generally work, since the streamed Sequence
representation may not be unambiguously parseable.
</p>
<a name="fusion.sequence.operator.i_o.header"></a><h5>
-<a name="id1043601"></a>
+<a name="id470872"></a>
<a href="i_o.html#fusion.sequence.operator.i_o.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">io</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>in</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../i_o.html" title="I/O">
-<link rel="prev" href="../i_o.html" title="I/O">
+<link rel="previous" href="../i_o.html" title="I/O">
<link rel="next" href="out.html" title="out">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="../i_o.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../i_o.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="out.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.operator.i_o.in"></a>in</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.operator.i_o.in"></a>in
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.operator.i_o.in.description"></a><h6>
-<a name="id1043755"></a>
+<a name="id471046"></a>
<a href="in.html#fusion.sequence.operator.i_o.in.description">Description</a>
</h6>
<p>
@@ -34,7 +38,7 @@
stream.
</p>
<a name="fusion.sequence.operator.i_o.in.synopsis"></a><h6>
-<a name="id1043789"></a>
+<a name="id471083"></a>
<a href="in.html#fusion.sequence.operator.i_o.in.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">IStream</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -42,7 +46,7 @@
<span class="keyword">operator</span><span class="special">>>(</span><span class="identifier">IStream</span><span class="special">&</span> <span class="identifier">is</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.i_o.in.parameters"></a><h6>
-<a name="id1043917"></a>
+<a name="id471227"></a>
<a href="in.html#fusion.sequence.operator.i_o.in.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,86 +56,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
+<td><p>
is
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
An input stream.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Stream to extract information from.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
+<td><p>
seq
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
A Sequence.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to read.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.operator.i_o.in.expression_semantics"></a><h6>
-<a name="id1044032"></a>
+<a name="id471356"></a>
<a href="in.html#fusion.sequence.operator.i_o.in.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">is</span> <span class="special">>></span> <span class="identifier">seq</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: IStream&
+ <span class="bold"><b>Return type</b></span>: IStream&
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: For each element, <code class="computeroutput"><span class="identifier">e</span></code>, in sequence, <code class="computeroutput"><span class="identifier">seq</span></code>,
- call <code class="computeroutput"><span class="identifier">is</span> <span class="special">>></span>
- <span class="identifier">e</span></code>.
+ <span class="bold"><b>Semantics</b></span>: For each element, <tt class="computeroutput"><span class="identifier">e</span></tt>, in sequence, <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ call <tt class="computeroutput"><span class="identifier">is</span> <span class="special">>></span>
+ <span class="identifier">e</span></tt>.
</p>
<a name="fusion.sequence.operator.i_o.in.header"></a><h6>
-<a name="id1044138"></a>
+<a name="id471473"></a>
<a href="in.html#fusion.sequence.operator.i_o.in.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">io</span><span class="special">/</span><span class="identifier">in</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">in</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.i_o.in.example"></a><h6>
-<a name="id1044285"></a>
+<a name="id471638"></a>
<a href="in.html#fusion.sequence.operator.i_o.in.example">Example</a>
</h6>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v</span><span class="special">;</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span> <span class="special">>></span> <span class="identifier">v</span><span class="special">;</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html (original)
+++ trunk/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>out</title>
<link rel="stylesheet" href="../../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../i_o.html" title="I/O">
-<link rel="prev" href="in.html" title="in">
+<link rel="previous" href="in.html" title="in">
<link rel="next" href="../comparison.html" title="Comparison">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="in.html"><img src="../../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../i_o.html"><img src="../../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../comparison.html"><img src="../../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h5 class="title">
-<a name="fusion.sequence.operator.i_o.out"></a>out</h5></div></div></div>
+<div class="titlepage">
+<div><div><h5 class="title">
+<a name="fusion.sequence.operator.i_o.out"></a>out
+</h5></div></div>
+<div></div>
+</div>
<a name="fusion.sequence.operator.i_o.out.description"></a><h6>
-<a name="id1044426"></a>
+<a name="id471796"></a>
<a href="out.html#fusion.sequence.operator.i_o.out.description">Description</a>
</h6>
<p>
@@ -34,7 +38,7 @@
stream.
</p>
<a name="fusion.sequence.operator.i_o.out.synopsis"></a><h6>
-<a name="id1044460"></a>
+<a name="id471833"></a>
<a href="out.html#fusion.sequence.operator.i_o.out.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">OStream</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
@@ -42,7 +46,7 @@
<span class="keyword">operator</span><span class="special"><<(</span><span class="identifier">OStream</span><span class="special">&</span> <span class="identifier">os</span><span class="special">,</span> <span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
</pre>
<a name="fusion.sequence.operator.i_o.out.parameters"></a><h6>
-<a name="id1044588"></a>
+<a name="id471977"></a>
<a href="out.html#fusion.sequence.operator.i_o.out.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -52,86 +56,68 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
+<td><p>
os
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
An output stream.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
Stream to write information to.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
+<td><p>
seq
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
A Sequence.
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The sequence to write.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequence.operator.i_o.out.expression_semantics"></a><h6>
-<a name="id1044703"></a>
+<a name="id472105"></a>
<a href="out.html#fusion.sequence.operator.i_o.out.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">os</span> <span class="special"><<</span> <span class="identifier">seq</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: OStream&
+ <span class="bold"><b>Return type</b></span>: OStream&
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: For each element, <code class="computeroutput"><span class="identifier">e</span></code>, in sequence, <code class="computeroutput"><span class="identifier">seq</span></code>,
- call <code class="computeroutput"><span class="identifier">os</span> <span class="special"><<</span>
- <span class="identifier">e</span></code>.
+ <span class="bold"><b>Semantics</b></span>: For each element, <tt class="computeroutput"><span class="identifier">e</span></tt>, in sequence, <tt class="computeroutput"><span class="identifier">seq</span></tt>,
+ call <tt class="computeroutput"><span class="identifier">os</span> <span class="special"><<</span>
+ <span class="identifier">e</span></tt>.
</p>
<a name="fusion.sequence.operator.i_o.out.header"></a><h6>
-<a name="id1044810"></a>
+<a name="id472223"></a>
<a href="out.html#fusion.sequence.operator.i_o.out.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">io</span><span class="special">/</span><span class="identifier">out</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">out</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.sequence.operator.i_o.out.example"></a><h6>
-<a name="id1044956"></a>
+<a name="id472389"></a>
<a href="out.html#fusion.sequence.operator.i_o.out.example">Example</a>
</h6>
-<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> make_vector
<span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"Hello"</span><span class="special">,</span> <span class="char">'x'</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
+<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> make_vector<span class="special">(</span><span class="number">123</span><span class="special">,</span> <span class="string">"Hello"</span><span class="special">,</span> <span class="char">'x'</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/support.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Support</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="organization.html" title="Organization">
+<link rel="previous" href="organization.html" title="Organization">
<link rel="next" href="support/is_sequence.html" title="is_sequence">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="organization.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="support/is_sequence.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.support"></a>Support</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.support"></a>Support
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">is_sequence</span></dt>
<dt><span class="section">is_view</span></dt>
Modified: trunk/libs/fusion/doc/html/fusion/support/category_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/category_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/category_of.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>category_of</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="tag_of.html" title="tag_of">
+<link rel="previous" href="tag_of.html" title="tag_of">
<link rel="next" href="deduce.html" title="deduce">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="tag_of.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deduce.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.category_of"></a>category_of</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.category_of"></a>category_of
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.category_of.description"></a><h4>
-<a name="id941332"></a>
+<a name="id415178"></a>
<a href="category_of.html#fusion.support.category_of.description">Description</a>
</h4>
<p>
@@ -36,7 +40,7 @@
<a href="../sequence/concepts.html" title="Concepts">Sequence Concepts</a>).
</p>
<a name="fusion.support.category_of.synopsis"></a><h4>
-<a name="id941391"></a>
+<a name="id415228"></a>
<a href="category_of.html#fusion.support.category_of.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -49,7 +53,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.category_of.parameters"></a><h4>
-<a name="id941506"></a>
+<a name="id415344"></a>
<a href="category_of.html#fusion.support.category_of.parameters">Parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -59,49 +63,37 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to query.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.support.category_of.expression_semantics"></a><h4>
-<a name="id941599"></a>
+<a name="id415443"></a>
<a href="category_of.html#fusion.support.category_of.expression_semantics">Expression
Semantics</a>
</h4>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">category_of</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">category</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>:
+ <span class="bold"><b>Return type</b></span>:
</p>
<p>
For Iterators, the return type is derived from one of:
@@ -152,23 +144,23 @@
<span class="special">}}</span>
</pre>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Establishes the conceptual classification
+ <span class="bold"><b>Semantics</b></span>: Establishes the conceptual classification
of a particular Sequence or Iterator.
</p>
<a name="fusion.support.category_of.header"></a><h4>
-<a name="id942127"></a>
+<a name="id415989"></a>
<a href="category_of.html#fusion.support.category_of.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">category_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">category_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.category_of.example"></a><h4>
-<a name="id942265"></a>
+<a name="id416127"></a>
<a href="category_of.html#fusion.support.category_of.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_base_of</span><span class="special">;</span>
-<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">category_of</span><span class="special"><</span>list
<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">list_category</span><span class="special">;</span>
-<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">category_of</span><span class="special"><</span>vector
<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">vector_category</span><span class="special">;</span>
+<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">category_of</span><span class="special"><</span>list<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">list_category</span><span class="special">;</span>
+<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">category_of</span><span class="special"><</span>vector<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">vector_category</span><span class="special">;</span>
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">is_base_of</span><span class="special"><</span><span class="identifier">forward_traversal_tag</span><span class="special">,</span> <span class="identifier">list_category</span><span class="special">></span> <span class="special">));</span>
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">is_base_of</span><span class="special"><</span><span class="identifier">random_access_traversal_tag</span><span class="special">,</span> <span class="identifier">vector_category</span><span class="special">></span> <span class="special">));</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/support/deduce.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/deduce.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/deduce.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>deduce</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="category_of.html" title="category_of">
+<link rel="previous" href="category_of.html" title="category_of">
<link rel="next" href="deduce_sequence.html" title="deduce_sequence">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="category_of.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deduce_sequence.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.deduce"></a>deduce</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.deduce"></a>deduce
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.deduce.description"></a><h4>
-<a name="id942546"></a>
+<a name="id416417"></a>
<a href="deduce.html#fusion.support.deduce.description">Description</a>
</h4>
<p>
@@ -34,19 +38,19 @@
conversion</em></span></a> to the full argument type.
</p>
<p>
- It removes references to <code class="computeroutput"><span class="keyword">const</span></code>,
- references to array types are kept, even if the array is <code class="computeroutput"><span class="keyword">const</span></code>.
- Reference wrappers are removed (see boost::ref
).
+ It removes references to <tt class="computeroutput"><span class="keyword">const</span></tt>,
+ references to array types are kept, even if the array is <tt class="computeroutput"><span class="keyword">const</span></tt>.
+ Reference wrappers are removed (see boost::ref).
</p>
<a name="fusion.support.deduce.header"></a><h4>
-<a name="id942632"></a>
+<a name="id416515"></a>
<a href="deduce.html#fusion.support.deduce.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.deduce.synopsis"></a><h4>
-<a name="id942769"></a>
+<a name="id416669"></a>
<a href="deduce.html#fusion.support.deduce.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -59,7 +63,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.deduce.example"></a><h4>
-<a name="id942883"></a>
+<a name="id416798"></a>
<a href="deduce.html#fusion.support.deduce.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span>
@@ -79,10 +83,10 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.deduce.see_also"></a><h4>
-<a name="id943203"></a>
+<a name="id417162"></a>
<a href="deduce.html#fusion.support.deduce.see_also">See also</a>
</h4>
-<div class="itemizedlist"><ul type="disc"><li>deduce_sequence
</li></ul></div>
+<div class="itemizedlist"><ul type="disc"><li>deduce_sequence</li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/deduce_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>deduce_sequence</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="deduce.html" title="deduce">
+<link rel="previous" href="deduce.html" title="deduce">
<link rel="next" href="pair.html" title="pair">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="deduce.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="pair.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.deduce_sequence"></a>deduce_sequence</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.deduce_sequence"></a>deduce_sequence
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.deduce_sequence.description"></a><h4>
-<a name="id943262"></a>
+<a name="id417228"></a>
<a href="deduce_sequence.html#fusion.support.deduce_sequence.description">Description</a>
</h4>
<p>
@@ -39,14 +43,14 @@
original type as its argument.
</p>
<a name="fusion.support.deduce_sequence.header"></a><h4>
-<a name="id943317"></a>
+<a name="id417288"></a>
<a href="deduce_sequence.html#fusion.support.deduce_sequence.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.deduce_sequence.synopsis"></a><h4>
-<a name="id943455"></a>
+<a name="id417443"></a>
<a href="deduce_sequence.html#fusion.support.deduce_sequence.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -59,7 +63,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.deduce_sequence.example"></a><h4>
-<a name="id943570"></a>
+<a name="id417573"></a>
<a href="deduce_sequence.html#fusion.support.deduce_sequence.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Seq</span><span class="special">></span>
@@ -73,18 +77,18 @@
<span class="special">};</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">></span>
-<span class="identifier">holder</span><span class="special"><</span> vector
<span class="special"><</span><span class="identifier">T0</span> <span class="keyword">const</span> <span class="special">&,</span> <span class="identifier">T1</span> <span class="keyword">const</span> <span class="special">&></span> <span class="special">></span>
+<span class="identifier">holder</span><span class="special"><</span> vector<span class="special"><</span><span class="identifier">T0</span> <span class="keyword">const</span> <span class="special">&,</span> <span class="identifier">T1</span> <span class="keyword">const</span> <span class="special">&></span> <span class="special">></span>
<span class="identifier">make_holder</span><span class="special">(</span><span class="identifier">T0</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">a0</span><span class="special">,</span> <span class="identifier">T1</span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">a1</span><span class="special">)</span>
<span class="special">{</span>
- <span class="keyword">typedef</span> vector
<span class="special"><</span><span class="identifier">T0</span> <span class="keyword">const</span> <span class="special">&,</span> <span class="identifier">T1</span> <span class="keyword">const</span> <span class="special">&></span> <span class="identifier">arg_vec_t</span><span class="special">;</span>
+ <span class="keyword">typedef</span> vector<span class="special"><</span><span class="identifier">T0</span> <span class="keyword">const</span> <span class="special">&,</span> <span class="identifier">T1</span> <span class="keyword">const</span> <span class="special">&></span> <span class="identifier">arg_vec_t</span><span class="special">;</span>
<span class="keyword">return</span> <span class="identifier">holder</span><span class="special"><</span><span class="identifier">arg_vec_t</span><span class="special">>(</span> <span class="identifier">arg_vec_t</span><span class="special">(</span><span class="identifier">a0</span><span class="special">,</span><span class="identifier">a1</span><span class="special">)</span> <span class="special">);</span>
<span class="special">}</span>
</pre>
<a name="fusion.support.deduce_sequence.see_also"></a><h4>
-<a name="id961540"></a>
+<a name="id418131"></a>
<a href="deduce_sequence.html#fusion.support.deduce_sequence.see_also">See also</a>
</h4>
-<div class="itemizedlist"><ul type="disc"><li>deduce
</li></ul></div>
+<div class="itemizedlist"><ul type="disc"><li>deduce</li></ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
Modified: trunk/libs/fusion/doc/html/fusion/support/is_sequence.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/is_sequence.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/is_sequence.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>is_sequence</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="../support.html" title="Support">
+<link rel="previous" href="../support.html" title="Support">
<link rel="next" href="is_view.html" title="is_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="../support.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="is_view.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.is_sequence"></a>is_sequence</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.is_sequence"></a>is_sequence
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.is_sequence.description"></a><h4>
-<a name="id938474"></a>
+<a name="id412310"></a>
<a href="is_sequence.html#fusion.support.is_sequence.description">Description</a>
</h4>
<p>
- Metafunction that evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
- if a certain type <code class="computeroutput"><span class="identifier">T</span></code> is a
- conforming Fusion Sequence, <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code>
+ Metafunction that evaluates to <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
+ if a certain type <tt class="computeroutput"><span class="identifier">T</span></tt> is a
+ conforming Fusion Sequence, <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt>
otherwise. This may be specialized to accomodate clients which provide Fusion
conforming sequences.
</p>
<a name="fusion.support.is_sequence.synopsis"></a><h4>
-<a name="id938557"></a>
+<a name="id412390"></a>
<a href="is_sequence.html#fusion.support.is_sequence.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -50,7 +54,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.is_sequence.parameters"></a><h4>
-<a name="id938672"></a>
+<a name="id412506"></a>
<a href="is_sequence.html#fusion.support.is_sequence.parameters">Parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -60,74 +64,62 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to query.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.support.is_sequence.expression_semantics"></a><h4>
-<a name="id938765"></a>
+<a name="id412606"></a>
<a href="is_sequence.html#fusion.support.is_sequence.expression_semantics">Expression
Semantics</a>
</h4>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">c</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Boolean Constant</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Metafunction that evaluates to
- <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code> if a certain type <code class="computeroutput"><span class="identifier">T</span></code>
- is a conforming Fusion sequence, <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code>
+ <span class="bold"><b>Semantics</b></span>: Metafunction that evaluates to
+ <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt> if a certain type <tt class="computeroutput"><span class="identifier">T</span></tt>
+ is a conforming Fusion sequence, <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt>
otherwise.
</p>
<a name="fusion.support.is_sequence.header"></a><h4>
-<a name="id938915"></a>
+<a name="id412755"></a>
<a href="is_sequence.html#fusion.support.is_sequence.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">is_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">is_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.is_sequence.example"></a><h4>
-<a name="id939052"></a>
+<a name="id412893"></a>
<a href="is_sequence.html#fusion.support.is_sequence.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">is_sequence</span><span class="special"><</span> <span class="keyword">int</span> <span class="special">></span> <span class="special">));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>list
<span class="special"><></span> <span class="special">></span> <span class="special">));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>list
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>vector
<span class="special"><></span> <span class="special">></span> <span class="special">));</span>
-<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>vector
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>list<span class="special"><></span> <span class="special">></span> <span class="special">));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>list<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>vector<span class="special"><></span> <span class="special">></span> <span class="special">));</span>
+<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span>vector<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/support/is_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/is_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/is_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>is_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="is_sequence.html" title="is_sequence">
+<link rel="previous" href="is_sequence.html" title="is_sequence">
<link rel="next" href="tag_of.html" title="tag_of">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,24 +23,28 @@
<a accesskey="p" href="is_sequence.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tag_of.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.is_view"></a>is_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.is_view"></a>is_view
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.is_view.description"></a><h4>
-<a name="id939445"></a>
+<a name="id413283"></a>
<a href="is_view.html#fusion.support.is_view.description">Description</a>
</h4>
<p>
- Metafunction that evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>
- if a certain type <code class="computeroutput"><span class="identifier">T</span></code> is a
- conforming Fusion View, <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code>
+ Metafunction that evaluates to <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>
+ if a certain type <tt class="computeroutput"><span class="identifier">T</span></tt> is a
+ conforming Fusion View, <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt>
otherwise. A view is a specialized sequence that does not actually contain
data. Views hold sequences which may be other views. In general, views are
held by other views by value, while non-views are held by other views by
- reference. <code class="computeroutput"><span class="identifier">is_view</span></code> may be
+ reference. <tt class="computeroutput"><span class="identifier">is_view</span></tt> may be
specialized to accomodate clients providing Fusion conforming views.
</p>
<a name="fusion.support.is_view.synopsis"></a><h4>
-<a name="id939542"></a>
+<a name="id413377"></a>
<a href="is_view.html#fusion.support.is_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -53,7 +57,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.is_view.parameters"></a><h4>
-<a name="id939658"></a>
+<a name="id413493"></a>
<a href="is_view.html#fusion.support.is_view.parameters">Parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -63,65 +67,53 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to query.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.support.is_view.expression_semantics"></a><h4>
-<a name="id939751"></a>
+<a name="id413592"></a>
<a href="is_view.html#fusion.support.is_view.expression_semantics">Expression Semantics</a>
</h4>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">c</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Return type</b></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Boolean Constant</a>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Metafunction that evaluates to
- <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code> if a certain type <code class="computeroutput"><span class="identifier">T</span></code>
- is a conforming Fusion view, <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code>
+ <span class="bold"><b>Semantics</b></span>: Metafunction that evaluates to
+ <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt> if a certain type <tt class="computeroutput"><span class="identifier">T</span></tt>
+ is a conforming Fusion view, <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt>
otherwise.
</p>
<a name="fusion.support.is_view.header"></a><h4>
-<a name="id939900"></a>
+<a name="id413741"></a>
<a href="is_view.html#fusion.support.is_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">is_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">is_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.is_view.example"></a><h4>
-<a name="id940036"></a>
+<a name="id413879"></a>
<a href="is_view.html#fusion.support.is_view.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
@@ -129,8 +121,8 @@
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_pointer</span><span class="special">;</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">*,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">long</span><span class="special">*,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
-<span class="keyword">typedef</span> filter_view
<span class="special"><</span><span class="identifier">vector_type</span><span class="special">,</span> <span class="identifier">is_pointer</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span> <span class="special">></span> <span class="identifier">filter_view_type</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">*,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">long</span><span class="special">*,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
+<span class="keyword">typedef</span> filter_view<span class="special"><</span><span class="identifier">vector_type</span><span class="special">,</span> <span class="identifier">is_pointer</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span> <span class="special">></span> <span class="identifier">filter_view_type</span><span class="special">;</span>
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special"><</span><span class="identifier">filter_view_type</span><span class="special">></span> <span class="special">));</span>
</pre>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/support/pair.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/pair.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/pair.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>pair</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="deduce_sequence.html" title="deduce_sequence">
+<link rel="previous" href="deduce_sequence.html" title="deduce_sequence">
<link rel="next" href="../iterator.html" title="Iterator">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,21 +23,25 @@
<a accesskey="p" href="deduce_sequence.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../iterator.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.pair"></a>pair</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.pair"></a>pair
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.pair.description"></a><h4>
-<a name="id961597"></a>
+<a name="id418194"></a>
<a href="pair.html#fusion.support.pair.description">Description</a>
</h4>
<p>
- Fusion <code class="computeroutput"><span class="identifier">pair</span></code> type is a half
- runtime pair. A half runtime pair is similar to a std::pair
,
- but, unlike std::pair
,
+ Fusion <tt class="computeroutput"><span class="identifier">pair</span></tt> type is a half
+ runtime pair. A half runtime pair is similar to a std::pair,
+ but, unlike std::pair,
the first type does not have data. It is used as elements in <span class="underline">_map</span>_s,
for example.
</p>
<a name="fusion.support.pair.synopsis"></a><h4>
-<a name="id961688"></a>
+<a name="id418297"></a>
<a href="pair.html#fusion.support.pair.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">First</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Second</span><span class="special">></span>
@@ -60,7 +64,7 @@
<span class="identifier">make_pair</span><span class="special">(</span><span class="identifier">Second</span> <span class="keyword">const</span> <span class="special">&);</span>
</pre>
<a name="fusion.support.pair.template_parameters"></a><h4>
-<a name="id962046"></a>
+<a name="id418702"></a>
<a href="pair.html#fusion.support.pair.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -69,77 +73,65 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
+<td><p>
First
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The first type. This is purely a type. No data is held.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
+<td><p>
Second
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The second type. This contains data.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">P</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">P</span></tt></span></dt>
<dd><p>
Fusion pair type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">p</span></code>,
- <code class="computeroutput"><span class="identifier">p2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">p</span></tt>,
+ <tt class="computeroutput"><span class="identifier">p2</span></tt></span></dt>
<dd><p>
Fusion pairs
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code>,
- <code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt>,
+ <tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
Arbitrary types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
- Value of type <code class="computeroutput"><span class="identifier">S</span></code>
+ Value of type <tt class="computeroutput"><span class="identifier">S</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">o</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">o</span></tt></span></dt>
<dd><p>
Output stream
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">i</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">i</span></tt></span></dt>
<dd><p>
Input stream
</p></dd>
</dl>
</div>
<a name="fusion.support.pair.expression_semantics"></a><h4>
-<a name="id962295"></a>
+<a name="id418982"></a>
<a href="pair.html#fusion.support.pair.expression_semantics">Expression Semantics</a>
</h4>
<div class="informaltable"><table class="table">
@@ -148,185 +140,133 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">P</span><span class="special">::</span><span class="identifier">first_type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of the first template parameter, <code class="computeroutput"><span class="identifier">F</span></code>,
- equivalent to <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">first</span><span class="special"><</span><span class="identifier">P</span><span class="special">>::</span><span class="identifier">type</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">P</span><span class="special">::</span><span class="identifier">second_type</span></code>
- </p>
- </td>
-<td>
- <p>
- The type of the second template parameter, <code class="computeroutput"><span class="identifier">S</span></code>,
- equivalent to <code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">second</span><span class="special"><</span><span class="identifier">P</span><span class="special">>::</span><span class="identifier">type</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">P</span><span class="special">()</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">P</span><span class="special">::</span><span class="identifier">first_type</span></tt>
+ </p></td>
+<td><p>
+ The type of the first template parameter, <tt class="computeroutput"><span class="identifier">F</span></tt>,
+ equivalent to <tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">first</span><span class="special"><</span><span class="identifier">P</span><span class="special">>::</span><span class="identifier">type</span></tt>.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">P</span><span class="special">::</span><span class="identifier">second_type</span></tt>
+ </p></td>
+<td><p>
+ The type of the second template parameter, <tt class="computeroutput"><span class="identifier">S</span></tt>,
+ equivalent to <tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">second</span><span class="special"><</span><span class="identifier">P</span><span class="special">>::</span><span class="identifier">type</span></tt>.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">P</span><span class="special">()</span></tt>
+ </p></td>
+<td><p>
Default construction.
- </p>
- </td>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">P</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Construct a pair given value for the second type, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">P</span><span class="special">(</span><span class="identifier">p2</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a pair from another pair, <tt class="computeroutput"><span class="identifier">p2</span></tt>.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">p</span><span class="special">.</span><span class="identifier">second</span></tt>
+ </p></td>
+<td><p>
+ Get the data from <tt class="computeroutput"><span class="identifier">p1</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">P</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Construct a pair given value for the second type, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">P</span><span class="special">(</span><span class="identifier">p2</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a pair from another pair, <code class="computeroutput"><span class="identifier">p2</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">p</span><span class="special">.</span><span class="identifier">second</span></code>
- </p>
- </td>
-<td>
- <p>
- Get the data from <code class="computeroutput"><span class="identifier">p1</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">p</span> <span class="special">=</span>
- <span class="identifier">p2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns a pair, <code class="computeroutput"><span class="identifier">p1</span></code>,
- from another pair, <code class="computeroutput"><span class="identifier">p2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">p</span> <span class="special">=</span>
+ <span class="identifier">p2</span></tt>
+ </p></td>
+<td><p>
+ Assigns a pair, <tt class="computeroutput"><span class="identifier">p1</span></tt>,
+ from another pair, <tt class="computeroutput"><span class="identifier">p2</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
+<td><p>
make_pair<F>(s)
- </p>
- </td>
-<td>
- <p>
- Make a pair given the first type, <code class="computeroutput"><span class="identifier">F</span></code>,
- and a value for the second type, <code class="computeroutput"><span class="identifier">s</span></code>.
- The second type assumes the type of <code class="computeroutput"><span class="identifier">s</span></code>
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">o</span> <span class="special"><<</span>
- <span class="identifier">p</span></code>
- </p>
- </td>
-<td>
- <p>
- Output <code class="computeroutput"><span class="identifier">p</span></code> to output
- stream, <code class="computeroutput"><span class="identifier">o</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">i</span> <span class="special">>></span>
- <span class="identifier">p</span></code>
- </p>
- </td>
-<td>
- <p>
- Input <code class="computeroutput"><span class="identifier">p</span></code> from input
- stream, <code class="computeroutput"><span class="identifier">i</span></code>.
- </p>
- </td>
-</tr>
-<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">p</span> <span class="special">==</span>
- <span class="identifier">p2</span></code>
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
+ Make a pair given the first type, <tt class="computeroutput"><span class="identifier">F</span></tt>,
+ and a value for the second type, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ The second type assumes the type of <tt class="computeroutput"><span class="identifier">s</span></tt>
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">o</span> <span class="special"><<</span>
+ <span class="identifier">p</span></tt>
+ </p></td>
+<td><p>
+ Output <tt class="computeroutput"><span class="identifier">p</span></tt> to output
+ stream, <tt class="computeroutput"><span class="identifier">o</span></tt>.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">i</span> <span class="special">>></span>
+ <span class="identifier">p</span></tt>
+ </p></td>
+<td><p>
+ Input <tt class="computeroutput"><span class="identifier">p</span></tt> from input
+ stream, <tt class="computeroutput"><span class="identifier">i</span></tt>.
+ </p></td>
+</tr>
+<tr>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">p</span> <span class="special">==</span>
+ <span class="identifier">p2</span></tt>
+ </p></td>
+<td><p>
Tests two pairs for equality.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">p</span> <span class="special">!=</span>
- <span class="identifier">p2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">p</span> <span class="special">!=</span>
+ <span class="identifier">p2</span></tt>
+ </p></td>
+<td><p>
Tests two pairs for inequality.
- </p>
- </td>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.support.pair.header"></a><h4>
-<a name="id962982"></a>
+<a name="id419758"></a>
<a href="pair.html#fusion.support.pair.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.pair.example"></a><h4>
-<a name="id963117"></a>
+<a name="id419912"></a>
<a href="pair.html#fusion.support.pair.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">pair</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">p</span><span class="special">(</span><span class="char">'X'</span><span class="special">);</span>
Modified: trunk/libs/fusion/doc/html/fusion/support/tag_of.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/support/tag_of.html (original)
+++ trunk/libs/fusion/doc/html/fusion/support/tag_of.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>tag_of</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../support.html" title="Support">
-<link rel="prev" href="is_view.html" title="is_view">
+<link rel="previous" href="is_view.html" title="is_view">
<link rel="next" href="category_of.html" title="category_of">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,10 +23,14 @@
<a accesskey="p" href="is_view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="category_of.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.support.tag_of"></a>tag_of</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.support.tag_of"></a>tag_of
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.support.tag_of.description"></a><h4>
-<a name="id940433"></a>
+<a name="id414277"></a>
<a href="tag_of.html#fusion.support.tag_of.description">Description</a>
</h4>
<p>
@@ -40,7 +44,7 @@
conforming sequences.
</p>
<a name="fusion.support.tag_of.synopsis"></a><h4>
-<a name="id940485"></a>
+<a name="id414326"></a>
<a href="tag_of.html#fusion.support.tag_of.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@@ -53,7 +57,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.tag_of.parameters"></a><h4>
-<a name="id940599"></a>
+<a name="id414440"></a>
<a href="tag_of.html#fusion.support.tag_of.parameters">Parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -63,68 +67,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Requirement
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
+ </p></td>
+<td><p>
The type to query.
- </p>
- </td>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.support.tag_of.expression_semantics"></a><h4>
-<a name="id940692"></a>
+<a name="id414539"></a>
<a href="tag_of.html#fusion.support.tag_of.expression_semantics">Expression Semantics</a>
</h4>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Return type</strong></span>: Any type.
+ <span class="bold"><b>Return type</b></span>: Any type.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the tag type associated
- with <code class="computeroutput"><span class="identifier">T</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the tag type associated
+ with <tt class="computeroutput"><span class="identifier">T</span></tt>.
</p>
<a name="fusion.support.tag_of.header"></a><h4>
-<a name="id940796"></a>
+<a name="id414641"></a>
<a href="tag_of.html#fusion.support.tag_of.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.support.tag_of.example"></a><h4>
-<a name="id940931"></a>
+<a name="id414779"></a>
<a href="tag_of.html#fusion.support.tag_of.example">Example</a>
</h4>
-<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>list
<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag1</span><span class="special">;</span>
-<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>list
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag2</span><span class="special">;</span>
-<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>vector
<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag3</span><span class="special">;</span>
-<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>vector
<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag4</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>list<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag1</span><span class="special">;</span>
+<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>list<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag2</span><span class="special">;</span>
+<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>vector<span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag3</span><span class="special">;</span>
+<span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span>vector<span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag4</span><span class="special">;</span>
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">tag1</span><span class="special">,</span> <span class="identifier">tag2</span><span class="special">>));</span>
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><span class="identifier">tag3</span><span class="special">,</span> <span class="identifier">tag4</span><span class="special">>));</span>
Modified: trunk/libs/fusion/doc/html/fusion/tuple.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Tuple</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="algorithm/transformation/metafunctions/push_front.html" title="push_front">
+<link rel="previous" href="algorithm/transformation/metafunctions/push_front.html" title="push_front">
<link rel="next" href="tuple/class_template_tuple.html" title="Class template tuple">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="algorithm/transformation/metafunctions/push_front.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tuple/class_template_tuple.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.tuple"></a>Tuple</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.tuple"></a>Tuple
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Class template tuple</span></dt>
<dd><dl>
@@ -43,12 +47,12 @@
<p>
The TR1 technical report describes extensions to the C++ standard library.
Many of these extensions will be considered for the next iteration of the C++
- standard. TR1 describes a tuple type, and support for treating <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>
+ standard. TR1 describes a tuple type, and support for treating <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>
as a type of tuple.
</p>
<p>
Fusion provides full support for the <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
- Tuple</a> interface, and the extended uses of <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code> described
+ Tuple</a> interface, and the extended uses of <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt> described
in the TR1 document.
</p>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Class template tuple</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../tuple.html" title="Tuple">
-<link rel="prev" href="../tuple.html" title="Tuple">
+<link rel="previous" href="../tuple.html" title="Tuple">
<link rel="next" href="class_template_tuple/construction.html" title="Construction">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="../tuple.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tuple.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="class_template_tuple/construction.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.tuple.class_template_tuple"></a>Class template tuple</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.tuple.class_template_tuple"></a>Class template tuple
+</h3></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">Construction</span></dt>
<dt><span class="section"><a href="class_template_tuple/tuple_creation_functions.html">Tuple
@@ -44,11 +48,11 @@
beyond that required by TR1.
</p>
<p>
- Currently tuple is basically a synonym for vector
, although this may be changed
+ Currently tuple is basically a synonym for vector, although this may be changed
in future releases of fusion.
</p>
<a name="fusion.tuple.class_template_tuple.synopsis"></a><h4>
-<a name="id1250044"></a>
+<a name="id590200"></a>
<a href="class_template_tuple.html#fusion.tuple.class_template_tuple.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Construction</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
-<link rel="prev" href="../class_template_tuple.html" title="Class template tuple">
+<link rel="previous" href="../class_template_tuple.html" title="Class template tuple">
<link rel="next" href="tuple_creation_functions.html" title="Tuple
creation functions">
</head>
@@ -24,10 +24,14 @@
<a accesskey="p" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tuple_creation_functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
-<a name="fusion.tuple.class_template_tuple.construction"></a>Construction</h4></div></div></div>
+<div class="titlepage">
+<div><div><h4 class="title">
+<a name="fusion.tuple.class_template_tuple.construction"></a>Construction
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.tuple.class_template_tuple.construction.description"></a><h5>
-<a name="id1250196"></a>
+<a name="id590370"></a>
<a href="construction.html#fusion.tuple.class_template_tuple.construction.description">Description</a>
</h5>
<p>
@@ -38,33 +42,33 @@
in this section.
</p>
<a name="fusion.tuple.class_template_tuple.construction.specification"></a><h5>
-<a name="id1250235"></a>
+<a name="id590411"></a>
<a href="construction.html#fusion.tuple.class_template_tuple.construction.specification">Specification</a>
</h5>
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">T1</span>
- <span class="special">...</span> <span class="identifier">TN</span></code>,
- <code class="computeroutput"><span class="identifier">U1</span> <span class="special">...</span>
- <span class="identifier">UN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">T1</span>
+ <span class="special">...</span> <span class="identifier">TN</span></tt>,
+ <tt class="computeroutput"><span class="identifier">U1</span> <span class="special">...</span>
+ <span class="identifier">UN</span></tt></span></dt>
<dd><p>
Tuple element types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">P1</span>
- <span class="special">...</span> <span class="identifier">PN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">P1</span>
+ <span class="special">...</span> <span class="identifier">PN</span></tt></span></dt>
<dd><p>
Parameter types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">Ti</span></code>,
- <code class="computeroutput"><span class="identifier">Ui</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">Ti</span></tt>,
+ <tt class="computeroutput"><span class="identifier">Ui</span></tt></span></dt>
<dd><p>
- The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
+ The type of the <tt class="computeroutput"><span class="identifier">i</span></tt>th
element of a tuple
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">Pi</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">Pi</span></tt></span></dt>
<dd><p>
- The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
+ The type of the <tt class="computeroutput"><span class="identifier">i</span></tt>th
parameter
</p></dd>
</dl>
@@ -72,45 +76,45 @@
<pre class="programlisting"><span class="identifier">tuple</span><span class="special">();</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: Each <code class="computeroutput"><span class="identifier">Ti</span></code>
+ <span class="bold"><b>Requirements</b></span>: Each <tt class="computeroutput"><span class="identifier">Ti</span></tt>
is default constructable.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Default initializes each element
+ <span class="bold"><b>Semantics</b></span>: Default initializes each element
of the tuple.
</p>
<pre class="programlisting"><span class="identifier">tuple</span><span class="special">(</span><span class="identifier">P1</span><span class="special">,</span><span class="identifier">P2</span><span class="special">,...,</span><span class="identifier">PN</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: Each <code class="computeroutput"><span class="identifier">Pi</span></code>
- is <code class="computeroutput"><span class="identifier">Ti</span></code> if <code class="computeroutput"><span class="identifier">Ti</span></code> is a reference type, <code class="computeroutput"><span class="keyword">const</span> <span class="identifier">Ti</span><span class="special">&</span></code> otherwise.
+ <span class="bold"><b>Requirements</b></span>: Each <tt class="computeroutput"><span class="identifier">Pi</span></tt>
+ is <tt class="computeroutput"><span class="identifier">Ti</span></tt> if <tt class="computeroutput"><span class="identifier">Ti</span></tt> is a reference type, <tt class="computeroutput"><span class="keyword">const</span> <span class="identifier">Ti</span><span class="special">&</span></tt> otherwise.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Copy initializes each element
+ <span class="bold"><b>Semantics</b></span>: Copy initializes each element
with the corresponding parameter.
</p>
<pre class="programlisting"><span class="identifier">tuple</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">tuple</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: Each <code class="computeroutput"><span class="identifier">Ti</span></code>
+ <span class="bold"><b>Requirements</b></span>: Each <tt class="computeroutput"><span class="identifier">Ti</span></tt>
should be copy constructable.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Copy constructs each element
- of <code class="computeroutput"><span class="special">*</span><span class="keyword">this</span></code>
- with the corresponding element of <code class="computeroutput"><span class="identifier">t</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Copy constructs each element
+ of <tt class="computeroutput"><span class="special">*</span><span class="keyword">this</span></tt>
+ with the corresponding element of <tt class="computeroutput"><span class="identifier">t</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">U1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">UN</span><span class="special">></span>
<span class="identifier">tuple</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: Each <code class="computeroutput"><span class="identifier">Ti</span></code>
- shall be constructible from the corresponding <code class="computeroutput"><span class="identifier">Ui</span></code>.
+ <span class="bold"><b>Requirements</b></span>: Each <tt class="computeroutput"><span class="identifier">Ti</span></tt>
+ shall be constructible from the corresponding <tt class="computeroutput"><span class="identifier">Ui</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Constructs each element of
- <code class="computeroutput"><span class="special">*</span><span class="keyword">this</span></code>
- with the corresponding element of <code class="computeroutput"><span class="identifier">t</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Constructs each element of
+ <tt class="computeroutput"><span class="special">*</span><span class="keyword">this</span></tt>
+ with the corresponding element of <tt class="computeroutput"><span class="identifier">t</span></tt>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Element
access</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
-<link rel="prev" href="tuple_helper_classes.html" title="Tuple
+<link rel="previous" href="tuple_helper_classes.html" title="Tuple
helper classes">
<link rel="next" href="relational_operators.html" title="Relational
operators">
@@ -26,58 +26,62 @@
<a accesskey="p" href="tuple_helper_classes.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="relational_operators.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.tuple.class_template_tuple.element_access"></a><a href="element_access.html" title="Element
access">Element
- access</a></h4></div></div></div>
+ access</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.tuple.class_template_tuple.element_access.description"></a><h5>
-<a name="id1251990"></a>
+<a name="id592387"></a>
<a href="element_access.html#fusion.tuple.class_template_tuple.element_access.description">Description</a>
</h5>
<p>
The <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
- Tuple</a> provides the <code class="computeroutput"><span class="identifier">get</span></code>
+ Tuple</a> provides the <tt class="computeroutput"><span class="identifier">get</span></tt>
function to provide access to it's elements by zero based numeric index.
</p>
<a name="fusion.tuple.class_template_tuple.element_access.specification"></a><h5>
-<a name="id1252036"></a>
+<a name="id592437"></a>
<a href="element_access.html#fusion.tuple.class_template_tuple.element_access.specification">Specification</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">int</span> <span class="identifier">I</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span>
<span class="identifier">RJ</span> <span class="identifier">get</span><span class="special">(</span><span class="identifier">T</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requires</strong></span>: <code class="computeroutput"><span class="number">0</span>
+ <span class="bold"><b>Requires</b></span>: <tt class="computeroutput"><span class="number">0</span>
<span class="special"><</span> <span class="identifier">I</span>
- <span class="special"><=</span> <span class="identifier">N</span></code>.
- The program is ill formed if <code class="computeroutput"><span class="identifier">I</span></code>
- is out of bounds. <code class="computeroutput"><span class="identifier">T</span></code> is
- any fusion sequence type, including <code class="computeroutput"><span class="identifier">tuple</span></code>.
+ <span class="special"><=</span> <span class="identifier">N</span></tt>.
+ The program is ill formed if <tt class="computeroutput"><span class="identifier">I</span></tt>
+ is out of bounds. <tt class="computeroutput"><span class="identifier">T</span></tt> is
+ any fusion sequence type, including <tt class="computeroutput"><span class="identifier">tuple</span></tt>.
</p>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="identifier">RJ</span></code>
- is equivalent to <code class="computeroutput">result_of::at_c
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="identifier">RJ</span></tt>
+ is equivalent to <tt class="computeroutput">result_of::at_c<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<p>
- <span class="bold"><strong>Returns</strong></span>: A reference to the <code class="computeroutput"><span class="identifier">I</span></code>th element of <code class="computeroutput"><span class="identifier">T</span></code>.
+ <span class="bold"><b>Returns</b></span>: A reference to the <tt class="computeroutput"><span class="identifier">I</span></tt>th element of <tt class="computeroutput"><span class="identifier">T</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">int</span> <span class="identifier">I</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span>
<span class="identifier">PJ</span> <span class="identifier">get</span><span class="special">(</span><span class="identifier">T</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">t</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requires</strong></span>: <code class="computeroutput"><span class="number">0</span>
+ <span class="bold"><b>Requires</b></span>: <tt class="computeroutput"><span class="number">0</span>
<span class="special"><</span> <span class="identifier">I</span>
- <span class="special"><=</span> <span class="identifier">N</span></code>.
- The program is ill formed if <code class="computeroutput"><span class="identifier">I</span></code>
- is out of bounds. <code class="computeroutput"><span class="identifier">T</span></code> is
- any fusion sequence type, including <code class="computeroutput"><span class="identifier">tuple</span></code>.
+ <span class="special"><=</span> <span class="identifier">N</span></tt>.
+ The program is ill formed if <tt class="computeroutput"><span class="identifier">I</span></tt>
+ is out of bounds. <tt class="computeroutput"><span class="identifier">T</span></tt> is
+ any fusion sequence type, including <tt class="computeroutput"><span class="identifier">tuple</span></tt>.
</p>
<p>
- <span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="identifier">PJ</span></code>
- is equivalent to <code class="computeroutput">result_of::at_c
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Return type</b></span>: <tt class="computeroutput"><span class="identifier">PJ</span></tt>
+ is equivalent to <tt class="computeroutput">result_of::at_c<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<p>
- <span class="bold"><strong>Returns</strong></span>: A const reference to the <code class="computeroutput"><span class="identifier">I</span></code>th element of <code class="computeroutput"><span class="identifier">T</span></code>.
+ <span class="bold"><b>Returns</b></span>: A const reference to the <tt class="computeroutput"><span class="identifier">I</span></tt>th element of <tt class="computeroutput"><span class="identifier">T</span></tt>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Relational
operators</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
-<link rel="prev" href="element_access.html" title="Element
+<link rel="previous" href="element_access.html" title="Element
access">
<link rel="next" href="../pairs.html" title="Pairs">
</head>
@@ -25,12 +25,16 @@
<a accesskey="p" href="element_access.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../pairs.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.tuple.class_template_tuple.relational_operators"></a><a href="relational_operators.html" title="Relational
operators">Relational
- operators</a></h4></div></div></div>
+ operators</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.tuple.class_template_tuple.relational_operators.description"></a><h5>
-<a name="id1252593"></a>
+<a name="id593064"></a>
<a href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.description">Description</a>
</h5>
<p>
@@ -38,33 +42,33 @@
Tuple</a> provides the standard boolean relational operators.
</p>
<a name="fusion.tuple.class_template_tuple.relational_operators.specification"></a><h5>
-<a name="id1252629"></a>
+<a name="id593102"></a>
<a href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.specification">Specification</a>
</h5>
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">T1</span>
- <span class="special">...</span> <span class="identifier">TN</span></code>,
- <code class="computeroutput"><span class="identifier">U1</span> <span class="special">...</span>
- <span class="identifier">UN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">T1</span>
+ <span class="special">...</span> <span class="identifier">TN</span></tt>,
+ <tt class="computeroutput"><span class="identifier">U1</span> <span class="special">...</span>
+ <span class="identifier">UN</span></tt></span></dt>
<dd><p>
Tuple element types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">P1</span>
- <span class="special">...</span> <span class="identifier">PN</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">P1</span>
+ <span class="special">...</span> <span class="identifier">PN</span></tt></span></dt>
<dd><p>
Parameter types
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">Ti</span></code>,
- <code class="computeroutput"><span class="identifier">Ui</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">Ti</span></tt>,
+ <tt class="computeroutput"><span class="identifier">Ui</span></tt></span></dt>
<dd><p>
- The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
+ The type of the <tt class="computeroutput"><span class="identifier">i</span></tt>th
element of a tuple
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">Pi</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">Pi</span></tt></span></dt>
<dd><p>
- The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
+ The type of the <tt class="computeroutput"><span class="identifier">i</span></tt>th
parameter
</p></dd>
</dl>
@@ -76,23 +80,23 @@
<span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: For all <code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
+ <span class="bold"><b>Requirements</b></span>: For all <tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
<span class="identifier">i</span> <span class="special"><</span>
- <span class="identifier">N</span></code>, <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special">==</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></code>
- is a valid expression returning a type that is convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
- </p>
-<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="keyword">true</span></code>
- if and only if <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special">==</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></code>
- for all <code class="computeroutput"><span class="identifier">i</span></code>. For any 2 zero
- length tuples <code class="computeroutput"><span class="identifier">e</span></code> and <code class="computeroutput"><span class="identifier">f</span></code>, <code class="computeroutput"><span class="identifier">e</span>
- <span class="special">==</span> <span class="identifier">f</span></code>
- returns <code class="computeroutput"><span class="keyword">true</span></code>.
+ <span class="identifier">N</span></tt>, <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special">==</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></tt>
+ is a valid expression returning a type that is convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
+ </p>
+<p>
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="keyword">true</span></tt>
+ if and only if <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special">==</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></tt>
+ for all <tt class="computeroutput"><span class="identifier">i</span></tt>. For any 2 zero
+ length tuples <tt class="computeroutput"><span class="identifier">e</span></tt> and <tt class="computeroutput"><span class="identifier">f</span></tt>, <tt class="computeroutput"><span class="identifier">e</span>
+ <span class="special">==</span> <span class="identifier">f</span></tt>
+ returns <tt class="computeroutput"><span class="keyword">true</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">U1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">UN</span><span class="special">></span>
@@ -101,18 +105,18 @@
<span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: For all <code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
+ <span class="bold"><b>Requirements</b></span>: For all <tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
<span class="identifier">i</span> <span class="special"><</span>
- <span class="identifier">N</span></code>, <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></code>
- is a valid expression returning a type that is convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="identifier">N</span></tt>, <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></tt>
+ is a valid expression returning a type that is convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns the lexicographical
- comparison of between <code class="computeroutput"><span class="identifier">lhs</span></code>
- and <code class="computeroutput"><span class="identifier">rhs</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns the lexicographical
+ comparison of between <tt class="computeroutput"><span class="identifier">lhs</span></tt>
+ and <tt class="computeroutput"><span class="identifier">rhs</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">U1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">UN</span><span class="special">></span>
@@ -121,16 +125,16 @@
<span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: For all <code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
+ <span class="bold"><b>Requirements</b></span>: For all <tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
<span class="identifier">i</span> <span class="special"><</span>
- <span class="identifier">N</span></code>, <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special">==</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></code>
- is a valid expression returning a type that is convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="identifier">N</span></tt>, <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special">==</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></tt>
+ is a valid expression returning a type that is convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="special">!(</span><span class="identifier">lhs</span> <span class="special">==</span> <span class="identifier">rhs</span><span class="special">)</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="special">!(</span><span class="identifier">lhs</span> <span class="special">==</span> <span class="identifier">rhs</span><span class="special">)</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">U1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">UN</span><span class="special">></span>
@@ -139,16 +143,16 @@
<span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: For all <code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
+ <span class="bold"><b>Requirements</b></span>: For all <tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
<span class="identifier">i</span> <span class="special"><</span>
- <span class="identifier">N</span></code>, <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span></code>
- is a valid expression returning a type that is convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="identifier">N</span></tt>, <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span></tt>
+ is a valid expression returning a type that is convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="special">!(</span><span class="identifier">rhs</span> <span class="special"><</span> <span class="identifier">lhs</span><span class="special">)</span></code>
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="special">!(</span><span class="identifier">rhs</span> <span class="special"><</span> <span class="identifier">lhs</span><span class="special">)</span></tt>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">U1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">UN</span><span class="special">></span>
@@ -157,17 +161,17 @@
<span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: For all <code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
+ <span class="bold"><b>Requirements</b></span>: For all <tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
<span class="identifier">i</span> <span class="special"><</span>
- <span class="identifier">N</span></code>, <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span></code>
- is a valid expression returning a type that is convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="identifier">N</span></tt>, <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span></tt>
+ is a valid expression returning a type that is convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="identifier">rhs</span>
- <span class="special"><</span> <span class="identifier">lhs</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="identifier">rhs</span>
+ <span class="special"><</span> <span class="identifier">lhs</span></tt>.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">U1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">UN</span><span class="special">></span>
@@ -176,16 +180,16 @@
<span class="keyword">const</span> <span class="identifier">tuple</span><span class="special"><</span><span class="identifier">U1</span><span class="special">,</span> <span class="identifier">U2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">UN</span><span class="special">>&</span> <span class="identifier">rhs</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Requirements</strong></span>: For all <code class="computeroutput"><span class="identifier">i</span></code>,
- <code class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
+ <span class="bold"><b>Requirements</b></span>: For all <tt class="computeroutput"><span class="identifier">i</span></tt>,
+ <tt class="computeroutput"><span class="number">1</span> <span class="special"><=</span>
<span class="identifier">i</span> <span class="special"><</span>
- <span class="identifier">N</span></code>, <code class="computeroutput"><a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
- access"><code class="computeroutput"><span class="identifier">get</span></code></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></code>
- is a valid expression returning a type that is convertible to <code class="computeroutput"><span class="keyword">bool</span></code>.
+ <span class="identifier">N</span></tt>, <tt class="computeroutput"><a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">lhs</span><span class="special">)</span> <span class="special"><</span> <a href="element_access.html" title="Element
+ access"><tt class="computeroutput"><span class="identifier">get</span></tt></a><span class="special"><</span><span class="identifier">i</span><span class="special">>(</span><span class="identifier">rhs</span><span class="special">)</span></tt>
+ is a valid expression returning a type that is convertible to <tt class="computeroutput"><span class="keyword">bool</span></tt>.
</p>
<p>
- <span class="bold"><strong>Semantics</strong></span>: Returns <code class="computeroutput"><span class="special">!(</span><span class="identifier">lhs</span> <span class="special"><</span> <span class="identifier">rhs</span><span class="special">)</span></code>.
+ <span class="bold"><b>Semantics</b></span>: Returns <tt class="computeroutput"><span class="special">!(</span><span class="identifier">lhs</span> <span class="special"><</span> <span class="identifier">rhs</span><span class="special">)</span></tt>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Tuple
creation functions</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
-<link rel="prev" href="construction.html" title="Construction">
+<link rel="previous" href="construction.html" title="Construction">
<link rel="next" href="tuple_helper_classes.html" title="Tuple
helper classes">
</head>
@@ -25,43 +25,47 @@
<a accesskey="p" href="construction.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tuple_helper_classes.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions"></a><a href="tuple_creation_functions.html" title="Tuple
creation functions">Tuple
- creation functions</a></h4></div></div></div>
+ creation functions</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions.description"></a><h5>
-<a name="id1250896"></a>
+<a name="id591155"></a>
<a href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.description">Description</a>
</h5>
<p>
- TR1 describes 2 utility functions for creating <span class="underline">_tr1</span><span class="underline">tuple</span>_s. <code class="computeroutput"><span class="identifier">make_tuple</span></code>
- builds a tuple out of it's argument list, and <code class="computeroutput"><span class="identifier">tie</span></code>
+ TR1 describes 2 utility functions for creating <span class="underline">_tr1</span><span class="underline">tuple</span>_s. <tt class="computeroutput"><span class="identifier">make_tuple</span></tt>
+ builds a tuple out of it's argument list, and <tt class="computeroutput"><span class="identifier">tie</span></tt>
builds a tuple of references to it's arguments. The details of these creation
functions are described in this section.
</p>
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions.specification"></a><h5>
-<a name="id1250959"></a>
+<a name="id591226"></a>
<a href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.specification">Specification</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="identifier">tuple</span><span class="special"><</span><span class="identifier">V1</span><span class="special">,</span> <span class="identifier">V2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">VN</span><span class="special">></span> <span class="identifier">make_tuple</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">T1</span><span class="special">&</span> <span class="identifier">t1</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">T2</span><span class="special">&</span> <span class="identifier">t2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">const</span> <span class="identifier">TN</span><span class="special">&</span> <span class="identifier">tn</span><span class="special">);</span>
</pre>
<p>
- Where <code class="computeroutput"><span class="identifier">Vi</span></code> is <code class="computeroutput"><span class="identifier">X</span><span class="special">&</span></code>
- if the cv-unqualified type <code class="computeroutput"><span class="identifier">Ti</span></code>
- is <code class="computeroutput"><span class="identifier">reference_wrapper</span><span class="special"><</span><span class="identifier">X</span><span class="special">></span></code>,
- otherwise <code class="computeroutput"><span class="identifier">Vi</span></code> is <code class="computeroutput"><span class="identifier">Ti</span></code>.
+ Where <tt class="computeroutput"><span class="identifier">Vi</span></tt> is <tt class="computeroutput"><span class="identifier">X</span><span class="special">&</span></tt>
+ if the cv-unqualified type <tt class="computeroutput"><span class="identifier">Ti</span></tt>
+ is <tt class="computeroutput"><span class="identifier">reference_wrapper</span><span class="special"><</span><span class="identifier">X</span><span class="special">></span></tt>,
+ otherwise <tt class="computeroutput"><span class="identifier">Vi</span></tt> is <tt class="computeroutput"><span class="identifier">Ti</span></tt>.
</p>
<p>
- <span class="bold"><strong>Returns</strong></span>: <code class="computeroutput"><span class="identifier">tuple</span><span class="special"><</span><span class="identifier">V1</span><span class="special">,</span> <span class="identifier">V2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">VN</span><span class="special">>(</span><span class="identifier">t1</span><span class="special">,</span> <span class="identifier">t2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">tN</span><span class="special">)</span></code>
+ <span class="bold"><b>Returns</b></span>: <tt class="computeroutput"><span class="identifier">tuple</span><span class="special"><</span><span class="identifier">V1</span><span class="special">,</span> <span class="identifier">V2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">VN</span><span class="special">>(</span><span class="identifier">t1</span><span class="special">,</span> <span class="identifier">t2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">tN</span><span class="special">)</span></tt>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
<span class="identifier">tuple</span><span class="special"><</span><span class="identifier">T1</span><span class="special">&,</span> <span class="identifier">T2</span><span class="special">&,</span> <span class="special">...,</span> <span class="identifier">TN</span><span class="special">&></span> <span class="identifier">tie</span><span class="special">(</span><span class="identifier">T1</span><span class="special">&</span> <span class="identifier">t1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">&</span> <span class="identifier">t2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">TN</span><span class="special">&</span> <span class="identifier">tn</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Returns</strong></span>: tuple<T1&, T2&, ...,
- TN&>(t1, t2, ..., tN). When argument <code class="computeroutput"><span class="identifier">ti</span></code>
- is <code class="computeroutput"><span class="identifier">ignore</span></code>, assigning any
+ <span class="bold"><b>Returns</b></span>: tuple<T1&, T2&, ...,
+ TN&>(t1, t2, ..., tN). When argument <tt class="computeroutput"><span class="identifier">ti</span></tt>
+ is <tt class="computeroutput"><span class="identifier">ignore</span></tt>, assigning any
value to the corresponding tuple element has has no effect.
</p>
</div>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -4,10 +4,10 @@
<title>Tuple
helper classes</title>
<link rel="stylesheet" href="../../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
-<link rel="prev" href="tuple_creation_functions.html" title="Tuple
+<link rel="previous" href="tuple_creation_functions.html" title="Tuple
creation functions">
<link rel="next" href="element_access.html" title="Element
access">
@@ -26,12 +26,16 @@
<a accesskey="p" href="tuple_creation_functions.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="element_access.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title">
+<div class="titlepage">
+<div><div><h4 class="title">
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes"></a><a href="tuple_helper_classes.html" title="Tuple
helper classes">Tuple
- helper classes</a></h4></div></div></div>
+ helper classes</a>
+</h4></div></div>
+<div></div>
+</div>
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes.description"></a><h5>
-<a name="id1251593"></a>
+<a name="id591943"></a>
<a href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.description">Description</a>
</h5>
<p>
@@ -40,36 +44,36 @@
tuple size, and the element types.
</p>
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes.specification"></a><h5>
-<a name="id1251630"></a>
+<a name="id591983"></a>
<a href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.specification">Specification</a>
</h5>
<pre class="programlisting"><span class="identifier">tuple_size</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">value</span>
</pre>
<p>
- <span class="bold"><strong>Requires</strong></span>: <code class="computeroutput"><span class="identifier">T</span></code>
- is any fusion sequence type, including <code class="computeroutput"><span class="identifier">tuple</span></code>.
+ <span class="bold"><b>Requires</b></span>: <tt class="computeroutput"><span class="identifier">T</span></tt>
+ is any fusion sequence type, including <tt class="computeroutput"><span class="identifier">tuple</span></tt>.
</p>
<p>
- <span class="bold"><strong>Type</strong></span>: <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Type</b></span>: <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
</p>
<p>
- <span class="bold"><strong>Value</strong></span>: The number of elements in the sequence.
- Equivalent to <code class="computeroutput">result_of::size
<span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Value</b></span>: The number of elements in the sequence.
+ Equivalent to <tt class="computeroutput">result_of::size<span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
<pre class="programlisting"><span class="identifier">tuple_element</span><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Requires</strong></span>: <code class="computeroutput"><span class="identifier">T</span></code>
- is any fusion sequence type, including <code class="computeroutput"><span class="identifier">tuple</span></code>.
- <code class="computeroutput"><span class="number">0</span> <span class="special"><=</span>
+ <span class="bold"><b>Requires</b></span>: <tt class="computeroutput"><span class="identifier">T</span></tt>
+ is any fusion sequence type, including <tt class="computeroutput"><span class="identifier">tuple</span></tt>.
+ <tt class="computeroutput"><span class="number">0</span> <span class="special"><=</span>
<span class="identifier">I</span> <span class="special"><</span>
- <span class="identifier">N</span></code> or the program is ill formed.
+ <span class="identifier">N</span></tt> or the program is ill formed.
</p>
<p>
- <span class="bold"><strong>Value</strong></span>: The type of the <code class="computeroutput"><span class="identifier">I</span></code>th
- element of <code class="computeroutput"><span class="identifier">T</span></code>. Equivalent
- to <code class="computeroutput">result_of::value_at
<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></code>.
+ <span class="bold"><b>Value</b></span>: The type of the <tt class="computeroutput"><span class="identifier">I</span></tt>th
+ element of <tt class="computeroutput"><span class="identifier">T</span></tt>. Equivalent
+ to <tt class="computeroutput">result_of::value_at<span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span></tt>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/tuple/pairs.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/tuple/pairs.html (original)
+++ trunk/libs/fusion/doc/html/fusion/tuple/pairs.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Pairs</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../tuple.html" title="Tuple">
-<link rel="prev" href="class_template_tuple/relational_operators.html" title="Relational
+<link rel="previous" href="class_template_tuple/relational_operators.html" title="Relational
operators">
<link rel="next" href="../extension.html" title="Extension">
</head>
@@ -24,47 +24,51 @@
<a accesskey="p" href="class_template_tuple/relational_operators.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tuple.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../extension.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.tuple.pairs"></a>Pairs</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.tuple.pairs"></a>Pairs
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.tuple.pairs.description"></a><h4>
-<a name="id1255546"></a>
+<a name="id596406"></a>
<a href="pairs.html#fusion.tuple.pairs.description">Description</a>
</h4>
<p>
The <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
- Tuple</a> interface is specified to provide uniform access to <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>
+ Tuple</a> interface is specified to provide uniform access to <tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt>
as if it were a 2 element tuple.
</p>
<a name="fusion.tuple.pairs.specification"></a><h4>
-<a name="id1255598"></a>
+<a name="id596463"></a>
<a href="pairs.html#fusion.tuple.pairs.specification">Specification</a>
</h4>
<pre class="programlisting"><span class="identifier">tuple_size</span><span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">value</span>
</pre>
<p>
- <span class="bold"><strong>Type</strong></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
+ <span class="bold"><b>Type</b></span>: An <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
Integral Constant</a>
</p>
<p>
- <span class="bold"><strong>Value</strong></span>: Returns 2, the number of elements
+ <span class="bold"><b>Value</b></span>: Returns 2, the number of elements
in a pair.
</p>
<pre class="programlisting"><span class="identifier">tuple_element</span><span class="special"><</span><span class="number">0</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Type</strong></span>: <code class="computeroutput"><span class="identifier">T1</span></code>
+ <span class="bold"><b>Type</b></span>: <tt class="computeroutput"><span class="identifier">T1</span></tt>
</p>
<p>
- <span class="bold"><strong>Value</strong></span>: Returns the type of the first element
+ <span class="bold"><b>Value</b></span>: Returns the type of the first element
of the pair
</p>
<pre class="programlisting"><span class="identifier">tuple_element</span><span class="special"><</span><span class="number">1</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
- <span class="bold"><strong>Type</strong></span>: <code class="computeroutput"><span class="identifier">T2</span></code>
+ <span class="bold"><b>Type</b></span>: <tt class="computeroutput"><span class="identifier">T2</span></tt>
</p>
<p>
- <span class="bold"><strong>Value</strong></span>: Returns thetype of the second element
+ <span class="bold"><b>Value</b></span>: Returns thetype of the second element
of the pair
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">int</span> <span class="identifier">I</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">></span>
@@ -74,21 +78,21 @@
<span class="keyword">const</span> <span class="identifier">P</span><span class="special">&</span> <span class="identifier">get</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">>&</span> <span class="identifier">pr</span><span class="special">);</span>
</pre>
<p>
- <span class="bold"><strong>Type</strong></span>: If <code class="computeroutput"><span class="identifier">I</span>
- <span class="special">==</span> <span class="number">0</span></code>
- <code class="computeroutput"><span class="identifier">P</span></code> is <code class="computeroutput"><span class="identifier">T1</span></code>,
- else if <code class="computeroutput"><span class="identifier">I</span> <span class="special">==</span>
- <span class="number">1</span></code> <code class="computeroutput"><span class="identifier">P</span></code>
- is <code class="computeroutput"><span class="identifier">T2</span></code> else the program is
+ <span class="bold"><b>Type</b></span>: If <tt class="computeroutput"><span class="identifier">I</span>
+ <span class="special">==</span> <span class="number">0</span></tt>
+ <tt class="computeroutput"><span class="identifier">P</span></tt> is <tt class="computeroutput"><span class="identifier">T1</span></tt>,
+ else if <tt class="computeroutput"><span class="identifier">I</span> <span class="special">==</span>
+ <span class="number">1</span></tt> <tt class="computeroutput"><span class="identifier">P</span></tt>
+ is <tt class="computeroutput"><span class="identifier">T2</span></tt> else the program is
ill-formed.
</p>
<p>
- <span class="bold"><strong>Returns: <code class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">first</span></code>
- if <code class="computeroutput"><span class="identifier">I</span> <span class="special">==</span>
- <span class="number">0</span></code> else <code class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">second</span></code>.</strong></span>[*Returns:
- <code class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">first</span></code> if <code class="computeroutput"><span class="identifier">I</span>
- <span class="special">==</span> <span class="number">0</span></code>
- else <code class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">second</span></code>.
+ <span class="bold"><b>Returns: <tt class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">first</span></tt>
+ if <tt class="computeroutput"><span class="identifier">I</span> <span class="special">==</span>
+ <span class="number">0</span></tt> else <tt class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">second</span></tt>.</b></span>[*Returns:
+ <tt class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">first</span></tt> if <tt class="computeroutput"><span class="identifier">I</span>
+ <span class="special">==</span> <span class="number">0</span></tt>
+ else <tt class="computeroutput"><span class="identifier">pr</span><span class="special">.</span><span class="identifier">second</span></tt>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
Modified: trunk/libs/fusion/doc/html/fusion/view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>View</title>
<link rel="stylesheet" href="../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
-<link rel="prev" href="container/conversion/metafunctions/as_map.html" title="as_map">
+<link rel="previous" href="container/conversion/metafunctions/as_map.html" title="as_map">
<link rel="next" href="view/single_view.html" title="single_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,8 +23,12 @@
<a accesskey="p" href="container/conversion/metafunctions/as_map.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="view/single_view.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="fusion.view"></a>View</h2></div></div></div>
+<div class="titlepage">
+<div><div><h2 class="title" style="clear: both">
+<a name="fusion.view"></a>View
+</h2></div></div>
+<div></div>
+</div>
<div class="toc"><dl>
<dt><span class="section">single_view</span></dt>
<dt><span class="section">filter_view</span></dt>
@@ -44,7 +48,7 @@
to copy and be passed around by value.
</p>
<a name="fusion.view.header"></a><h3>
-<a name="id1116778"></a>
+<a name="id517779"></a>
<a href="view.html#fusion.view.header">Header</a>
</h3>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
Modified: trunk/libs/fusion/doc/html/fusion/view/filter_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/filter_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/filter_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>filter_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="single_view.html" title="single_view">
+<link rel="previous" href="single_view.html" title="single_view">
<link rel="next" href="iterator_range.html" title="iterator_range">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,35 +23,39 @@
<a accesskey="p" href="single_view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_range.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.filter_view"></a>filter_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.filter_view"></a>filter_view
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.view.filter_view.description"></a><h4>
-<a name="id1117785"></a>
+<a name="id518909"></a>
<a href="filter_view.html#fusion.view.filter_view.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">filter_view</span></code> is a view into
+ <tt class="computeroutput"><span class="identifier">filter_view</span></tt> is a view into
a subset of its underlying sequence's elements satisfying a given predicate
(an MPL metafunction).
- The <code class="computeroutput"><span class="identifier">filter_view</span></code> presents
- only those elements for which its predicate evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code>.
+ The <tt class="computeroutput"><span class="identifier">filter_view</span></tt> presents
+ only those elements for which its predicate evaluates to <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>.
</p>
<a name="fusion.view.filter_view.header"></a><h4>
-<a name="id1117858"></a>
+<a name="id518990"></a>
<a href="filter_view.html#fusion.view.filter_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">filter_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">filter_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.filter_view.synopsis"></a><h4>
-<a name="id1117996"></a>
+<a name="id519145"></a>
<a href="filter_view.html#fusion.view.filter_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Pred</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">filter_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.filter_view.template_parameters"></a><h4>
-<a name="id1118081"></a>
+<a name="id519241"></a>
<a href="filter_view.html#fusion.view.filter_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -61,61 +65,43 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Pred</span></code>
- </p>
- </td>
-<td>
- <p>
- Unary Metafunction returning an <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">bool_</span></code>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Pred</span></tt>
+ </p></td>
+<td><p>
+ Unary Metafunction returning an <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">bool_</span></tt>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.filter_view.model_of"></a><h4>
-<a name="id1118232"></a>
+<a name="id519408"></a>
<a href="filter_view.html#fusion.view.filter_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@@ -123,16 +109,16 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">F</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">F</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">filter_view</span></code> type
+ A <tt class="computeroutput"><span class="identifier">filter_view</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code>,
- <code class="computeroutput"><span class="identifier">f2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt>,
+ <tt class="computeroutput"><span class="identifier">f2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">filter_view</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">filter_view</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward Sequence</a>
@@ -140,7 +126,7 @@
</dl>
</div>
<a name="fusion.view.filter_view.expression_semantics"></a><h4>
-<a name="id1118374"></a>
+<a name="id519568"></a>
<a href="filter_view.html#fusion.view.filter_view.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -155,71 +141,55 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a <code class="computeroutput"><span class="identifier">filter_view</span></code>
- given a sequence, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a <tt class="computeroutput"><span class="identifier">filter_view</span></tt>
+ given a sequence, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a <code class="computeroutput"><span class="identifier">filter_view</span></code>
- from another <code class="computeroutput"><span class="identifier">filter_view</span></code>,
- <code class="computeroutput"><span class="identifier">f</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a <tt class="computeroutput"><span class="identifier">filter_view</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">filter_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">f</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">f</span> <span class="special">=</span>
- <span class="identifier">f2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">filter_view</span></code>,
- <code class="computeroutput"><span class="identifier">f</span></code>, from another
- <code class="computeroutput"><span class="identifier">filter_view</span></code>, <code class="computeroutput"><span class="identifier">f2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">f</span> <span class="special">=</span>
+ <span class="identifier">f2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">filter_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">f</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">filter_view</span></tt>, <tt class="computeroutput"><span class="identifier">f2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.filter_view.example"></a><h4>
-<a name="id1136126"></a>
+<a name="id519879"></a>
<a href="filter_view.html#fusion.view.filter_view.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">not_</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_class</span><span class="special">;</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">long</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">long</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
<span class="identifier">vector_type</span> <span class="identifier">v</span><span class="special">(</span><span class="string">"a-string"</span><span class="special">,</span> <span class="char">'@'</span><span class="special">,</span> <span class="number">987654</span><span class="special">,</span> <span class="keyword">true</span><span class="special">,</span> <span class="number">6.6</span><span class="special">);</span>
<span class="identifier">filter_view</span><span class="special"><</span><span class="identifier">vector_type</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">not_</span><span class="special"><</span><span class="identifier">is_class</span><span class="special"><</span><span class="identifier">_</span><span class="special">></span> <span class="special">></span> <span class="special">></span> <span class="identifier">view</span><span class="special">(</span><span class="identifier">v</span><span class="special">);</span>
Modified: trunk/libs/fusion/doc/html/fusion/view/iterator_range.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/iterator_range.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/iterator_range.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>iterator_range</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="filter_view.html" title="filter_view">
+<link rel="previous" href="filter_view.html" title="filter_view">
<link rel="next" href="joint_view.html" title="joint_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,32 +23,36 @@
<a accesskey="p" href="filter_view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="joint_view.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.iterator_range"></a>iterator_range</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.iterator_range"></a>iterator_range
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.view.iterator_range.description"></a><h4>
-<a name="id1136544"></a>
+<a name="id520352"></a>
<a href="iterator_range.html#fusion.view.iterator_range.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">iterator_range</span></code> presents a
+ <tt class="computeroutput"><span class="identifier">iterator_range</span></tt> presents a
sub-range of its underlying sequence delimited by a pair of iterators.
</p>
<a name="fusion.view.iterator_range.header"></a><h4>
-<a name="id1136581"></a>
+<a name="id520392"></a>
<a href="iterator_range.html#fusion.view.iterator_range.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">iterator_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">iterator_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.iterator_range.synopsis"></a><h4>
-<a name="id1136720"></a>
+<a name="id520548"></a>
<a href="iterator_range.html#fusion.view.iterator_range.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">First</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Last</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">iterator_range</span><span class="special">;</span>
</pre>
<a name="fusion.view.iterator_range.template_parameters"></a><h4>
-<a name="id1136805"></a>
+<a name="id520644"></a>
<a href="iterator_range.html#fusion.view.iterator_range.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -58,59 +62,41 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">First</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">First</span></tt>
+ </p></td>
+<td><p>
A fusion Iterator
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Last</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Last</span></tt>
+ </p></td>
+<td><p>
A fusion Iterator
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.iterator_range.model_of"></a><h4>
-<a name="id1136942"></a>
+<a name="id520797"></a>
<a href="iterator_range.html#fusion.view.iterator_range.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li>
@@ -127,27 +113,27 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">IR</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">IR</span></tt></span></dt>
<dd><p>
- An <code class="computeroutput"><span class="identifier">iterator_range</span></code> type
+ An <tt class="computeroutput"><span class="identifier">iterator_range</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">First</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">First</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">l</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">l</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Last</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Last</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">ir</span></code>,
- <code class="computeroutput"><span class="identifier">ir2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">ir</span></tt>,
+ <tt class="computeroutput"><span class="identifier">ir2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">iterator_range</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">iterator_range</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.view.iterator_range.expression_semantics"></a><h4>
-<a name="id1137144"></a>
+<a name="id521027"></a>
<a href="iterator_range.html#fusion.view.iterator_range.expression_semantics">Expression
Semantics</a>
</h4>
@@ -163,76 +149,60 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">IR</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span> <span class="identifier">l</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates an <code class="computeroutput"><span class="identifier">iterator_range</span></code>
- given iterators, <code class="computeroutput"><span class="identifier">f</span></code>
- and <code class="computeroutput"><span class="identifier">l</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">IR</span><span class="special">(</span><span class="identifier">f</span><span class="special">,</span> <span class="identifier">l</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates an <tt class="computeroutput"><span class="identifier">iterator_range</span></tt>
+ given iterators, <tt class="computeroutput"><span class="identifier">f</span></tt>
+ and <tt class="computeroutput"><span class="identifier">l</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">IR</span><span class="special">(</span><span class="identifier">ir</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs an <code class="computeroutput"><span class="identifier">iterator_range</span></code>
- from another <code class="computeroutput"><span class="identifier">iterator_range</span></code>,
- <code class="computeroutput"><span class="identifier">ir</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">IR</span><span class="special">(</span><span class="identifier">ir</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs an <tt class="computeroutput"><span class="identifier">iterator_range</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">iterator_range</span></tt>,
+ <tt class="computeroutput"><span class="identifier">ir</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">ir</span> <span class="special">=</span>
- <span class="identifier">ir2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">iterator_range</span></code>,
- <code class="computeroutput"><span class="identifier">ir</span></code>, from another
- <code class="computeroutput"><span class="identifier">iterator_range</span></code>,
- <code class="computeroutput"><span class="identifier">ir2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">ir</span> <span class="special">=</span>
+ <span class="identifier">ir2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">iterator_range</span></tt>,
+ <tt class="computeroutput"><span class="identifier">ir</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">iterator_range</span></tt>,
+ <tt class="computeroutput"><span class="identifier">ir2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.iterator_range.example"></a><h4>
-<a name="id1137441"></a>
+<a name="id521361"></a>
<a href="iterator_range.html#fusion.view.iterator_range.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">char</span> <span class="keyword">const</span><span class="special">*</span> <span class="identifier">s</span> <span class="special">=</span> <span class="string">"Ruby"</span><span class="special">;</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span> <span class="keyword">const</span><span class="special">*></span> <span class="identifier">vector_type</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">char</span> <span class="keyword">const</span><span class="special">*></span> <span class="identifier">vector_type</span><span class="special">;</span>
<span class="identifier">vector_type</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="char">'x'</span><span class="special">,</span> <span class="number">3.3</span><span class="special">,</span> <span class="identifier">s</span><span class="special">);</span>
-<span class="keyword">typedef</span> result_of::begin
<span class="special"><</span><span class="identifier">vector_type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">A</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::end
<span class="special"><</span><span class="identifier">vector_type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">B</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::next
<span class="special"><</span><span class="identifier">A</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">C</span><span class="special">;</span>
-<span class="keyword">typedef</span> result_of::prior
<span class="special"><</span><span class="identifier">B</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">D</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::begin<span class="special"><</span><span class="identifier">vector_type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">A</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::end<span class="special"><</span><span class="identifier">vector_type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">B</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::next<span class="special"><</span><span class="identifier">A</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">C</span><span class="special">;</span>
+<span class="keyword">typedef</span> result_of::prior<span class="special"><</span><span class="identifier">B</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">D</span><span class="special">;</span>
<span class="identifier">C</span> <span class="identifier">c</span><span class="special">(</span><span class="identifier">vec</span><span class="special">);</span>
<span class="identifier">D</span> <span class="identifier">d</span><span class="special">(</span><span class="identifier">vec</span><span class="special">);</span>
Modified: trunk/libs/fusion/doc/html/fusion/view/joint_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/joint_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/joint_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>joint_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="iterator_range.html" title="iterator_range">
+<link rel="previous" href="iterator_range.html" title="iterator_range">
<link rel="next" href="zip_view.html" title="zip_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,32 +23,36 @@
<a accesskey="p" href="iterator_range.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="zip_view.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.joint_view"></a>joint_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.joint_view"></a>joint_view
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.view.joint_view.description"></a><h4>
-<a name="id1138028"></a>
+<a name="id522025"></a>
<a href="joint_view.html#fusion.view.joint_view.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">joint_view</span></code> presents a view
+ <tt class="computeroutput"><span class="identifier">joint_view</span></tt> presents a view
which is a concatenation of two sequences.
</p>
<a name="fusion.view.joint_view.header"></a><h4>
-<a name="id1138064"></a>
+<a name="id522066"></a>
<a href="joint_view.html#fusion.view.joint_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">joint_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">joint_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.joint_view.synopsis"></a><h4>
-<a name="id1138200"></a>
+<a name="id522221"></a>
<a href="joint_view.html#fusion.view.joint_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence2</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">joint_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.joint_view.template_parameters"></a><h4>
-<a name="id1138285"></a>
+<a name="id522316"></a>
<a href="joint_view.html#fusion.view.joint_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -58,63 +62,45 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence1</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence1</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence2</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.joint_view.model_of"></a><h4>
-<a name="id1138424"></a>
+<a name="id522472"></a>
<a href="joint_view.html#fusion.view.joint_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@@ -122,27 +108,27 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">JV</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">JV</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">joint_view</span></code> type
+ A <tt class="computeroutput"><span class="identifier">joint_view</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s1</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s1</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequence1</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequence1</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s2</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequence2</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequence2</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">jv</span></code>,
- <code class="computeroutput"><span class="identifier">jv2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">jv</span></tt>,
+ <tt class="computeroutput"><span class="identifier">jv2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">joint_view</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">joint_view</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.view.joint_view.expression_semantics"></a><h4>
-<a name="id1138598"></a>
+<a name="id522671"></a>
<a href="joint_view.html#fusion.view.joint_view.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -157,72 +143,56 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">JV</span><span class="special">(</span><span class="identifier">s1</span><span class="special">,</span> <span class="identifier">s2</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a <code class="computeroutput"><span class="identifier">joint_view</span></code>
- given sequences, <code class="computeroutput"><span class="identifier">s1</span></code>
- and <code class="computeroutput"><span class="identifier">s2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">JV</span><span class="special">(</span><span class="identifier">s1</span><span class="special">,</span> <span class="identifier">s2</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a <tt class="computeroutput"><span class="identifier">joint_view</span></tt>
+ given sequences, <tt class="computeroutput"><span class="identifier">s1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">s2</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">JV</span><span class="special">(</span><span class="identifier">jv</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a <code class="computeroutput"><span class="identifier">joint_view</span></code>
- from another <code class="computeroutput"><span class="identifier">joint_view</span></code>,
- <code class="computeroutput"><span class="identifier">jv</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">JV</span><span class="special">(</span><span class="identifier">jv</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a <tt class="computeroutput"><span class="identifier">joint_view</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">joint_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">jv</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">jv</span> <span class="special">=</span>
- <span class="identifier">jv2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">joint_view</span></code>,
- <code class="computeroutput"><span class="identifier">jv</span></code>, from another
- <code class="computeroutput"><span class="identifier">joint_view</span></code>, <code class="computeroutput"><span class="identifier">jv2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">jv</span> <span class="special">=</span>
+ <span class="identifier">jv2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">joint_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">jv</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">joint_view</span></tt>, <tt class="computeroutput"><span class="identifier">jv2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.joint_view.example"></a><h4>
-<a name="id1138894"></a>
+<a name="id523005"></a>
<a href="joint_view.html#fusion.view.joint_view.example">Example</a>
</h4>
-<pre class="programlisting">vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">3</span><span class="special">,</span> <span class="char">'x'</span><span class="special">);</span>
-vector
<span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="string">"hello"</span><span class="special">,</span> <span class="number">123</span><span class="special">);</span>
+<pre class="programlisting">vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">v1</span><span class="special">(</span><span class="number">3</span><span class="special">,</span> <span class="char">'x'</span><span class="special">);</span>
+vector<span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span> <span class="identifier">v2</span><span class="special">(</span><span class="string">"hello"</span><span class="special">,</span> <span class="number">123</span><span class="special">);</span>
<span class="identifier">joint_view</span><span class="special"><</span>
- vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span>
- <span class="special">,</span> vector
<span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span>
+ vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span>
+ <span class="special">,</span> vector<span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">int</span><span class="special">></span>
<span class="special">></span> <span class="identifier">view</span><span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">);</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">view</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
Modified: trunk/libs/fusion/doc/html/fusion/view/reverse_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/reverse_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/reverse_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>reverse_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="transform_view.html" title="transform_view">
+<link rel="previous" href="transform_view.html" title="transform_view">
<link rel="next" href="../adapted.html" title="Adapted">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,29 +23,33 @@
<a accesskey="p" href="transform_view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../adapted.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.reverse_view"></a>reverse_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.reverse_view"></a>reverse_view
+</h3></div></div>
+<div></div>
+</div>
<p>
- <code class="computeroutput"><span class="identifier">reverse_view</span></code> presents a reversed
+ <tt class="computeroutput"><span class="identifier">reverse_view</span></tt> presents a reversed
view of underlying sequence. The first element will be its last and the last
element will be its first.
</p>
<a name="fusion.view.reverse_view.header"></a><h4>
-<a name="id1142510"></a>
+<a name="id527088"></a>
<a href="reverse_view.html#fusion.view.reverse_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">reverse_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">reverse_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.reverse_view.synopsis"></a><h4>
-<a name="id1142648"></a>
+<a name="id527243"></a>
<a href="reverse_view.html#fusion.view.reverse_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">reverse_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.reverse_view.template_parameters"></a><h4>
-<a name="id1142717"></a>
+<a name="id527322"></a>
<a href="reverse_view.html#fusion.view.reverse_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -55,43 +59,31 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
Sequence">Bidirectional
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.view.reverse_view.model_of"></a><h4>
-<a name="id1142818"></a>
+<a name="id527433"></a>
<a href="reverse_view.html#fusion.view.reverse_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/bidirectional_sequence.html" title="Bidirectional
@@ -100,23 +92,23 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">RV</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">RV</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">reverse_view</span></code> type
+ A <tt class="computeroutput"><span class="identifier">reverse_view</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">rv</span></code>,
- <code class="computeroutput"><span class="identifier">rv2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">rv</span></tt>,
+ <tt class="computeroutput"><span class="identifier">rv2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">reverse_view</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">reverse_view</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.view.reverse_view.expression_semantics"></a><h4>
-<a name="id1142963"></a>
+<a name="id527598"></a>
<a href="reverse_view.html#fusion.view.reverse_view.expression_semantics">Expression
Semantics</a>
</h4>
@@ -132,67 +124,51 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">RV</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a unary <code class="computeroutput"><span class="identifier">reverse_view</span></code>
- given sequence, <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">RV</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a unary <tt class="computeroutput"><span class="identifier">reverse_view</span></tt>
+ given sequence, <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">RV</span><span class="special">(</span><span class="identifier">rv</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a <code class="computeroutput"><span class="identifier">reverse_view</span></code>
- from another <code class="computeroutput"><span class="identifier">reverse_view</span></code>,
- <code class="computeroutput"><span class="identifier">rv</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">RV</span><span class="special">(</span><span class="identifier">rv</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a <tt class="computeroutput"><span class="identifier">reverse_view</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">reverse_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">rv</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">rv</span> <span class="special">=</span>
- <span class="identifier">rv2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">reverse_view</span></code>,
- <code class="computeroutput"><span class="identifier">rv</span></code>, from another
- <code class="computeroutput"><span class="identifier">reverse_view</span></code>, <code class="computeroutput"><span class="identifier">rv2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">rv</span> <span class="special">=</span>
+ <span class="identifier">rv2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">reverse_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">rv</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">reverse_view</span></tt>, <tt class="computeroutput"><span class="identifier">rv2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.reverse_view.example"></a><h4>
-<a name="id1143239"></a>
+<a name="id527910"></a>
<a href="reverse_view.html#fusion.view.reverse_view.example">Example</a>
</h4>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">short</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">short</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
<span class="identifier">vector_type</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="number">5</span><span class="special">,</span> <span class="number">3.3</span><span class="special">);</span>
<span class="identifier">reverse_view</span><span class="special"><</span><span class="identifier">vector_type</span><span class="special">></span> <span class="identifier">reverse</span><span class="special">(</span><span class="identifier">vec</span><span class="special">);</span>
Modified: trunk/libs/fusion/doc/html/fusion/view/single_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/single_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/single_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>single_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="../view.html" title="View">
+<link rel="previous" href="../view.html" title="View">
<link rel="next" href="filter_view.html" title="filter_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,28 +23,32 @@
<a accesskey="p" href="../view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="filter_view.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.single_view"></a>single_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.single_view"></a>single_view
+</h3></div></div>
+<div></div>
+</div>
<p>
- <code class="computeroutput"><span class="identifier">single_view</span></code> is a view into
+ <tt class="computeroutput"><span class="identifier">single_view</span></tt> is a view into
a value as a single element sequence.
</p>
<a name="fusion.view.single_view.header"></a><h4>
-<a name="id1116936"></a>
+<a name="id517956"></a>
<a href="single_view.html#fusion.view.single_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">single_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">single_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.single_view.synopsis"></a><h4>
-<a name="id1117073"></a>
+<a name="id518112"></a>
<a href="single_view.html#fusion.view.single_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">single_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.single_view.template_parameters"></a><h4>
-<a name="id1117142"></a>
+<a name="id518189"></a>
<a href="single_view.html#fusion.view.single_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -54,41 +58,29 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">T</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">T</span></tt>
+ </p></td>
+<td><p>
Any type
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.view.single_view.model_of"></a><h4>
-<a name="id1117235"></a>
+<a name="id518292"></a>
<a href="single_view.html#fusion.view.single_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@@ -96,23 +88,23 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">S</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">S</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">single_view</span></code> type
+ A <tt class="computeroutput"><span class="identifier">single_view</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code>,
- <code class="computeroutput"><span class="identifier">s2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt>,
+ <tt class="computeroutput"><span class="identifier">s2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">single_view</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">single_view</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">x</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">x</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">T</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">T</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.view.single_view.expression_semantics"></a><h4>
-<a name="id1117380"></a>
+<a name="id518455"></a>
<a href="single_view.html#fusion.view.single_view.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -127,64 +119,48 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">x</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a <code class="computeroutput"><span class="identifier">single_view</span></code>
- from <code class="computeroutput"><span class="identifier">x</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">x</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a <tt class="computeroutput"><span class="identifier">single_view</span></tt>
+ from <tt class="computeroutput"><span class="identifier">x</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a <code class="computeroutput"><span class="identifier">single_view</span></code>
- from another <code class="computeroutput"><span class="identifier">single_view</span></code>,
- <code class="computeroutput"><span class="identifier">s</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a <tt class="computeroutput"><span class="identifier">single_view</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">single_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">s</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">s</span> <span class="special">=</span>
- <span class="identifier">s2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">single_view</span></code>,
- <code class="computeroutput"><span class="identifier">s</span></code>, from another
- <code class="computeroutput"><span class="identifier">single_view</span></code>, <code class="computeroutput"><span class="identifier">s2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">s</span> <span class="special">=</span>
+ <span class="identifier">s2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">single_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">s</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">single_view</span></tt>, <tt class="computeroutput"><span class="identifier">s2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.single_view.example"></a><h4>
-<a name="id1117654"></a>
+<a name="id518764"></a>
<a href="single_view.html#fusion.view.single_view.example">Example</a>
</h4>
<pre class="programlisting"><span class="identifier">single_view</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">view</span><span class="special">(</span><span class="number">3</span><span class="special">);</span>
Modified: trunk/libs/fusion/doc/html/fusion/view/transform_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/transform_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/transform_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>transform_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="zip_view.html" title="zip_view">
+<link rel="previous" href="zip_view.html" title="zip_view">
<link rel="next" href="reverse_view.html" title="reverse_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,42 +23,46 @@
<a accesskey="p" href="zip_view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="reverse_view.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.transform_view"></a>transform_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.transform_view"></a>transform_view
+</h3></div></div>
+<div></div>
+</div>
<p>
- The unary version of <code class="computeroutput"><span class="identifier">transform_view</span></code>
+ The unary version of <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
presents a view of its underlying sequence given a unary function object
- or function pointer. The binary version of <code class="computeroutput"><span class="identifier">transform_view</span></code>
+ or function pointer. The binary version of <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
presents a view of 2 underlying sequences, given a binary function object
- or function pointer. The <code class="computeroutput"><span class="identifier">transform_view</span></code>
+ or function pointer. The <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
inherits the traversal characteristics (see <a href="../sequence/concepts.html#fusion.sequence.concepts.traversal">Sequence
Traversal Concept</a>) of its underlying sequence or sequences.
</p>
<a name="fusion.view.transform_view.header"></a><h4>
-<a name="id1140485"></a>
+<a name="id524797"></a>
<a href="transform_view.html#fusion.view.transform_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">transform_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">transform_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.transform_view.synopsis"></a><h4>
-<a name="id1140623"></a>
+<a name="id524953"></a>
<a href="transform_view.html#fusion.view.transform_view.synopsis">Synopsis</a>
</h4>
<p>
- <span class="bold"><strong>Unary Version</strong></span>
+ <span class="bold"><b>Unary Version</b></span>
</p>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">F1</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">transform_view</span><span class="special">;</span>
</pre>
<p>
- <span class="bold"><strong>Binary Version</strong></span>
+ <span class="bold"><b>Binary Version</b></span>
</p>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Sequence2</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">F2</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">transform_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.transform_view.template_parameters"></a><h4>
-<a name="id1140802"></a>
+<a name="id525157"></a>
<a href="transform_view.html#fusion.view.transform_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -68,119 +72,83 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence1</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence1</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequence2</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequence2</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a>
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F1</span></code>
- </p>
- </td>
-<td>
- <p>
- A unary function object or function pointer. <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F1</span><span class="special">(</span><span class="identifier">E</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of an instance
- of <code class="computeroutput"><span class="identifier">F1</span></code> when called
- with a value of each element type <code class="computeroutput"><span class="identifier">E</span></code>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F1</span></tt>
+ </p></td>
+<td><p>
+ A unary function object or function pointer. <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F1</span><span class="special">(</span><span class="identifier">E</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of an instance
+ of <tt class="computeroutput"><span class="identifier">F1</span></tt> when called
+ with a value of each element type <tt class="computeroutput"><span class="identifier">E</span></tt>
in the input sequence.
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">F2</span></code>
- </p>
- </td>
-<td>
- <p>
- A binary function object or function pointer. <code class="computeroutput">boost::result_of
<span class="special"><</span><span class="identifier">F2</span><span class="special">(</span><span class="identifier">E1</span><span class="special">,</span> <span class="identifier">E2</span><span class="special">)>::</span><span class="identifier">type</span></code> is the return type of an instance
- of <code class="computeroutput"><span class="identifier">F2</span></code> when called
- with a value of each corresponding pair of element type <code class="computeroutput"><span class="identifier">E1</span></code> and <code class="computeroutput"><span class="identifier">E2</span></code>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">F2</span></tt>
+ </p></td>
+<td><p>
+ A binary function object or function pointer. <tt class="computeroutput">boost::result_of<span class="special"><</span><span class="identifier">F2</span><span class="special">(</span><span class="identifier">E1</span><span class="special">,</span> <span class="identifier">E2</span><span class="special">)>::</span><span class="identifier">type</span></tt> is the return type of an instance
+ of <tt class="computeroutput"><span class="identifier">F2</span></tt> when called
+ with a value of each corresponding pair of element type <tt class="computeroutput"><span class="identifier">E1</span></tt> and <tt class="computeroutput"><span class="identifier">E2</span></tt>
in the input sequences.
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.transform_view.model_of"></a><h4>
-<a name="id1141215"></a>
+<a name="id525622"></a>
<a href="transform_view.html#fusion.view.transform_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li>
@@ -197,49 +165,49 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">TV</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">TV</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">transform_view</span></code> type
+ A <tt class="computeroutput"><span class="identifier">transform_view</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">BTV</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">BTV</span></tt></span></dt>
<dd><p>
- A binary <code class="computeroutput"><span class="identifier">transform_view</span></code>
+ A binary <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">UTV</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">UTV</span></tt></span></dt>
<dd><p>
- A unary <code class="computeroutput"><span class="identifier">transform_view</span></code>
+ A unary <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f1</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f1</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">F1</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">F1</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">f2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">f2</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">F2</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">F2</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequence</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequence</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s1</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s1</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequence1</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequence1</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s2</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequence2</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequence2</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">tv</span></code>,
- <code class="computeroutput"><span class="identifier">tv2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">tv</span></tt>,
+ <tt class="computeroutput"><span class="identifier">tv2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">transform_view</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.view.transform_view.expression_semantics"></a><h4>
-<a name="id1141568"></a>
+<a name="id526025"></a>
<a href="transform_view.html#fusion.view.transform_view.expression_semantics">Expression
Semantics</a>
</h4>
@@ -260,81 +228,61 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">UTV</span><span class="special">(</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">f1</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a unary <code class="computeroutput"><span class="identifier">transform_view</span></code>
- given sequence, <code class="computeroutput"><span class="identifier">s</span></code>
- and unary function object or function pointer, <code class="computeroutput"><span class="identifier">f1</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">UTV</span><span class="special">(</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">f1</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a unary <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
+ given sequence, <tt class="computeroutput"><span class="identifier">s</span></tt>
+ and unary function object or function pointer, <tt class="computeroutput"><span class="identifier">f1</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">BTV</span><span class="special">(</span><span class="identifier">s1</span><span class="special">,</span> <span class="identifier">s2</span><span class="special">,</span> <span class="identifier">f2</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a binary <code class="computeroutput"><span class="identifier">transform_view</span></code>
- given sequences, <code class="computeroutput"><span class="identifier">s1</span></code>
- and <code class="computeroutput"><span class="identifier">s2</span></code> and binary
- function object or function pointer, <code class="computeroutput"><span class="identifier">f2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">BTV</span><span class="special">(</span><span class="identifier">s1</span><span class="special">,</span> <span class="identifier">s2</span><span class="special">,</span> <span class="identifier">f2</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a binary <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
+ given sequences, <tt class="computeroutput"><span class="identifier">s1</span></tt>
+ and <tt class="computeroutput"><span class="identifier">s2</span></tt> and binary
+ function object or function pointer, <tt class="computeroutput"><span class="identifier">f2</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">TV</span><span class="special">(</span><span class="identifier">tv</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a <code class="computeroutput"><span class="identifier">transform_view</span></code>
- from another <code class="computeroutput"><span class="identifier">transform_view</span></code>,
- <code class="computeroutput"><span class="identifier">tv</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">TV</span><span class="special">(</span><span class="identifier">tv</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a <tt class="computeroutput"><span class="identifier">transform_view</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">transform_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">tv</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">tv</span> <span class="special">=</span>
- <span class="identifier">tv2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">transform_view</span></code>,
- <code class="computeroutput"><span class="identifier">tv</span></code>, from another
- <code class="computeroutput"><span class="identifier">transform_view</span></code>,
- <code class="computeroutput"><span class="identifier">tv2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">tv</span> <span class="special">=</span>
+ <span class="identifier">tv2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">transform_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">tv</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">transform_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">tv2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.transform_view.example"></a><h4>
-<a name="id1141992"></a>
+<a name="id526503"></a>
<a href="transform_view.html#fusion.view.transform_view.example">Example</a>
</h4>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">square</span>
@@ -354,7 +302,7 @@
<span class="special">}</span>
<span class="special">};</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">short</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">short</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
<span class="identifier">vector_type</span> <span class="identifier">vec</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="number">5</span><span class="special">,</span> <span class="number">3.3</span><span class="special">);</span>
<span class="identifier">transform_view</span><span class="special"><</span><span class="identifier">vector_type</span><span class="special">,</span> <span class="identifier">square</span><span class="special">></span> <span class="identifier">transform</span><span class="special">(</span><span class="identifier">vec</span><span class="special">,</span> <span class="identifier">square</span><span class="special">());</span>
Modified: trunk/libs/fusion/doc/html/fusion/view/zip_view.html
==============================================================================
--- trunk/libs/fusion/doc/html/fusion/view/zip_view.html (original)
+++ trunk/libs/fusion/doc/html/fusion/view/zip_view.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>zip_view</title>
<link rel="stylesheet" href="../../../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
<link rel="up" href="../view.html" title="View">
-<link rel="prev" href="joint_view.html" title="joint_view">
+<link rel="previous" href="joint_view.html" title="joint_view">
<link rel="next" href="transform_view.html" title="transform_view">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,35 +23,39 @@
<a accesskey="p" href="joint_view.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../view.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="transform_view.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="fusion.view.zip_view"></a>zip_view</h3></div></div></div>
+<div class="titlepage">
+<div><div><h3 class="title">
+<a name="fusion.view.zip_view"></a>zip_view
+</h3></div></div>
+<div></div>
+</div>
<a name="fusion.view.zip_view.description"></a><h4>
-<a name="id1139256"></a>
+<a name="id523411"></a>
<a href="zip_view.html#fusion.view.zip_view.description">Description</a>
</h4>
<p>
- <code class="computeroutput"><span class="identifier">zip_view</span></code> presents a view
+ <tt class="computeroutput"><span class="identifier">zip_view</span></tt> presents a view
which iterates over a collection of Sequence(s)
- in parallel. A <code class="computeroutput"><span class="identifier">zip_view</span></code> is
+ in parallel. A <tt class="computeroutput"><span class="identifier">zip_view</span></tt> is
constructed from a Sequence of references
to the component <span class="underline">_sequence</span>_s.
</p>
<a name="fusion.view.zip_view.header"></a><h4>
-<a name="id1139322"></a>
+<a name="id523488"></a>
<a href="zip_view.html#fusion.view.zip_view.header">Header</a>
</h4>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">zip_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">zip_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<a name="fusion.view.zip_view.synopsis"></a><h4>
-<a name="id1139459"></a>
+<a name="id523643"></a>
<a href="zip_view.html#fusion.view.zip_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequences</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">zip_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.zip_view.template_parameters"></a><h4>
-<a name="id1139528"></a>
+<a name="id523721"></a>
<a href="zip_view.html#fusion.view.zip_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -61,43 +65,31 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Parameter
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Description
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Default
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody><tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">Sequences</span></code>
- </p>
- </td>
-<td>
- <p>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">Sequences</span></tt>
+ </p></td>
+<td><p>
A <a href="../sequence/concepts/forward_sequence.html" title="Forward
Sequence">Forward
Sequence</a> of references to other Fusion <span class="underline">_sequence</span>_s
- </p>
- </td>
-<td>
- <p>
- </p>
- </td>
+ </p></td>
+<td><p>
+ </p></td>
</tr></tbody>
</table></div>
<a name="fusion.view.zip_view.model_of"></a><h4>
-<a name="id1139635"></a>
+<a name="id523840"></a>
<a href="zip_view.html#fusion.view.zip_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li>
@@ -114,23 +106,23 @@
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">ZV</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">ZV</span></tt></span></dt>
<dd><p>
- A <code class="computeroutput"><span class="identifier">joint_view</span></code> type
+ A <tt class="computeroutput"><span class="identifier">joint_view</span></tt> type
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">s</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">s</span></tt></span></dt>
<dd><p>
- An instance of <code class="computeroutput"><span class="identifier">Sequences</span></code>
+ An instance of <tt class="computeroutput"><span class="identifier">Sequences</span></tt>
</p></dd>
-<dt><span class="term"><code class="computeroutput"><span class="identifier">zv1</span></code>,
- <code class="computeroutput"><span class="identifier">zv2</span></code></span></dt>
+<dt><span class="term"><tt class="computeroutput"><span class="identifier">zv1</span></tt>,
+ <tt class="computeroutput"><span class="identifier">zv2</span></tt></span></dt>
<dd><p>
- Instances of <code class="computeroutput"><span class="identifier">ZV</span></code>
+ Instances of <tt class="computeroutput"><span class="identifier">ZV</span></tt>
</p></dd>
</dl>
</div>
<a name="fusion.view.zip_view.expression_semantics"></a><h4>
-<a name="id1139806"></a>
+<a name="id524034"></a>
<a href="zip_view.html#fusion.view.zip_view.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -145,71 +137,55 @@
<col>
</colgroup>
<thead><tr>
-<th>
- <p>
+<th><p>
Expression
- </p>
- </th>
-<th>
- <p>
+ </p></th>
+<th><p>
Semantics
- </p>
- </th>
+ </p></th>
</tr></thead>
<tbody>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">ZV</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Creates a <code class="computeroutput"><span class="identifier">zip_view</span></code>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">ZV</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Creates a <tt class="computeroutput"><span class="identifier">zip_view</span></tt>
given a sequence of references to the component <span class="underline">_sequence</span>_s.
- </p>
- </td>
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">ZV</span><span class="special">(</span><span class="identifier">zv1</span><span class="special">)</span></code>
- </p>
- </td>
-<td>
- <p>
- Copy constructs a <code class="computeroutput"><span class="identifier">zip_view</span></code>
- from another <code class="computeroutput"><span class="identifier">zip_view</span></code>,
- <code class="computeroutput"><span class="identifier">zv</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">ZV</span><span class="special">(</span><span class="identifier">zv1</span><span class="special">)</span></tt>
+ </p></td>
+<td><p>
+ Copy constructs a <tt class="computeroutput"><span class="identifier">zip_view</span></tt>
+ from another <tt class="computeroutput"><span class="identifier">zip_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">zv</span></tt>.
+ </p></td>
</tr>
<tr>
-<td>
- <p>
- <code class="computeroutput"><span class="identifier">zv1</span> <span class="special">=</span>
- <span class="identifier">zv2</span></code>
- </p>
- </td>
-<td>
- <p>
- Assigns to a <code class="computeroutput"><span class="identifier">zip_view</span></code>,
- <code class="computeroutput"><span class="identifier">zv</span></code>, from another
- <code class="computeroutput"><span class="identifier">zip_view</span></code>, <code class="computeroutput"><span class="identifier">zv2</span></code>.
- </p>
- </td>
+<td><p>
+ <tt class="computeroutput"><span class="identifier">zv1</span> <span class="special">=</span>
+ <span class="identifier">zv2</span></tt>
+ </p></td>
+<td><p>
+ Assigns to a <tt class="computeroutput"><span class="identifier">zip_view</span></tt>,
+ <tt class="computeroutput"><span class="identifier">zv</span></tt>, from another
+ <tt class="computeroutput"><span class="identifier">zip_view</span></tt>, <tt class="computeroutput"><span class="identifier">zv2</span></tt>.
+ </p></td>
</tr>
</tbody>
</table></div>
<a name="fusion.view.zip_view.example"></a><h4>
-<a name="id1140078"></a>
+<a name="id524340"></a>
<a href="zip_view.html#fusion.view.zip_view.example">Example</a>
</h4>
-<pre class="programlisting"><span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec1</span><span class="special">;</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="keyword">char</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec2</span><span class="special">;</span>
+<pre class="programlisting"><span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec1</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="keyword">char</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec2</span><span class="special">;</span>
<span class="identifier">vec1</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
<span class="identifier">vec2</span> <span class="identifier">v2</span><span class="special">(</span><span class="char">'a'</span><span class="special">,</span><span class="char">'b'</span><span class="special">);</span>
-<span class="keyword">typedef</span> vector
<span class="special"><</span><span class="identifier">vec1</span><span class="special">&,</span> <span class="identifier">vec2</span><span class="special">&></span> <span class="identifier">sequences</span><span class="special">;</span>
+<span class="keyword">typedef</span> vector<span class="special"><</span><span class="identifier">vec1</span><span class="special">&,</span> <span class="identifier">vec2</span><span class="special">&></span> <span class="identifier">sequences</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">zip_view</span><span class="special"><</span><span class="identifier">sequences</span><span class="special">>(</span><span class="identifier">sequences</span><span class="special">(</span><span class="identifier">v1</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">))</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="comment">// ((1 a) (2 b))
</span></pre>
</div>
Modified: trunk/libs/fusion/doc/html/index.html
==============================================================================
--- trunk/libs/fusion/doc/html/index.html (original)
+++ trunk/libs/fusion/doc/html/index.html 2009-06-13 02:29:32 EDT (Sat, 13 Jun 2009)
@@ -3,8 +3,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 1. Fusion 2.0</title>
<link rel="stylesheet" href="../../../../doc/html/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">
+<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
+<link rel="home" 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">
@@ -19,7 +19,8 @@
<hr>
<div class="spirit-nav"><a accesskey="n" href="fusion/preface.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
<div class="chapter" lang="en">
-<div class="titlepage"><div>
+<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">
@@ -33,13 +34,13 @@
</h3></div></div>
<div><p class="copyright">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</p></div>
-<div><div class="legalnotice">
-<a name="id934198"></a><p>
+<div><div class="legalnotice"><p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- </p>
-</div></div>
-</div></div>
+ </p></div></div>
+</div>
+<div></div>
+</div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
@@ -240,7 +241,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 22, 2009 at 06:13:35 GMT</small></p></td>
+<td align="left"><p><small>Last revised: June 13, 2009 at 06:22:11 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk