diff --git a/doc/html/fusion/acknowledgements.html b/doc/html/fusion/acknowledgements.html index d10ff6f0..803937aa 100644 --- a/doc/html/fusion/acknowledgements.html +++ b/doc/html/fusion/acknowledgements.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -48,7 +48,7 @@ various data structures, non-intrusively, as full fledged Fusion sequences.
@@ -57,7 +57,7 @@
[13] +
[13] Fusion sequences may also be adapted as fully conforming MPL sequences (see Intrinsics). That way, we can have 2-way adaptation to and from MPL diff --git a/doc/html/fusion/adapted/adapt_assoc.html b/doc/html/fusion/adapted/adapt_assoc.html index d5fde8a6..11570d75 100644 --- a/doc/html/fusion/adapted/adapt_assoc.html +++ b/doc/html/fusion/adapted/adapt_assoc.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ Sequence.
@@ -50,7 +50,7 @@
)
@@ -70,7 +70,7 @@ should be the fully namespace qualified name of the struct to be converted.
@@ -78,7 +78,7 @@ #include <boost/fusion/include/adapt_assoc_struct.hpp>
diff --git a/doc/html/fusion/adapted/adapt_struct.html b/doc/html/fusion/adapted/adapt_struct.html index 640267cf..f78a3b50 100644 --- a/doc/html/fusion/adapted/adapt_struct.html +++ b/doc/html/fusion/adapted/adapt_struct.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -36,7 +36,7 @@ Access Sequence.
@@ -48,7 +48,7 @@
)
@@ -65,7 +65,7 @@ should be the fully namespace qualified name of the struct to be converted.
@@ -73,7 +73,7 @@ #include <boost/fusion/include/adapt_struct.hpp>
diff --git a/doc/html/fusion/adapted/boost__array.html b/doc/html/fusion/adapted/boost__array.html index 3925b1b0..adde187c 100644 --- a/doc/html/fusion/adapted/boost__array.html +++ b/doc/html/fusion/adapted/boost__array.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -41,14 +41,14 @@ #include <boost/fusion/include/array.hpp>
@@ -61,7 +61,7 @@ std::cout << at_c<2>(arr) << std::endl;
diff --git a/doc/html/fusion/adapted/boost__tuple.html b/doc/html/fusion/adapted/boost__tuple.html index fb65d1ec..8b1d8425 100644 --- a/doc/html/fusion/adapted/boost__tuple.html +++ b/doc/html/fusion/adapted/boost__tuple.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -41,13 +41,13 @@ #include <boost/fusion/include/boost_tuple.hpp>
@@ -56,7 +56,7 @@ std::cout << *boost::fusion::next(boost::fusion::begin(example_tuple)) << '\n';
diff --git a/doc/html/fusion/adapted/mpl_sequence.html b/doc/html/fusion/adapted/mpl_sequence.html index b960669c..45d0b76b 100644 --- a/doc/html/fusion/adapted/mpl_sequence.html +++ b/doc/html/fusion/adapted/mpl_sequence.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ #include <boost/fusion/include/mpl.hpp>
@@ -77,7 +77,7 @@ std::cout << at_c<1>(v) << std::endl;
diff --git a/doc/html/fusion/adapted/std__pair.html b/doc/html/fusion/adapted/std__pair.html index f3ca5a54..a84cb251 100644 --- a/doc/html/fusion/adapted/std__pair.html +++ b/doc/html/fusion/adapted/std__pair.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -41,14 +41,14 @@ #include <boost/fusion/include/std_pair.hpp>
@@ -58,7 +58,7 @@ std::cout << p << std::endl;
diff --git a/doc/html/fusion/algorithm.html b/doc/html/fusion/algorithm.html index ea7053b2..e7047f7b 100644 --- a/doc/html/fusion/algorithm.html +++ b/doc/html/fusion/algorithm.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -66,7 +66,7 @@ as we want without incurring a high runtime penalty.
@@ -89,7 +89,7 @@ functions to convert back to the original sequence type.
diff --git a/doc/html/fusion/algorithm/iteration.html b/doc/html/fusion/algorithm/iteration.html index 1ea968a1..269d7a90 100644 --- a/doc/html/fusion/algorithm/iteration.html +++ b/doc/html/fusion/algorithm/iteration.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/algorithm/iteration/functions.html b/doc/html/fusion/algorithm/iteration/functions.html index 155c47c9..49c28323 100644 --- a/doc/html/fusion/algorithm/iteration/functions.html +++ b/doc/html/fusion/algorithm/iteration/functions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ and the previous state.
@@ -50,7 +50,7 @@ Sequence& seq, State const& initial_state, F const& f);
Linear, exactly result_of::size<Sequence>::value applications of f.
@@ -167,7 +167,7 @@ #include <boost/fusion/include/accumulate.hpp>
diff --git a/doc/html/fusion/algorithm/iteration/functions/fold.html b/doc/html/fusion/algorithm/iteration/functions/fold.html index c1e05d1d..87d6bf51 100644 --- a/doc/html/fusion/algorithm/iteration/functions/fold.html +++ b/doc/html/fusion/algorithm/iteration/functions/fold.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ and the previous state.
@@ -50,7 +50,7 @@ Sequence& seq, State const& initial_state, F const& f);
Linear, exactly result_of::size<Sequence>::value applications of f.
@@ -167,7 +167,7 @@ #include <boost/fusion/include/fold.hpp>
diff --git a/doc/html/fusion/algorithm/iteration/functions/for_each.html b/doc/html/fusion/algorithm/iteration/functions/for_each.html index 4b6265b3..a7abee45 100644 --- a/doc/html/fusion/algorithm/iteration/functions/for_each.html +++ b/doc/html/fusion/algorithm/iteration/functions/for_each.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Applies a unary function object to each element of a sequence.
@@ -45,7 +45,7 @@ Sequence& seq, F const& f);
Linear, exactly result_of::size<Sequence>::value applications of f.
@@ -144,7 +144,7 @@ #include <boost/fusion/include/for_each.hpp>
diff --git a/doc/html/fusion/algorithm/iteration/metafunctions.html b/doc/html/fusion/algorithm/iteration/metafunctions.html index 198e3a48..6e338e90 100644 --- a/doc/html/fusion/algorithm/iteration/metafunctions.html +++ b/doc/html/fusion/algorithm/iteration/metafunctions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of accumulate.
@@ -47,7 +47,7 @@
};
Linear, exactly result_of::size<Sequence>::value applications of F.
diff --git a/doc/html/fusion/algorithm/iteration/metafunctions/fold.html b/doc/html/fusion/algorithm/iteration/metafunctions/fold.html index c79e8b6d..12ff7b75 100644 --- a/doc/html/fusion/algorithm/iteration/metafunctions/fold.html +++ b/doc/html/fusion/algorithm/iteration/metafunctions/fold.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of fold.
@@ -47,7 +47,7 @@
};
Linear, exactly result_of::size<Sequence>::value applications of F.
diff --git a/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html b/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html index 1cedc9bb..993ec753 100644 --- a/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html +++ b/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/query.html b/doc/html/fusion/algorithm/query.html index 83d1b667..cb1051bd 100644 --- a/doc/html/fusion/algorithm/query.html +++ b/doc/html/fusion/algorithm/query.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/algorithm/query/functions.html b/doc/html/fusion/algorithm/query/functions.html index a77963a7..95f520ea 100644 --- a/doc/html/fusion/algorithm/query/functions.html +++ b/doc/html/fusion/algorithm/query/functions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ element of seq.
@@ -49,7 +49,7 @@ Sequence const& seq, F f);
Linear. At most result_of::size<Sequence>::value comparisons.
@@ -148,7 +148,7 @@ #include <boost/fusion/include/all.hpp>
diff --git a/doc/html/fusion/algorithm/query/functions/any.html b/doc/html/fusion/algorithm/query/functions/any.html index 9766fb16..63d1ac6d 100644 --- a/doc/html/fusion/algorithm/query/functions/any.html +++ b/doc/html/fusion/algorithm/query/functions/any.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ least one element of seq.
@@ -49,7 +49,7 @@ Sequence const& seq, F f);
Linear. At most result_of::size<Sequence>::value comparisons.
@@ -148,7 +148,7 @@ #include <boost/fusion/include/any.hpp>
diff --git a/doc/html/fusion/algorithm/query/functions/count.html b/doc/html/fusion/algorithm/query/functions/count.html index 2a276254..135a3918 100644 --- a/doc/html/fusion/algorithm/query/functions/count.html +++ b/doc/html/fusion/algorithm/query/functions/count.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the number of elements of a given type within a sequence.
@@ -45,7 +45,7 @@ Sequence const& seq, T const& t);
Linear. At most result_of::size<Sequence>::value comparisons.
@@ -144,7 +144,7 @@ #include <boost/fusion/include/count.hpp>
diff --git a/doc/html/fusion/algorithm/query/functions/count_if.html b/doc/html/fusion/algorithm/query/functions/count_if.html index ffa0422d..f8067da5 100644 --- a/doc/html/fusion/algorithm/query/functions/count_if.html +++ b/doc/html/fusion/algorithm/query/functions/count_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ a given unary function object evaluates to true.
@@ -46,7 +46,7 @@ Sequence const& seq, F f);
Linear. At most result_of::size<Sequence>::value comparisons.
@@ -143,7 +143,7 @@ #include <boost/fusion/include/count_if.hpp>
diff --git a/doc/html/fusion/algorithm/query/functions/find.html b/doc/html/fusion/algorithm/query/functions/find.html index 7c2499ca..54f4ead2 100644 --- a/doc/html/fusion/algorithm/query/functions/find.html +++ b/doc/html/fusion/algorithm/query/functions/find.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Finds the first element of a given type within a sequence.
@@ -50,7 +50,7 @@ unspecified find(Sequence& seq);
Linear. At most result_of::size<Sequence>::value comparisons.
@@ -148,7 +148,7 @@ #include <boost/fusion/include/find.hpp>
diff --git a/doc/html/fusion/algorithm/query/functions/find_if.html b/doc/html/fusion/algorithm/query/functions/find_if.html index 20b74c2b..fe2ad716 100644 --- a/doc/html/fusion/algorithm/query/functions/find_if.html +++ b/doc/html/fusion/algorithm/query/functions/find_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -52,7 +52,7 @@ unspecified find_if(Sequence& seq);
@@ -147,7 +147,7 @@ /algorithm/query/find_if.hpp>
diff --git a/doc/html/fusion/algorithm/query/functions/none.html b/doc/html/fusion/algorithm/query/functions/none.html index 9f613a5a..76a53726 100644 --- a/doc/html/fusion/algorithm/query/functions/none.html +++ b/doc/html/fusion/algorithm/query/functions/none.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ element of seq.
@@ -49,7 +49,7 @@ Sequence const& seq, F f);
Linear. At most result_of::size<Sequence>::value comparisons.
@@ -148,7 +148,7 @@ #include <boost/fusion/include/none.hpp>
diff --git a/doc/html/fusion/algorithm/query/metafunctions.html b/doc/html/fusion/algorithm/query/metafunctions.html index 68581c9e..51fd7502 100644 --- a/doc/html/fusion/algorithm/query/metafunctions.html +++ b/doc/html/fusion/algorithm/query/metafunctions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
A metafunction returning the result type of all.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/query/metafunctions/any.html b/doc/html/fusion/algorithm/query/metafunctions/any.html index d7eb4548..77a56e53 100644 --- a/doc/html/fusion/algorithm/query/metafunctions/any.html +++ b/doc/html/fusion/algorithm/query/metafunctions/any.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
A metafunction returning the result type of any.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/query/metafunctions/count.html b/doc/html/fusion/algorithm/query/metafunctions/count.html index 8716f4a2..f13ac926 100644 --- a/doc/html/fusion/algorithm/query/metafunctions/count.html +++ b/doc/html/fusion/algorithm/query/metafunctions/count.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ given the sequence and search types.
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/query/metafunctions/count_if.html b/doc/html/fusion/algorithm/query/metafunctions/count_if.html index 27402618..d2222cad 100644 --- a/doc/html/fusion/algorithm/query/metafunctions/count_if.html +++ b/doc/html/fusion/algorithm/query/metafunctions/count_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ given the sequence and predicate types.
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/query/metafunctions/find.html b/doc/html/fusion/algorithm/query/metafunctions/find.html index 642f7077..dd40fd01 100644 --- a/doc/html/fusion/algorithm/query/metafunctions/find.html +++ b/doc/html/fusion/algorithm/query/metafunctions/find.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ given the sequence and search types.
@@ -48,7 +48,7 @@
};
Linear, at most result_of::size<Sequence>::value comparisons.
diff --git a/doc/html/fusion/algorithm/query/metafunctions/find_if.html b/doc/html/fusion/algorithm/query/metafunctions/find_if.html index 0883d34c..0fb9a21e 100644 --- a/doc/html/fusion/algorithm/query/metafunctions/find_if.html +++ b/doc/html/fusion/algorithm/query/metafunctions/find_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ given the sequence and predicate types.
@@ -48,7 +48,7 @@
};
Linear. At most result_of::size<Sequence>::value comparisons.
diff --git a/doc/html/fusion/algorithm/query/metafunctions/none.html b/doc/html/fusion/algorithm/query/metafunctions/none.html index 775bb347..513bc54b 100644 --- a/doc/html/fusion/algorithm/query/metafunctions/none.html +++ b/doc/html/fusion/algorithm/query/metafunctions/none.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
A metafunction returning the result type of none.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation.html b/doc/html/fusion/algorithm/transformation.html index 3b792522..c3184333 100644 --- a/doc/html/fusion/algorithm/transformation.html +++ b/doc/html/fusion/algorithm/transformation.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/algorithm/transformation/functions.html b/doc/html/fusion/algorithm/transformation/functions.html index 10863dc6..c6a3c502 100644 --- a/doc/html/fusion/algorithm/transformation/functions.html +++ b/doc/html/fusion/algorithm/transformation/functions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
clear returns an empty sequence.
@@ -43,7 +43,7 @@ typename result_of::clear<Sequence const>::type clear(Sequence const& seq);
Constant.
@@ -121,7 +121,7 @@ #include <boost/fusion/include/clear.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/erase.html b/doc/html/fusion/algorithm/transformation/functions/erase.html index cd28e649..abc03efc 100644 --- a/doc/html/fusion/algorithm/transformation/functions/erase.html +++ b/doc/html/fusion/algorithm/transformation/functions/erase.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ those at a specified iterator, or between two iterators.
@@ -54,7 +54,7 @@ Sequence const& seq, First const& it1, Last const& it2);
Constant. Returns a view which is lazily evaluated.
@@ -187,7 +187,7 @@ #include <boost/fusion/include/erase.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/erase_key.html b/doc/html/fusion/algorithm/transformation/functions/erase_key.html index 15803534..31f310d9 100644 --- a/doc/html/fusion/algorithm/transformation/functions/erase_key.html +++ b/doc/html/fusion/algorithm/transformation/functions/erase_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ with a given key.
@@ -50,7 +50,7 @@ typename result_of::erase_key<Sequence const, Key>::type erase_key(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -148,7 +148,7 @@ #include <boost/fusion/include/erase_key.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/filter.html b/doc/html/fusion/algorithm/transformation/functions/filter.html index 72e7c175..3ff2f618 100644 --- a/doc/html/fusion/algorithm/transformation/functions/filter.html +++ b/doc/html/fusion/algorithm/transformation/functions/filter.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ the elements of a specified type.
@@ -45,7 +45,7 @@ typename result_of::filter<Sequence const, T>::type filter(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -144,7 +144,7 @@ #include <boost/fusion/include/filter.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/filter_if.html b/doc/html/fusion/algorithm/transformation/functions/filter_if.html index d0c7000f..5d069bda 100644 --- a/doc/html/fusion/algorithm/transformation/functions/filter_if.html +++ b/doc/html/fusion/algorithm/transformation/functions/filter_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ Lambda Expression evaluates to boost::mpl::true_.
@@ -46,7 +46,7 @@ typename result_of::filter_if<Sequence const, Pred>::type filter_if(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -147,7 +147,7 @@ #include <boost/fusion/include/filter_if.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/insert.html b/doc/html/fusion/algorithm/transformation/functions/insert.html index ac20b5bc..7199262f 100644 --- a/doc/html/fusion/algorithm/transformation/functions/insert.html +++ b/doc/html/fusion/algorithm/transformation/functions/insert.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ element inserted the position described by a given iterator.
@@ -46,7 +46,7 @@ unspecified insert(Sequence const& seq, Pos const& pos, T const& t);
Constant. Returns a view which is lazily evaluated.
@@ -165,7 +165,7 @@ #include <boost/fusion/include/insert.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/insert_range.html b/doc/html/fusion/algorithm/transformation/functions/insert_range.html index ed877215..69f5865d 100644 --- a/doc/html/fusion/algorithm/transformation/functions/insert_range.html +++ b/doc/html/fusion/algorithm/transformation/functions/insert_range.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ iterator.
@@ -47,7 +47,7 @@ Sequence const& seq, Pos const& pos, Range const& range);
Constant. Returns a view which is lazily evaluated.
@@ -168,7 +168,7 @@ #include <boost/fusion/include/insert_range.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/join.html b/doc/html/fusion/algorithm/transformation/functions/join.html index 52804fef..e8dd2b28 100644 --- a/doc/html/fusion/algorithm/transformation/functions/join.html +++ b/doc/html/fusion/algorithm/transformation/functions/join.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ first followed by the elements of the second.
@@ -44,7 +44,7 @@ typename result_of::join<LhSequence, RhSequence>::type join(LhSequence const& lhs, RhSequence const& rhs);
Constant. Returns a view which is lazily evaluated.
@@ -145,7 +145,7 @@ #include <boost/fusion/include/join.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/pop_back.html b/doc/html/fusion/algorithm/transformation/functions/pop_back.html index f82f9ed2..8bd8f83d 100644 --- a/doc/html/fusion/algorithm/transformation/functions/pop_back.html +++ b/doc/html/fusion/algorithm/transformation/functions/pop_back.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns a new sequence, with the last element of the original removed.
@@ -43,7 +43,7 @@ typename result_of::pop_back<Sequence const>::type pop_back(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -123,7 +123,7 @@ #include <boost/fusion/include/pop_back.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/pop_front.html b/doc/html/fusion/algorithm/transformation/functions/pop_front.html index 526e745b..cd9c6fb0 100644 --- a/doc/html/fusion/algorithm/transformation/functions/pop_front.html +++ b/doc/html/fusion/algorithm/transformation/functions/pop_front.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns a new sequence, with the first element of the original removed.
@@ -43,7 +43,7 @@ typename result_of::pop_front<Sequence const>::type pop_front(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -123,7 +123,7 @@ #include <boost/fusion/include/pop_front.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/push_back.html b/doc/html/fusion/algorithm/transformation/functions/push_back.html index ea79a915..051f3602 100644 --- a/doc/html/fusion/algorithm/transformation/functions/push_back.html +++ b/doc/html/fusion/algorithm/transformation/functions/push_back.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns a new sequence with an element added at the end.
@@ -45,7 +45,7 @@ Sequence const& seq, T const& t);
Constant. Returns a view which is lazily evaluated.
@@ -144,7 +144,7 @@ #include <boost/fusion/include/push_back.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/push_front.html b/doc/html/fusion/algorithm/transformation/functions/push_front.html index 3528ce78..a9522eff 100644 --- a/doc/html/fusion/algorithm/transformation/functions/push_front.html +++ b/doc/html/fusion/algorithm/transformation/functions/push_front.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns a new sequence with an element added at the beginning.
@@ -45,7 +45,7 @@ Sequence const& seq, T const& t);
Constant. Returns a view which is lazily evaluated.
@@ -145,7 +145,7 @@ #include <boost/fusion/include/push_front.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/remove.html b/doc/html/fusion/algorithm/transformation/functions/remove.html index 259c052f..a0f4df9c 100644 --- a/doc/html/fusion/algorithm/transformation/functions/remove.html +++ b/doc/html/fusion/algorithm/transformation/functions/remove.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ except those of a given type.
@@ -45,7 +45,7 @@ typename result_of::remove<Sequence const, T>::type replace(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -144,7 +144,7 @@ #include <boost/fusion/include/remove.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/remove_if.html b/doc/html/fusion/algorithm/transformation/functions/remove_if.html index 1d875723..6a9634bd 100644 --- a/doc/html/fusion/algorithm/transformation/functions/remove_if.html +++ b/doc/html/fusion/algorithm/transformation/functions/remove_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ those where a given unary function object evaluates to true.
@@ -45,7 +45,7 @@ typename result_of::remove_if<Sequence const, Pred>::type remove_if(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -146,7 +146,7 @@ #include <boost/fusion/include/remove_if.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/replace.html b/doc/html/fusion/algorithm/transformation/functions/replace.html index a7c7c7e0..c660506d 100644 --- a/doc/html/fusion/algorithm/transformation/functions/replace.html +++ b/doc/html/fusion/algorithm/transformation/functions/replace.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ a new value.
@@ -46,7 +46,7 @@ Sequence const& seq, T const& old_value, T const& new_value);
Constant. Returns a view which is lazily evaluated.
@@ -166,7 +166,7 @@ #include <boost/fusion/include/replace.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/replace_if.html b/doc/html/fusion/algorithm/transformation/functions/replace_if.html index 2345f1d5..2a4fb5ad 100644 --- a/doc/html/fusion/algorithm/transformation/functions/replace_if.html +++ b/doc/html/fusion/algorithm/transformation/functions/replace_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ replaced with a new value.
@@ -47,7 +47,7 @@ Sequence const& seq, F f, T const& new_value);
Constant. Returns a view which is lazily evaluated.
@@ -166,7 +166,7 @@ #include <boost/fusion/include/replace_if.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/reverse.html b/doc/html/fusion/algorithm/transformation/functions/reverse.html index 6360f6ae..388838c3 100644 --- a/doc/html/fusion/algorithm/transformation/functions/reverse.html +++ b/doc/html/fusion/algorithm/transformation/functions/reverse.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns a new sequence with the elements of the original in reverse order.
@@ -43,7 +43,7 @@ typename result_of::reverse<Sequence const>::type reverse(Sequence const& seq);
Constant. Returns a view which is lazily evaluated.
@@ -122,7 +122,7 @@ #include <boost/fusion/include/reverse.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/functions/transform.html b/doc/html/fusion/algorithm/transformation/functions/transform.html index 72062220..736a1aab 100644 --- a/doc/html/fusion/algorithm/transformation/functions/transform.html +++ b/doc/html/fusion/algorithm/transformation/functions/transform.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ of seq.
Table 1.56. Parameters
+Table 1.56. Parameters
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ of the members of the component sequences.
@@ -48,7 +48,7 @@ zip(Sequence1 const& seq1, Sequence2 const& seq2, ... SequenceN const& seqN);
Constant. Returns a view which is lazily evaluated.
@@ -132,7 +132,7 @@ #include <boost/fusion/include/zip.hpp>
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions.html b/doc/html/fusion/algorithm/transformation/metafunctions.html index f6bad707..9ffc7d57 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ type.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/erase.html b/doc/html/fusion/algorithm/transformation/metafunctions/erase.html index b09ce582..1ff0cbf4 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/erase.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/erase.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html b/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html index c063d91f..76691eb1 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ and key types.
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/filter.html b/doc/html/fusion/algorithm/transformation/metafunctions/filter.html index 22688844..5a574464 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/filter.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/filter.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ and type to retain.
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html b/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html index 2d696bc8..a390c0a5 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ Lambda Expression predicate type.
@@ -49,7 +49,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/insert.html b/doc/html/fusion/algorithm/transformation/metafunctions/insert.html index 9f1bc538..ea348ae4 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/insert.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/insert.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ position iterator and insertion types.
@@ -49,7 +49,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html b/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html index b70d3a87..682e553c 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ sequence, position iterator and insertion range types.
@@ -49,7 +49,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/join.html b/doc/html/fusion/algorithm/transformation/metafunctions/join.html index 93f693ed..21a6c4b7 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/join.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/join.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result of joining 2 sequences, given the sequence types.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html b/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html index ad364d9c..eecab990 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ type.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html b/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html index 11a37984..f1ba74bd 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ type.
@@ -47,7 +47,7 @@
};
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html b/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html index 8e276645..c68e440f 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ the input sequence and element to push.
@@ -48,7 +48,7 @@
};
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html b/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html index ad67daff..455d80e6 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ of the input sequence and element to push.
@@ -48,7 +48,7 @@
};
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/remove.html b/doc/html/fusion/algorithm/transformation/metafunctions/remove.html index 9a3acace..b4f6583d 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/remove.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/remove.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ removal types.
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html b/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html index 44468eb4..af31f00b 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ Lambda Expression predicate types.
@@ -49,7 +49,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/replace.html b/doc/html/fusion/algorithm/transformation/metafunctions/replace.html index af240b9d..f50ce66b 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/replace.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/replace.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ the input sequence and element to replace.
@@ -48,7 +48,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html b/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html index 26ac64bb..44b32248 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -36,7 +36,7 @@ Function Object predicate and replacement object.
@@ -50,7 +50,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html b/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html index 84a08e9f..12728b64 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ type.
@@ -47,7 +47,7 @@
};
Constant.
diff --git a/doc/html/fusion/algorithm/transformation/metafunctions/transform.html b/doc/html/fusion/algorithm/transformation/metafunctions/transform.html index 9f9c7e0f..e4988f67 100644 --- a/doc/html/fusion/algorithm/transformation/metafunctions/transform.html +++ b/doc/html/fusion/algorithm/transformation/metafunctions/transform.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ of seq.
Table 1.76. Parameters
+Table 1.76. Parameters
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ of the members of the component sequences.
@@ -50,7 +50,7 @@
};
Constant.
diff --git a/doc/html/fusion/change_log.html b/doc/html/fusion/change_log.html index 8c356fee..0964a7a2 100644 --- a/doc/html/fusion/change_log.html +++ b/doc/html/fusion/change_log.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/container/cons.html b/doc/html/fusion/container/cons.html index c98541f8..1f8c5305 100644 --- a/doc/html/fusion/container/cons.html +++ b/doc/html/fusion/container/cons.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ Inlined Functions).
@@ -50,7 +50,7 @@ #include <boost/fusion/include/cons.hpp>
@@ -58,7 +58,7 @@ struct cons;
@@ -298,7 +298,7 @@ Inlined Functions).
diff --git a/doc/html/fusion/container/conversion.html b/doc/html/fusion/container/conversion.html index 7b0a4c9d..d69bbede 100644 --- a/doc/html/fusion/container/conversion.html +++ b/doc/html/fusion/container/conversion.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/container/conversion/functions.html b/doc/html/fusion/container/conversion/functions.html index 62891875..63cc387c 100644 --- a/doc/html/fusion/container/conversion/functions.html +++ b/doc/html/fusion/container/conversion/functions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Convert a fusion sequence to a list.
@@ -46,7 +46,7 @@ as_list(Sequence const& seq);
@@ -114,7 +114,7 @@ #include <boost/fusion/include/as_list.hpp>
diff --git a/doc/html/fusion/container/conversion/functions/as_map.html b/doc/html/fusion/container/conversion/functions/as_map.html index 19299e93..72b52180 100644 --- a/doc/html/fusion/container/conversion/functions/as_map.html +++ b/doc/html/fusion/container/conversion/functions/as_map.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Convert a fusion sequence to a map.
@@ -46,7 +46,7 @@ as_map(Sequence const& seq);
@@ -119,7 +119,7 @@ #include <boost/fusion/include/as_map.hpp>
diff --git a/doc/html/fusion/container/conversion/functions/as_set.html b/doc/html/fusion/container/conversion/functions/as_set.html index edede9ee..4cc2cf56 100644 --- a/doc/html/fusion/container/conversion/functions/as_set.html +++ b/doc/html/fusion/container/conversion/functions/as_set.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Convert a fusion sequence to a set.
@@ -46,7 +46,7 @@ as_set(Sequence const& seq);
@@ -118,7 +118,7 @@ #include <boost/fusion/include/as_set.hpp>
diff --git a/doc/html/fusion/container/conversion/functions/as_vector.html b/doc/html/fusion/container/conversion/functions/as_vector.html index d390bd72..3e07f06e 100644 --- a/doc/html/fusion/container/conversion/functions/as_vector.html +++ b/doc/html/fusion/container/conversion/functions/as_vector.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Convert a fusion sequence to a vector.
@@ -46,7 +46,7 @@ as_vector(Sequence const& seq);
@@ -114,7 +114,7 @@ #include <boost/fusion/include/as_vector.hpp>
diff --git a/doc/html/fusion/container/conversion/metafunctions.html b/doc/html/fusion/container/conversion/metafunctions.html index 9e033417..fc5e7fc0 100644 --- a/doc/html/fusion/container/conversion/metafunctions.html +++ b/doc/html/fusion/container/conversion/metafunctions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of as_list.
@@ -41,7 +41,7 @@ struct as_list;
@@ -110,7 +110,7 @@ #include <boost/fusion/include/as_list.hpp>
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_map.html b/doc/html/fusion/container/conversion/metafunctions/as_map.html index 674cd94a..d5a433e5 100644 --- a/doc/html/fusion/container/conversion/metafunctions/as_map.html +++ b/doc/html/fusion/container/conversion/metafunctions/as_map.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of as_map.
@@ -41,7 +41,7 @@ struct as_map;
@@ -115,7 +115,7 @@ #include <boost/fusion/include/as_map.hpp>
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_set.html b/doc/html/fusion/container/conversion/metafunctions/as_set.html index a1df58c6..94253e1a 100644 --- a/doc/html/fusion/container/conversion/metafunctions/as_set.html +++ b/doc/html/fusion/container/conversion/metafunctions/as_set.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of as_set.
@@ -41,7 +41,7 @@ struct as_set;
@@ -114,7 +114,7 @@ #include <boost/fusion/include/as_set.hpp>
diff --git a/doc/html/fusion/container/conversion/metafunctions/as_vector.html b/doc/html/fusion/container/conversion/metafunctions/as_vector.html index 785ce953..4bf08b70 100644 --- a/doc/html/fusion/container/conversion/metafunctions/as_vector.html +++ b/doc/html/fusion/container/conversion/metafunctions/as_vector.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of as_vector.
@@ -41,7 +41,7 @@ struct as_vector;
@@ -110,7 +110,7 @@ #include <boost/fusion/include/as_vector.hpp>
diff --git a/doc/html/fusion/container/generation.html b/doc/html/fusion/container/generation.html index 45d6a9c1..f5708da1 100644 --- a/doc/html/fusion/container/generation.html +++ b/doc/html/fusion/container/generation.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/container/generation/functions.html b/doc/html/fusion/container/generation/functions.html index 20861a17..da076b46 100644 --- a/doc/html/fusion/container/generation/functions.html +++ b/doc/html/fusion/container/generation/functions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Constructs a tie using a list sequence.
@@ -53,7 +53,7 @@ #define FUSION_MAX_LIST_SIZE 20
@@ -123,7 +123,7 @@ #include <boost/fusion/include/list_tie.hpp>
diff --git a/doc/html/fusion/container/generation/functions/make_cons.html b/doc/html/fusion/container/generation/functions/make_cons.html index f010150f..f5cbced3 100644 --- a/doc/html/fusion/container/generation/functions/make_cons.html +++ b/doc/html/fusion/container/generation/functions/make_cons.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ and optional cdr (tail).
@@ -48,7 +48,7 @@ make_cons(Car const& car, Cdr const& cdr);
@@ -136,14 +136,14 @@ #include <boost/fusion/include/make_cons.hpp>
make_cons('x', make_cons(123))
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ from one or more values.
@@ -54,7 +54,7 @@ #define FUSION_MAX_LIST_SIZE 20
@@ -123,14 +123,14 @@ #include <boost/fusion/include/make_list.hpp>
make_list(123, "hello", 12.5)
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ from one or more key/data pairs.
@@ -47,7 +47,7 @@The variadic function accepts 0 to FUSION_MAX_VECTOR_SIZE - [9] + [9] 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 @@ -57,7 +57,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -154,7 +154,7 @@ #include <boost/fusion/include/make_map.hpp>
@@ -163,7 +163,7 @@ , make_pair<double>("Men"))
[9] +
[9] map is implemented in terms of the vector. That is why we reuse FUSION_MAX_VECTOR_SIZE
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ from one or more values.
@@ -45,7 +45,7 @@The variadic function accepts 0 to FUSION_MAX_VECTOR_SIZE - [8] + [8] 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 @@ -55,7 +55,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -128,14 +128,14 @@ #include <boost/fusion/include/make_set.hpp>
make_set(123, "hello", 12.5)
[8] +
[8] set is implemented in terms of the vector. That is why we reuse FUSION_MAX_VECTOR_SIZE
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ from one or more values.
@@ -54,7 +54,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -123,14 +123,14 @@ #include <boost/fusion/include/make_vector.hpp>
make_vector(123, "hello", 12.5)
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Constructs a tie using a map sequence.
@@ -53,7 +53,7 @@ #define FUSION_MAX_MAP_SIZE 20
@@ -146,7 +146,7 @@ #include <boost/fusion/include/map_tie.hpp>
diff --git a/doc/html/fusion/container/generation/functions/tiers.html b/doc/html/fusion/container/generation/functions/tiers.html index 5f852ba9..d25575a6 100644 --- a/doc/html/fusion/container/generation/functions/tiers.html +++ b/doc/html/fusion/container/generation/functions/tiers.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -67,7 +67,7 @@ when calling functions which return sequences.
@@ -82,7 +82,7 @@
[10] +
diff --git a/doc/html/fusion/container/generation/functions/vector_tie.html b/doc/html/fusion/container/generation/functions/vector_tie.html index 0d816ce5..cf351a57 100644 --- a/doc/html/fusion/container/generation/functions/vector_tie.html +++ b/doc/html/fusion/container/generation/functions/vector_tie.html @@ -12,10 +12,10 @@![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Constructs a tie using a vector sequence.
@@ -53,7 +53,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -123,7 +123,7 @@ #include <boost/fusion/include/vector_tie.hpp>
diff --git a/doc/html/fusion/container/generation/metafunctions.html b/doc/html/fusion/container/generation/metafunctions.html index e03be94d..0d62c1f0 100644 --- a/doc/html/fusion/container/generation/metafunctions.html +++ b/doc/html/fusion/container/generation/metafunctions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of list_tie.
@@ -52,7 +52,7 @@ #define FUSION_MAX_LIST_SIZE 20
@@ -122,7 +122,7 @@ #include <boost/fusion/include/list_tie.hpp>
diff --git a/doc/html/fusion/container/generation/metafunctions/make_cons.html b/doc/html/fusion/container/generation/metafunctions/make_cons.html index 92a31faa..61c430b8 100644 --- a/doc/html/fusion/container/generation/metafunctions/make_cons.html +++ b/doc/html/fusion/container/generation/metafunctions/make_cons.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of make_cons.
@@ -41,7 +41,7 @@ struct make_cons;
@@ -131,7 +131,7 @@ #include <boost/fusion/include/make_cons.hpp>
diff --git a/doc/html/fusion/container/generation/metafunctions/make_list.html b/doc/html/fusion/container/generation/metafunctions/make_list.html index 1442913b..fe4cd8be 100644 --- a/doc/html/fusion/container/generation/metafunctions/make_list.html +++ b/doc/html/fusion/container/generation/metafunctions/make_list.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of make_list.
@@ -52,7 +52,7 @@ #define FUSION_MAX_LIST_SIZE 20
@@ -123,7 +123,7 @@ #include <boost/fusion/include/make_list.hpp>
diff --git a/doc/html/fusion/container/generation/metafunctions/make_map.html b/doc/html/fusion/container/generation/metafunctions/make_map.html index 72ba51af..cd5df55e 100644 --- a/doc/html/fusion/container/generation/metafunctions/make_map.html +++ b/doc/html/fusion/container/generation/metafunctions/make_map.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of make_map.
@@ -45,7 +45,7 @@The variadic function accepts 0 to FUSION_MAX_VECTOR_SIZE - [12] + [12] 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 @@ -55,7 +55,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -151,14 +151,14 @@ #include <boost/fusion/include/make_map.hpp>
result_of::make_map<int, double, char, double>::type
[12] +
[12] map is implemented in terms of the vector. That is why we reuse FUSION_MAX_VECTOR_SIZE
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of make_set.
@@ -43,7 +43,7 @@The variadic function accepts 0 to FUSION_MAX_VECTOR_SIZE - [11] + [11] 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 @@ -53,7 +53,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -128,7 +128,7 @@ #include <boost/fusion/include/make_set.hpp>
@@ -136,7 +136,7 @@
[11] +
[11] set is implemented in terms of the vector. That is why we reuse FUSION_MAX_VECTOR_SIZE
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of make_vector.
@@ -52,7 +52,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -123,7 +123,7 @@ #include <boost/fusion/include/make_list.hpp>
diff --git a/doc/html/fusion/container/generation/metafunctions/map_tie.html b/doc/html/fusion/container/generation/metafunctions/map_tie.html index 4e8f0c13..adda48bc 100644 --- a/doc/html/fusion/container/generation/metafunctions/map_tie.html +++ b/doc/html/fusion/container/generation/metafunctions/map_tie.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of map_tie.
@@ -52,7 +52,7 @@ #define FUSION_MAX_MAP_SIZE 20
@@ -144,7 +144,7 @@ #include <boost/fusion/include/map_tie.hpp>
diff --git a/doc/html/fusion/container/generation/metafunctions/vector_tie.html b/doc/html/fusion/container/generation/metafunctions/vector_tie.html index e4a40918..e78f7165 100644 --- a/doc/html/fusion/container/generation/metafunctions/vector_tie.html +++ b/doc/html/fusion/container/generation/metafunctions/vector_tie.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of vector_tie.
@@ -52,7 +52,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -122,7 +122,7 @@ #include <boost/fusion/include/vector_tie.hpp>
diff --git a/doc/html/fusion/container/list.html b/doc/html/fusion/container/list.html index 8cfac083..51efb7d3 100644 --- a/doc/html/fusion/container/list.html +++ b/doc/html/fusion/container/list.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ runtime cost of access to each element is peculiarly constant (see Recursive Inlined Functions).
@@ -48,7 +48,7 @@ #include <boost/fusion/include/list_fwd.hpp>
@@ -79,7 +79,7 @@ #define FUSION_MAX_LIST_SIZE 20
@@ -265,7 +265,7 @@ Inlined Functions).
diff --git a/doc/html/fusion/container/map.html b/doc/html/fusion/container/map.html index c0f6098c..dfabdf7f 100644 --- a/doc/html/fusion/container/map.html +++ b/doc/html/fusion/container/map.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ (see Overloaded Functions).
@@ -50,7 +50,7 @@ #include <boost/fusion/include/map_fwd.hpp>
@@ -81,7 +81,7 @@ #define FUSION_MAX_MAP_SIZE 20
@@ -246,7 +246,7 @@
diff --git a/doc/html/fusion/container/set.html b/doc/html/fusion/container/set.html index 8c062479..c9192070 100644 --- a/doc/html/fusion/container/set.html +++ b/doc/html/fusion/container/set.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ Functions).
@@ -49,7 +49,7 @@ #include <boost/fusion/include/set_fwd.hpp>
@@ -80,7 +80,7 @@ #define FUSION_MAX_SET_SIZE 20
@@ -245,7 +245,7 @@
diff --git a/doc/html/fusion/container/vector.html b/doc/html/fusion/container/vector.html index 954a2592..19f2de95 100644 --- a/doc/html/fusion/container/vector.html +++ b/doc/html/fusion/container/vector.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ efficient.
@@ -61,7 +61,7 @@ #include <boost/fusion/include/vector50.hpp>
@@ -122,7 +122,7 @@ #define FUSION_MAX_VECTOR_SIZE 20
@@ -281,7 +281,7 @@
diff --git a/doc/html/fusion/extension.html b/doc/html/fusion/extension.html index b7c413cd..5c2a61b6 100644 --- a/doc/html/fusion/extension.html +++ b/doc/html/fusion/extension.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -80,7 +80,7 @@ Start guide.
diff --git a/doc/html/fusion/extension/iterator_facade.html b/doc/html/fusion/extension/iterator_facade.html index 3403e178..7518ad39 100644 --- a/doc/html/fusion/extension/iterator_facade.html +++ b/doc/html/fusion/extension/iterator_facade.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ iterator.
@@ -43,7 +43,7 @@ struct iterator_facade;
@@ -57,7 +57,7 @@ type.
@@ -373,7 +373,7 @@ #include <boost/fusion/include/iterator_facade.hpp>
diff --git a/doc/html/fusion/extension/sequence_facade.html b/doc/html/fusion/extension/sequence_facade.html index 38c49e7d..dc5d097b 100644 --- a/doc/html/fusion/extension/sequence_facade.html +++ b/doc/html/fusion/extension/sequence_facade.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ iterator.
@@ -43,7 +43,7 @@ struct sequence_facade;
@@ -59,7 +59,7 @@ type.
@@ -251,7 +251,7 @@ #include <boost/fusion/include/sequence_facade.hpp>
diff --git a/doc/html/fusion/functional.html b/doc/html/fusion/functional.html index c71c6ec8..73f1056b 100644 --- a/doc/html/fusion/functional.html +++ b/doc/html/fusion/functional.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -59,7 +59,7 @@ /functional/adapter/fused.hpp>
@@ -67,7 +67,7 @@ class fused;
@@ -222,7 +222,7 @@ assert(f(make_vector(1,2l)) == 3l);
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -49,7 +49,7 @@ /functional/adapter/fused_function_object.hpp>
@@ -57,7 +57,7 @@ class fused_function_object;
@@ -243,7 +243,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -66,7 +66,7 @@ /functional/adapter/fused_procedure.hpp>
@@ -74,7 +74,7 @@ class fused_procedure;
@@ -241,7 +241,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -58,7 +58,7 @@ /functional/adapter/unfused_generic.hpp>
@@ -66,7 +66,7 @@ class unfused_generic;
@@ -269,7 +269,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -51,7 +51,7 @@ /functional/adapter/unfused_lvalue_args.hpp>
@@ -59,7 +59,7 @@ class unfused_lvalue_args;
@@ -239,7 +239,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -51,7 +51,7 @@ /functional/adapter/unfused_rvalue_args.hpp>
@@ -59,7 +59,7 @@ class unfused_rvalue_args;
@@ -237,7 +237,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -65,7 +65,7 @@ /functional/adapter/unfused_typed.hpp>
@@ -73,7 +73,7 @@ class unfused_typed;
@@ -319,7 +319,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -36,7 +36,7 @@ of a function call operator.
diff --git a/doc/html/fusion/functional/concepts/def_callable.html b/doc/html/fusion/functional/concepts/def_callable.html index 0e8e17e9..92e51993 100644 --- a/doc/html/fusion/functional/concepts/def_callable.html +++ b/doc/html/fusion/functional/concepts/def_callable.html @@ -15,10 +15,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ to determine the result of a call.
diff --git a/doc/html/fusion/functional/concepts/poly.html b/doc/html/fusion/functional/concepts/poly.html index 3f79e4e7..31279f68 100644 --- a/doc/html/fusion/functional/concepts/poly.html +++ b/doc/html/fusion/functional/concepts/poly.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ Callable Object type.
diff --git a/doc/html/fusion/functional/concepts/reg_callable.html b/doc/html/fusion/functional/concepts/reg_callable.html index d0273cb5..df3943d9 100644 --- a/doc/html/fusion/functional/concepts/reg_callable.html +++ b/doc/html/fusion/functional/concepts/reg_callable.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ can appear immediately to the left of a function call operator.
diff --git a/doc/html/fusion/functional/generation.html b/doc/html/fusion/functional/generation.html index 3cea4633..4620cf2c 100644 --- a/doc/html/fusion/functional/generation.html +++ b/doc/html/fusion/functional/generation.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ conversion is applied to the target function.
@@ -50,7 +50,7 @@ make_fused(F const & f);
@@ -119,7 +119,7 @@ #include <boost/fusion/include/make_fused.hpp>
@@ -135,7 +135,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ conversion is applied to the target function.
@@ -52,7 +52,7 @@ make_fused_function_object(F const & f);
@@ -122,7 +122,7 @@ #include <boost/fusion/include/make_fused_function_object.hpp>
@@ -151,7 +151,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ conversion applied to the target function.
@@ -52,7 +52,7 @@ make_fused_procedure(F const & f);
@@ -121,7 +121,7 @@ #include <boost/fusion/include/make_fused_procedure.hpp>
@@ -131,7 +131,7 @@ assert(front(v) == 0);
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ conversion is applied to the target function.
@@ -52,7 +52,7 @@ make_unfused_generic(F const & f);
@@ -122,7 +122,7 @@ #include <boost/fusion/include/make_unfused_generic.hpp>
@@ -158,7 +158,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ conversion is applied to the target function.
@@ -52,7 +52,7 @@ make_unfused_lvalue_args(F const & f);
@@ -122,7 +122,7 @@ #include <boost/fusion/include/make_unfused_lvalue_args.hpp>
@@ -149,7 +149,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -41,7 +41,7 @@ conversion is applied to the target function.
@@ -51,7 +51,7 @@ make_unfused_rvalue_args(F const & f);
@@ -121,7 +121,7 @@ #include <boost/fusion/include/make_unfused_rvalue_args.hpp>
@@ -147,7 +147,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ make_fused">make_fused.
@@ -46,7 +46,7 @@ #include <boost/fusion/include/make_fused.hpp>
@@ -60,7 +60,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ make_fused_function_object">make_fused_function_object.
@@ -47,7 +47,7 @@ #include <boost/fusion/include/make_fused_function_object.hpp>
@@ -61,7 +61,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ make_fused_procedure">make_fused_procedure.
@@ -47,7 +47,7 @@ #include <boost/fusion/include/make_fused_procedure.hpp>
@@ -61,7 +61,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ make_unfused_generic">make_unfused_generic.
@@ -47,7 +47,7 @@ #include <boost/fusion/include/make_unfused_generic.hpp>
@@ -61,7 +61,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ make_unfused_lvalue_args">make_unfused_lvalue_args.
@@ -47,7 +47,7 @@ #include <boost/fusion/include/make_unfused_lvalue_args.hpp>
@@ -61,7 +61,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ make_unfused_rvalue_args">make_unfused_rvalue_args.
@@ -46,7 +46,7 @@ #include <boost/fusion/include/make_unfused_rvalue_args.hpp>
@@ -60,7 +60,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -47,7 +47,7 @@ and boost::shared_ptr).
@@ -66,7 +66,7 @@ invoke(Function f, Sequence const & s);
@@ -162,7 +162,7 @@ assert(invoke(add,make_vector(1,1)) == 2);
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -43,7 +43,7 @@ and/or to control the const qualification of a function object.
@@ -64,7 +64,7 @@ invoke_function_object(Function f, Sequence const & s);
@@ -179,7 +179,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -54,7 +54,7 @@ isn't implemented).
@@ -75,7 +75,7 @@ invoke_procedure(Function f, Sequence const & s);
@@ -171,7 +171,7 @@ assert(front(v) == 3);
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of invoke.
@@ -51,7 +51,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ invoke_function_object">invoke_function_object.
@@ -55,7 +55,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ invoke_procedure">invoke_procedure.
@@ -55,7 +55,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/iterator/concepts.html b/doc/html/fusion/iterator/concepts.html index 33096998..62b3bb31 100644 --- a/doc/html/fusion/iterator/concepts.html +++ b/doc/html/fusion/iterator/concepts.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Moves an iterator by a specified distance.
@@ -44,7 +44,7 @@ typename result_of::advance<I, M>::type advance(I const& i);
@@ -139,7 +139,7 @@ #include <boost/fusion/include/advance.hpp>
diff --git a/doc/html/fusion/iterator/functions/advance_c.html b/doc/html/fusion/iterator/functions/advance_c.html index 39b87e3d..de2f6d97 100644 --- a/doc/html/fusion/iterator/functions/advance_c.html +++ b/doc/html/fusion/iterator/functions/advance_c.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Moves an iterator by a specified distance.
@@ -44,7 +44,7 @@ typename result_of::advance_c<I, N>::type advance_c(I const& i);
@@ -138,7 +138,7 @@ #include <boost/fusion/include/advance.hpp>
diff --git a/doc/html/fusion/iterator/functions/deref.html b/doc/html/fusion/iterator/functions/deref.html index af8ff882..f59ba16c 100644 --- a/doc/html/fusion/iterator/functions/deref.html +++ b/doc/html/fusion/iterator/functions/deref.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Deferences an iterator.
@@ -43,7 +43,7 @@ typename result_of::deref<I>::type deref(I const& i);
@@ -112,7 +112,7 @@ #include <boost/fusion/include/deref.hpp>
diff --git a/doc/html/fusion/iterator/functions/distance.html b/doc/html/fusion/iterator/functions/distance.html index 65186c5c..27b867be 100644 --- a/doc/html/fusion/iterator/functions/distance.html +++ b/doc/html/fusion/iterator/functions/distance.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the distance between 2 iterators.
@@ -44,7 +44,7 @@ typename result_of::distance<I, J>::type distance(I const& i, J const& j);
@@ -113,7 +113,7 @@ #include <boost/fusion/include/distance.hpp>
diff --git a/doc/html/fusion/iterator/functions/next.html b/doc/html/fusion/iterator/functions/next.html index dc248b3d..d965e3d5 100644 --- a/doc/html/fusion/iterator/functions/next.html +++ b/doc/html/fusion/iterator/functions/next.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Moves an iterator 1 position forwards.
@@ -43,7 +43,7 @@ typename result_of::next<I>::type next(I const& i);
@@ -113,7 +113,7 @@ #include <boost/fusion/include/next.hpp>
diff --git a/doc/html/fusion/iterator/functions/prior.html b/doc/html/fusion/iterator/functions/prior.html index 707453ea..f1338cdc 100644 --- a/doc/html/fusion/iterator/functions/prior.html +++ b/doc/html/fusion/iterator/functions/prior.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Moves an iterator 1 position backwards.
@@ -43,7 +43,7 @@ typename result_of::prior<I>::type prior(I const& i);
@@ -113,7 +113,7 @@ #include <boost/fusion/include/prior.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions.html b/doc/html/fusion/iterator/metafunctions.html index edae7021..a3796084 100644 --- a/doc/html/fusion/iterator/metafunctions.html +++ b/doc/html/fusion/iterator/metafunctions.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Moves an iterator a specified distance.
@@ -47,7 +47,7 @@
};
@@ -141,7 +141,7 @@ #include <boost/fusion/include/advance.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/advance_c.html b/doc/html/fusion/iterator/metafunctions/advance_c.html index 8132124c..970c05cd 100644 --- a/doc/html/fusion/iterator/metafunctions/advance_c.html +++ b/doc/html/fusion/iterator/metafunctions/advance_c.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Moves an iterator by a specified distance.
@@ -47,7 +47,7 @@
};
@@ -140,7 +140,7 @@ #include <boost/fusion/include/advance.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/deref.html b/doc/html/fusion/iterator/metafunctions/deref.html index 594ad5e3..bc9c1f46 100644 --- a/doc/html/fusion/iterator/metafunctions/deref.html +++ b/doc/html/fusion/iterator/metafunctions/deref.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the type that will be returned by dereferencing an iterator.
@@ -46,7 +46,7 @@
};
@@ -115,7 +115,7 @@ #include <boost/fusion/include/deref.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/distance.html b/doc/html/fusion/iterator/metafunctions/distance.html index 4c2abeca..892941b6 100644 --- a/doc/html/fusion/iterator/metafunctions/distance.html +++ b/doc/html/fusion/iterator/metafunctions/distance.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the distance between two iterators.
@@ -47,7 +47,7 @@
};
@@ -118,7 +118,7 @@ #include <boost/fusion/include/distance.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/equal_to.html b/doc/html/fusion/iterator/metafunctions/equal_to.html index 6c5ae850..8fde00da 100644 --- a/doc/html/fusion/iterator/metafunctions/equal_to.html +++ b/doc/html/fusion/iterator/metafunctions/equal_to.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ and J are equal.
@@ -49,7 +49,7 @@
};
@@ -118,7 +118,7 @@ #include <boost/fusion/include/equal_to.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/next.html b/doc/html/fusion/iterator/metafunctions/next.html index 20f63e19..7bfccb0a 100644 --- a/doc/html/fusion/iterator/metafunctions/next.html +++ b/doc/html/fusion/iterator/metafunctions/next.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the type of the next iterator in a sequence.
@@ -46,7 +46,7 @@
};
@@ -116,7 +116,7 @@ #include <boost/fusion/include/next.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/prior.html b/doc/html/fusion/iterator/metafunctions/prior.html index e76eacb4..88ec8a03 100644 --- a/doc/html/fusion/iterator/metafunctions/prior.html +++ b/doc/html/fusion/iterator/metafunctions/prior.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the type of the previous iterator in a sequence.
@@ -46,7 +46,7 @@
};
@@ -116,7 +116,7 @@ #include <boost/fusion/include/prior.hpp>
diff --git a/doc/html/fusion/iterator/metafunctions/value_of.html b/doc/html/fusion/iterator/metafunctions/value_of.html index 91d72481..0ac20189 100644 --- a/doc/html/fusion/iterator/metafunctions/value_of.html +++ b/doc/html/fusion/iterator/metafunctions/value_of.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the type stored at the position of an iterator.
@@ -46,7 +46,7 @@
};
@@ -115,7 +115,7 @@ #include <boost/fusion/include/value_of.hpp>
diff --git a/doc/html/fusion/iterator/operator.html b/doc/html/fusion/iterator/operator.html index f2a8c05a..b32d3c47 100644 --- a/doc/html/fusion/iterator/operator.html +++ b/doc/html/fusion/iterator/operator.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Compares 2 iterators for equality.
@@ -49,7 +49,7 @@ unspecified operator==(I const& i, J const& i);
diff --git a/doc/html/fusion/iterator/operator/operator_inequality.html b/doc/html/fusion/iterator/operator/operator_inequality.html index 848af738..1fe05e3d 100644 --- a/doc/html/fusion/iterator/operator/operator_inequality.html +++ b/doc/html/fusion/iterator/operator/operator_inequality.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Compares 2 iterators for inequality.
@@ -48,7 +48,7 @@ unspecified operator==(I const& i, J const& i);
diff --git a/doc/html/fusion/iterator/operator/operator_unary_star.html b/doc/html/fusion/iterator/operator/operator_unary_star.html index 8aee90c3..236a6480 100644 --- a/doc/html/fusion/iterator/operator/operator_unary_star.html +++ b/doc/html/fusion/iterator/operator/operator_unary_star.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Dereferences an iterator.
@@ -47,7 +47,7 @@ typename result_of::deref<I>::type operator*(unspecified<I> const& i);
@@ -116,7 +116,7 @@ #include <boost/fusion/include/deref.hpp>
diff --git a/doc/html/fusion/notes.html b/doc/html/fusion/notes.html index 6633e462..e9501c00 100644 --- a/doc/html/fusion/notes.html +++ b/doc/html/fusion/notes.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -51,7 +51,7 @@ given a key, k.
@@ -138,7 +138,7 @@ it very cheap to pass around.
@@ -161,7 +161,7 @@
Array arguments are deduced to reference to const types. For example - [14] + [14] :
@@ -194,7 +194,7 @@ list<void (*)(int)>
@@ -237,7 +237,7 @@
[14] +
[14] Note that the type of a string literal is an array of const characters, not const char*. To get make_list to create a list with an element of a non-const array type one must use the ref diff --git a/doc/html/fusion/organization.html b/doc/html/fusion/organization.html index f8b81d23..9e3ad5f8 100644 --- a/doc/html/fusion/organization.html +++ b/doc/html/fusion/organization.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -65,7 +65,7 @@ against.- + Directory
@@ -186,7 +186,7 @@
- + Example
@@ -202,12 +202,12 @@
The first includes all containers The second includes only list - [3] + [3] .
-[3] +
diff --git a/doc/html/fusion/preface.html b/doc/html/fusion/preface.html index dd0d2c31..5a8da91d 100644 --- a/doc/html/fusion/preface.html +++ b/doc/html/fusion/preface.html @@ -12,10 +12,10 @@[3] Modules may contain smaller components. Header file information for each component will be provided as part of the component's documentation.
- Home +Home Libraries -People -FAQ +People +FAQ More
@@ -44,7 +44,7 @@- + Description
@@ -62,7 +62,7 @@ of compile time metaprogramming with runtime programming.
- + Motivation
@@ -88,7 +88,7 @@ an instant AHA! moment.
- + How to use this manual
@@ -96,7 +96,7 @@ icons precede some text to indicate:
-Table 1.1. Icons
+Table 1.1. Icons
@@ -199,7 +199,7 @@ Tools. - + Support
diff --git a/doc/html/fusion/quick_start.html b/doc/html/fusion/quick_start.html index 5ddda68f..fdc06088 100644 --- a/doc/html/fusion/quick_start.html +++ b/doc/html/fusion/quick_start.html @@ -12,10 +12,10 @@
- Home +Home Libraries -People -FAQ +People +FAQ More
@@ -33,7 +33,7 @@For starters, we shall include all of Fusion's Sequence(s) - [1] + [1] :
@@ -42,7 +42,7 @@Let's begin with a vector - [2] + [2] :
@@ -60,7 +60,7 @@ Let's see some examples.- + Print the vector as XML
@@ -118,7 +118,7 @@ print just about any Fusion Sequence.- + Print only pointers
@@ -152,7 +152,7 @@ Easy, right?
- + Associative tuples
@@ -227,7 +227,7 @@ a dog or a whole alternate_universe.
- + Tip of the Iceberg
@@ -238,12 +238,12 @@
-[1] +
-[1] There are finer grained header files available if you wish to have more control over which components to include (see section Orgainization for details).
[2] +
[2] Unless otherwise noted, components are in namespace boost::fusion. For the sake of simplicity, code in this quick start implies using directives for the fusion components we will be using. diff --git a/doc/html/fusion/references.html b/doc/html/fusion/references.html index 783cd2f8..e5d6d26a 100644 --- a/doc/html/fusion/references.html +++ b/doc/html/fusion/references.html @@ -11,10 +11,10 @@
- Home +Home Libraries -People -FAQ +People +FAQ More
diff --git a/doc/html/fusion/sequence.html b/doc/html/fusion/sequence.html index 2153c0d1..ffa56752 100644 --- a/doc/html/fusion/sequence.html +++ b/doc/html/fusion/sequence.html @@ -12,10 +12,10 @@
- Home +Home Libraries -People -FAQ +People +FAQ More
@@ -59,7 +59,7 @@ type that can be used to iterate through the Sequence's elements.- + Header
diff --git a/doc/html/fusion/sequence/concepts.html b/doc/html/fusion/sequence/concepts.html index b0e6586e..3dcdf014 100644 --- a/doc/html/fusion/sequence/concepts.html +++ b/doc/html/fusion/sequence/concepts.html @@ -13,10 +13,10 @@
- Home +Home Libraries -People -FAQ +People +FAQ More
@@ -40,7 +40,7 @@ Fusion Sequences are organized into a hierarchy of concepts.- + Traversal
@@ -58,7 +58,7 @@ Sequence. These concepts pertain to sequence traversal.
- + Associativity
diff --git a/doc/html/fusion/sequence/concepts/associative_sequence.html b/doc/html/fusion/sequence/concepts/associative_sequence.html index 52601047..c7961a30 100644 --- a/doc/html/fusion/sequence/concepts/associative_sequence.html +++ b/doc/html/fusion/sequence/concepts/associative_sequence.html @@ -14,10 +14,10 @@
- Home +Home Libraries -People -FAQ +People +FAQ More
@@ -30,7 +30,7 @@ Sequence">Associative Sequence- + Description
@@ -71,7 +71,7 @@
- + Valid Expressions
@@ -180,7 +180,7 @@- + Result Type Expressions
@@ -252,7 +252,7 @@ result_of::value_at_key<S, N>.- + Expression Semantics
@@ -307,7 +307,7 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ Iterator.
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -43,7 +43,7 @@ sequence elements.
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -50,7 +50,7 @@
[4] +
[4] In practice, many of intrinsic functions have default implementations that will work in majority of cases
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the N-th element from the beginning of the sequence.
@@ -46,7 +46,7 @@ at(Sequence const& seq);
@@ -149,7 +149,7 @@ #include <boost/fusion/include/at.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/at_c.html b/doc/html/fusion/sequence/intrinsic/functions/at_c.html index 2a3fa109..91a9016f 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/at_c.html +++ b/doc/html/fusion/sequence/intrinsic/functions/at_c.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the N-th element from the beginning of the sequence.
@@ -46,7 +46,7 @@ at_c(Sequence const& seq);
@@ -149,7 +149,7 @@ #include <boost/fusion/include/at_c.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/at_key.html b/doc/html/fusion/sequence/intrinsic/functions/at_key.html index 7bb0c710..0498999a 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/at_key.html +++ b/doc/html/fusion/sequence/intrinsic/functions/at_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the element associated with a Key from the sequence.
@@ -46,7 +46,7 @@ at_key(Sequence const& seq);
@@ -144,7 +144,7 @@ #include <boost/fusion/include/at_key.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/back.html b/doc/html/fusion/sequence/intrinsic/functions/back.html index 6628b362..4fde78e7 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/back.html +++ b/doc/html/fusion/sequence/intrinsic/functions/back.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the last element in the sequence.
@@ -46,7 +46,7 @@ back(Sequence const& seq);
@@ -125,7 +125,7 @@ #include <boost/fusion/include/back.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/begin.html b/doc/html/fusion/sequence/intrinsic/functions/begin.html index 65f3d483..d0c79edb 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/begin.html +++ b/doc/html/fusion/sequence/intrinsic/functions/begin.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns an iterator pointing to the first element in the sequence.
@@ -46,7 +46,7 @@ begin(Sequence const& seq);
@@ -131,7 +131,7 @@ #include <boost/fusion/include/begin.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/empty.html b/doc/html/fusion/sequence/intrinsic/functions/empty.html index 6123710a..ae0357cf 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/empty.html +++ b/doc/html/fusion/sequence/intrinsic/functions/empty.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -35,7 +35,7 @@ the sequence is empty, else, evaluates to false.
@@ -44,7 +44,7 @@ empty(Sequence const& seq);
@@ -114,7 +114,7 @@ #include <boost/fusion/include/empty.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/end.html b/doc/html/fusion/sequence/intrinsic/functions/end.html index 7b203fdf..b40166ec 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/end.html +++ b/doc/html/fusion/sequence/intrinsic/functions/end.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns an iterator pointing to one element past the end of the sequence.
@@ -46,7 +46,7 @@ end(Sequence const& seq);
@@ -131,7 +131,7 @@ #include <boost/fusion/include/end.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/front.html b/doc/html/fusion/sequence/intrinsic/functions/front.html index a65fecac..0cb3c3df 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/front.html +++ b/doc/html/fusion/sequence/intrinsic/functions/front.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the first element in the sequence.
@@ -46,7 +46,7 @@ front(Sequence const& seq);
@@ -125,7 +125,7 @@ #include <boost/fusion/include/front.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/has_key.html b/doc/html/fusion/sequence/intrinsic/functions/has_key.html index 28343c9f..001bc5ff 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/has_key.html +++ b/doc/html/fusion/sequence/intrinsic/functions/has_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -36,7 +36,7 @@ to false.
@@ -45,7 +45,7 @@ has_key(Sequence const& seq);
@@ -134,7 +134,7 @@ #include <boost/fusion/include/has_key.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/size.html b/doc/html/fusion/sequence/intrinsic/functions/size.html index 5e14fe96..1ab4f307 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/size.html +++ b/doc/html/fusion/sequence/intrinsic/functions/size.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ that evaluates the number of elements in the sequence.
@@ -43,7 +43,7 @@ size(Sequence const& seq);
@@ -113,7 +113,7 @@ #include <boost/fusion/include/size.hpp>
diff --git a/doc/html/fusion/sequence/intrinsic/functions/swap.html b/doc/html/fusion/sequence/intrinsic/functions/swap.html index fdc17831..4fa711c4 100644 --- a/doc/html/fusion/sequence/intrinsic/functions/swap.html +++ b/doc/html/fusion/sequence/intrinsic/functions/swap.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Performs an element by element swap of the elements in 2 sequences.
@@ -41,7 +41,7 @@ void swap(Seq1& seq1, Seq2& seq2);
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions.html b/doc/html/fusion/sequence/intrinsic/metafunctions.html index 39bfd37b..589d575b 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of at - [5] + [5] .
@@ -48,7 +48,7 @@
};
@@ -141,7 +141,7 @@
[5] +
[5] 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 diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html b/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html index 9a1467cf..5cae5dac 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of at_c - [6] + [6] .
@@ -48,7 +48,7 @@
};
@@ -140,7 +140,7 @@
[6] +
[6] 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 diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html b/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html index 616c7e69..9d1c09de 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of at_key - [7] + [7] .
@@ -48,7 +48,7 @@
};
@@ -142,7 +142,7 @@
[7] +
[7] result_of::at_key reflects the actual return type of the function at_key. _sequence_s typically return references to its elements via the at_key function. If you diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/back.html b/doc/html/fusion/sequence/intrinsic/metafunctions/back.html index 0c036000..a31fcce7 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/back.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/back.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of back.
@@ -44,7 +44,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html b/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html index 01959372..8c6f9f1d 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of begin.
@@ -44,7 +44,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html b/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html index 46b6ecd6..59f3e3b6 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of empty.
@@ -44,7 +44,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/end.html b/doc/html/fusion/sequence/intrinsic/metafunctions/end.html index 9996629f..088dd06a 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/end.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/end.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of end.
@@ -44,7 +44,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/front.html b/doc/html/fusion/sequence/intrinsic/metafunctions/front.html index e7ac5200..936bf3f7 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/front.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/front.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of front.
@@ -44,7 +44,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html b/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html index ec2f92cc..5875a857 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of has_key.
@@ -46,7 +46,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/size.html b/doc/html/fusion/sequence/intrinsic/metafunctions/size.html index d1406503..278e1cc2 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/size.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/size.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the result type of size.
@@ -44,7 +44,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html b/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html index 0311007f..dd48a9ef 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the return type of swap.
@@ -44,7 +44,7 @@
};
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the actual type at a given index from the Sequence.
@@ -46,7 +46,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html b/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html index ce8f269d..273a4d56 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the actual type at a given index from the Sequence.
@@ -46,7 +46,7 @@
};
diff --git a/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html b/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html index 1e59c484..47b015b5 100644 --- a/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html +++ b/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Returns the actual element type associated with a Key from the Sequence.
@@ -46,7 +46,7 @@
};
diff --git a/doc/html/fusion/sequence/operator.html b/doc/html/fusion/sequence/operator.html index 1b52d062..b60aa3bc 100644 --- a/doc/html/fusion/sequence/operator.html +++ b/doc/html/fusion/sequence/operator.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/sequence/operator/comparison/equal.html b/doc/html/fusion/sequence/operator/comparison/equal.html index ac58ba16..daf706e9 100644 --- a/doc/html/fusion/sequence/operator/comparison/equal.html +++ b/doc/html/fusion/sequence/operator/comparison/equal.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Compare two sequences for equality.
@@ -43,7 +43,7 @@ operator==(Seq1 const& a, Seq2 const& b);
@@ -133,7 +133,7 @@ #include <boost/fusion/include/equal_to.hpp>
diff --git a/doc/html/fusion/sequence/operator/comparison/greater_than.html b/doc/html/fusion/sequence/operator/comparison/greater_than.html index 2220a666..a22eb68a 100644 --- a/doc/html/fusion/sequence/operator/comparison/greater_than.html +++ b/doc/html/fusion/sequence/operator/comparison/greater_than.html @@ -15,10 +15,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -43,7 +43,7 @@ operator>(Seq1 const& a, Seq2 const& b);
@@ -125,7 +125,7 @@ #include <boost/fusion/include/less_equal.hpp>
diff --git a/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html b/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html index 821bbe24..ca0a1bcd 100644 --- a/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html +++ b/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ operator>=(Seq1 const& a, Seq2 const& b);
@@ -124,7 +124,7 @@ #include <boost/fusion/include/greater_equal.hpp>
diff --git a/doc/html/fusion/sequence/operator/comparison/less_than.html b/doc/html/fusion/sequence/operator/comparison/less_than.html index be1cc13c..30508a41 100644 --- a/doc/html/fusion/sequence/operator/comparison/less_than.html +++ b/doc/html/fusion/sequence/operator/comparison/less_than.html @@ -15,10 +15,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -43,7 +43,7 @@ operator<(Seq1 const& a, Seq2 const& b);
@@ -127,7 +127,7 @@ #include <boost/fusion/include/less.hpp>
diff --git a/doc/html/fusion/sequence/operator/comparison/less_than_equal.html b/doc/html/fusion/sequence/operator/comparison/less_than_equal.html index fbd644ff..bc5c67b2 100644 --- a/doc/html/fusion/sequence/operator/comparison/less_than_equal.html +++ b/doc/html/fusion/sequence/operator/comparison/less_than_equal.html @@ -15,10 +15,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -43,7 +43,7 @@ operator<=(Seq1 const& a, Seq2 const& b);
@@ -125,7 +125,7 @@ #include <boost/fusion/include/less_equal.hpp>
diff --git a/doc/html/fusion/sequence/operator/comparison/not_equal.html b/doc/html/fusion/sequence/operator/comparison/not_equal.html index df6ff637..e3fcbc2a 100644 --- a/doc/html/fusion/sequence/operator/comparison/not_equal.html +++ b/doc/html/fusion/sequence/operator/comparison/not_equal.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -42,7 +42,7 @@ operator!=(Seq1 const& a, Seq2 const& b);
@@ -127,7 +127,7 @@ #include <boost/fusion/include/not_equal_to.hpp>
diff --git a/doc/html/fusion/sequence/operator/i_o.html b/doc/html/fusion/sequence/operator/i_o.html index 7a89ecfb..ef837147 100644 --- a/doc/html/fusion/sequence/operator/i_o.html +++ b/doc/html/fusion/sequence/operator/i_o.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/sequence/operator/i_o/in.html b/doc/html/fusion/sequence/operator/i_o/in.html index cf361fb6..41e66fcb 100644 --- a/doc/html/fusion/sequence/operator/i_o/in.html +++ b/doc/html/fusion/sequence/operator/i_o/in.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ stream.
@@ -43,7 +43,7 @@ operator>>(IStream& is, Sequence& seq);
@@ -131,7 +131,7 @@ #include <boost/fusion/include/in.hpp>
diff --git a/doc/html/fusion/sequence/operator/i_o/out.html b/doc/html/fusion/sequence/operator/i_o/out.html index dc94b7e4..0edcf947 100644 --- a/doc/html/fusion/sequence/operator/i_o/out.html +++ b/doc/html/fusion/sequence/operator/i_o/out.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ stream.
@@ -43,7 +43,7 @@ operator<<(OStream& os, Sequence& seq);
@@ -131,7 +131,7 @@ #include <boost/fusion/include/out.hpp>
diff --git a/doc/html/fusion/support.html b/doc/html/fusion/support.html index 949ca5d8..3f08cffc 100644 --- a/doc/html/fusion/support.html +++ b/doc/html/fusion/support.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -36,7 +36,7 @@ Sequence Concepts).
@@ -50,7 +50,7 @@
}
@@ -169,7 +169,7 @@ #include <boost/fusion/include/category_of.hpp>
diff --git a/doc/html/fusion/support/deduce.html b/doc/html/fusion/support/deduce.html index e38e4188..2eecef4d 100644 --- a/doc/html/fusion/support/deduce.html +++ b/doc/html/fusion/support/deduce.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ Reference wrappers are removed (see boost::ref).
@@ -47,7 +47,7 @@ #include <boost/fusion/include/deduce.hpp>
@@ -61,7 +61,7 @@
}
@@ -82,7 +82,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ original type as its argument.
@@ -47,7 +47,7 @@ #include <boost/fusion/include/deduce_sequence.hpp>
@@ -61,7 +61,7 @@
}
@@ -84,7 +84,7 @@
}
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ conforming sequences.
@@ -51,7 +51,7 @@
}
@@ -122,7 +122,7 @@ #include <boost/fusion/include/is_sequence.hpp>
diff --git a/doc/html/fusion/support/is_view.html b/doc/html/fusion/support/is_view.html index b9183d07..19d718df 100644 --- a/doc/html/fusion/support/is_view.html +++ b/doc/html/fusion/support/is_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ specialized to accomodate clients providing Fusion conforming views.
@@ -54,7 +54,7 @@
}
@@ -116,7 +116,7 @@ otherwise.- + Header
@@ -124,7 +124,7 @@ #include <boost/fusion/include/is_view.hpp>- + Example
diff --git a/doc/html/fusion/support/pair.html b/doc/html/fusion/support/pair.html index 9ebf447f..a0905718 100644 --- a/doc/html/fusion/support/pair.html +++ b/doc/html/fusion/support/pair.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ for example.
@@ -46,10 +46,10 @@ namespace result_of { - template <typename First, typename Second> + template <typename Pair> struct first; - template <typename First, typename Second> + template <typename Pair> struct second; template <typename First, typename Second> @@ -61,7 +61,7 @@ make_pair(Second const &);
@@ -160,7 +159,6 @@ Semantics | -|
---|---|
@@ -189,7 +186,6 @@ equivalent to result_of::second<P>::type. | -|
@@ -202,7 +198,6 @@ Default construction. | -|
@@ -215,7 +210,6 @@ Construct a pair given value for the second type, s. | -|
@@ -228,7 +222,6 @@ Copy constructs a pair from another pair, p2. | -|
@@ -238,32 +231,84 @@ |
- Get the data from p1.]] [[p - = p2] [Assigns a - pair, - p1, from - another pair, p2.]] - [[make_pair<F>(s)] [Make a - pair given - the first - type, - F, and - a value - for the - second type, s. - The second - type assumes - the type - of s]] - [[o << p] [Output p to - output stream, o.]] - [[i >> p] [Input p from - input stream, i.]] - [[p == p2] - [Tests - two pairs - for equality.]] [[p - != p2` + Get the data from p1. + + |
+
+ + p = + p2 + + |
+
+ + Assigns a pair, p1, + from another pair, p2. + + |
+
+ + make_pair<F>(s) + + |
+
+ + Make a pair given the first type, F, + and a value for the second type, s. + The second type assumes the type of s + + |
+
+ + o << + p + + |
+
+ + Output p to output + stream, o. + + |
+
+ + i >> + p + + |
+
+ + Input p from input + stream, i. + + |
+
+ + p == + p2 + + |
+
+ + Tests two pairs for equality. + + |
+
+ + p != + p2 |
@@ -275,7 +320,7 @@ |
@@ -283,7 +328,7 @@ #include <boost/fusion/include/pair.hpp>
diff --git a/doc/html/fusion/support/tag_of.html b/doc/html/fusion/support/tag_of.html index 5c2438c8..4e535834 100644 --- a/doc/html/fusion/support/tag_of.html +++ b/doc/html/fusion/support/tag_of.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ conforming sequences.
@@ -54,7 +54,7 @@
}
@@ -113,7 +113,7 @@ with T.- + Header
@@ -121,7 +121,7 @@ #include <boost/fusion/include/tag_of.hpp>- + Example
diff --git a/doc/html/fusion/tuple.html b/doc/html/fusion/tuple.html index 8319ff15..cfa62786 100644 --- a/doc/html/fusion/tuple.html +++ b/doc/html/fusion/tuple.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/tuple/class_template_tuple/construction.html b/doc/html/fusion/tuple/class_template_tuple/construction.html index 9b1cb593..fa8c9227 100644 --- a/doc/html/fusion/tuple/class_template_tuple/construction.html +++ b/doc/html/fusion/tuple/class_template_tuple/construction.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ in this section.
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ function to provide access to it's elements by zero based numeric index.
diff --git a/doc/html/fusion/tuple/class_template_tuple/relational_operators.html b/doc/html/fusion/tuple/class_template_tuple/relational_operators.html index c0ae67bd..da517509 100644 --- a/doc/html/fusion/tuple/class_template_tuple/relational_operators.html +++ b/doc/html/fusion/tuple/class_template_tuple/relational_operators.html @@ -14,10 +14,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ Tuple provides the standard boolean relational operators.
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ functions are described in this section.
diff --git a/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html b/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html index 0b7368bc..d0f1bf83 100644 --- a/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html +++ b/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html @@ -15,10 +15,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -40,7 +40,7 @@ tuple size, and the element types.
diff --git a/doc/html/fusion/tuple/pairs.html b/doc/html/fusion/tuple/pairs.html index 9e5d1283..b31bfad3 100644 --- a/doc/html/fusion/tuple/pairs.html +++ b/doc/html/fusion/tuple/pairs.html @@ -13,10 +13,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -36,7 +36,7 @@ as if it were a 2 element tuple.
diff --git a/doc/html/fusion/view.html b/doc/html/fusion/view.html index 180b732b..efe1987a 100644 --- a/doc/html/fusion/view.html +++ b/doc/html/fusion/view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
diff --git a/doc/html/fusion/view/filter_view.html b/doc/html/fusion/view/filter_view.html index 734b5ffe..9fbddb33 100644 --- a/doc/html/fusion/view/filter_view.html +++ b/doc/html/fusion/view/filter_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ only those elements for which its predicate evaluates to mpl::true_.
@@ -45,7 +45,7 @@ #include <boost/fusion/include/filter_view.hpp>
@@ -53,7 +53,7 @@ struct filter_view;
@@ -214,7 +214,7 @@
diff --git a/doc/html/fusion/view/iterator_range.html b/doc/html/fusion/view/iterator_range.html index 68a3b260..29d50783 100644 --- a/doc/html/fusion/view/iterator_range.html +++ b/doc/html/fusion/view/iterator_range.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ sub-range of its underlying sequence delimited by a pair of iterators.
@@ -42,7 +42,7 @@ #include <boost/fusion/include/iterator_range.hpp>
@@ -50,7 +50,7 @@ struct iterator_range;
diff --git a/doc/html/fusion/view/joint_view.html b/doc/html/fusion/view/joint_view.html index 1d617e57..a0a7d3b9 100644 --- a/doc/html/fusion/view/joint_view.html +++ b/doc/html/fusion/view/joint_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -34,7 +34,7 @@ which is a concatenation of two sequences.
@@ -42,7 +42,7 @@ #include <boost/fusion/include/joint_view.hpp>
@@ -50,7 +50,7 @@ struct joint_view;
@@ -217,7 +217,7 @@
diff --git a/doc/html/fusion/view/reverse_view.html b/doc/html/fusion/view/reverse_view.html index bc1ea08e..8b3de8e0 100644 --- a/doc/html/fusion/view/reverse_view.html +++ b/doc/html/fusion/view/reverse_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -39,7 +39,7 @@ #include <boost/fusion/include/reverse_view.hpp>
@@ -47,7 +47,7 @@ struct reverse_view;
diff --git a/doc/html/fusion/view/single_view.html b/doc/html/fusion/view/single_view.html index f302a863..008637eb 100644 --- a/doc/html/fusion/view/single_view.html +++ b/doc/html/fusion/view/single_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -38,7 +38,7 @@ #include <boost/fusion/include/single_view.hpp>
@@ -46,7 +46,7 @@ struct single_view;
@@ -186,7 +186,7 @@
diff --git a/doc/html/fusion/view/transform_view.html b/doc/html/fusion/view/transform_view.html index 6baac9f9..d1de58c1 100644 --- a/doc/html/fusion/view/transform_view.html +++ b/doc/html/fusion/view/transform_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -43,7 +43,7 @@ #include <boost/fusion/include/transform_view.hpp>
@@ -61,7 +61,7 @@ struct transform_view;
diff --git a/doc/html/fusion/view/zip_view.html b/doc/html/fusion/view/zip_view.html index fe54d444..170c6326 100644 --- a/doc/html/fusion/view/zip_view.html +++ b/doc/html/fusion/view/zip_view.html @@ -12,10 +12,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
@@ -37,7 +37,7 @@ to the component _sequence_s.
@@ -45,7 +45,7 @@ #include <boost/fusion/include/zip_view.hpp>
@@ -53,7 +53,7 @@ struct zip_view;
@@ -204,7 +204,7 @@
diff --git a/doc/html/index.html b/doc/html/index.html index 2cfc827a..da5c92ca 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -10,10 +10,10 @@
![]() |
-Home | +Home | Libraries | -People | -FAQ | +People | +FAQ | More |
Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
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)
@@ -240,7 +240,7 @@Last revised: December 20, 2007 at 05:09:32 GMT |
+Last revised: July 17, 2008 at 23:50:58 GMT |