Home
last modified time | relevance | path

Searched refs:iter_fold (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/fusion/algorithm/iteration/
Diter_fold_fwd.hpp16 struct iter_fold;
21 inline typename result_of::iter_fold<
26 iter_fold(Seq& seq, State const& state, F f);
30 inline typename result_of::iter_fold<
35 iter_fold(Seq const& seq, State const& state, F f);
39 inline typename result_of::iter_fold<
44 iter_fold(Seq& seq, State& state, F f);
48 inline typename result_of::iter_fold<
53 iter_fold(Seq const& seq, State& state, F f);
/third_party/boost/boost/fusion/algorithm/iteration/detail/preprocessed/
Diter_fold.hpp123 iter_fold(Seq& seq, State& state, F& f) in iter_fold() function
140 struct iter_fold struct
146 inline typename result_of::iter_fold<
151 iter_fold(Seq& seq, State const& state, F f) in iter_fold() function
153 return detail::iter_fold<Seq, State const, F>(seq, state, f); in iter_fold()
157 inline typename result_of::iter_fold<
162 iter_fold(Seq const& seq, State const& state, F f) in iter_fold() function
164 return detail::iter_fold<Seq const, State const, F>(seq, state, f); in iter_fold()
168 inline typename result_of::iter_fold<
173 iter_fold(Seq& seq, State& state, F f) in iter_fold() function
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
Diter_fold.rst1 .. Algorithms/Iteration Algorithms//iter_fold
3 iter_fold title
16 struct iter_fold
36 #include <boost/mpl/iter_fold.hpp>
65 typedef iter_fold<s,state,op>::type t;
101 typedef iter_fold<
Dfold.rst73 typedef iter_fold<
104 |Algorithms|, |accumulate|, |reverse_fold|, |iter_fold|, |reverse_iter_fold|, |copy|, |copy_if|
Diter_fold_if.rst80 typedef iter_fold<Sequence,T,Op>::type t;
118 typedef iter_fold<
Dreverse_iter_fold.rst112 , iter_fold<s,state,forward_op>::type
147 |Algorithms|, |iter_fold|, |reverse_fold|, |fold|
DAlgorithms-Iteration.rst11 the algorithms from the category |--| ``iter_fold``, ``reverse_iter_fold``,
Ddistance.rst74 typedef iter_fold<
Daccumulate.rst102 |Algorithms|, |fold|, |reverse_fold|, |iter_fold|, |reverse_iter_fold|, |copy|, |copy_if|
Dreverse_fold.rst144 |Algorithms|, |fold|, |reverse_iter_fold|, |iter_fold|
/third_party/boost/boost/mpl/
Diter_fold.hpp32 struct iter_fold struct
42 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,iter_fold,(Sequence,State,ForwardOp))
45 BOOST_MPL_AUX_NA_SPEC(3, iter_fold)
Ddistance.hpp38 : aux::msvc_eti_base< typename iter_fold<
46 typedef typename iter_fold<
53 (iter_fold<
Dmax_element.hpp60 : iter_fold<
/third_party/boost/boost/mpl/aux_/
Diter_fold_impl.hpp38 # define AUX778076_FOLD_IMPL_NAME_PREFIX iter_fold
/third_party/boost/boost/variant/detail/
Dinitializer.hpp222 ::boost::mpl::iter_fold< \
/third_party/boost/libs/fusion/test/algorithm/
Dfold.hpp49 # define BOOST_FUSION_TEST_FOLD_NAME iter_fold
/third_party/boost/libs/lexical_cast/test/
DJamfile.v228 …# boost/mpl/iter_fold.hpp:45:1: warning: empty macro arguments…
/third_party/boost/boost/fusion/algorithm/iteration/detail/
Dfold.hpp28 # define BOOST_FUSION_FOLD_NAME iter_fold
/third_party/boost/libs/fusion/doc/
Dfusion.qbk235 [def __iter_fold__ [link fusion.algorithm.iteration.functions.iter_fold `iter_fold`]]
236 …of_iter_fold__ [link fusion.algorithm.iteration.metafunctions.iter_fold `result_of::iter_fold`]]
Dalgorithm.qbk329 [section iter_fold]
330 [fold_desc iter_fold..__result_of_iter_fold__..iterators on each element..__forward_sequence__..it.…
447 [section iter_fold]
448 [meta_fold_desc iter_fold..__iter_fold__..__forward_sequence__..it..It..iterator `it` of type `It` …
/third_party/boost/libs/fusion/doc/html/
Dquickbook_HTML.manifest184 fusion/algorithm/iteration/functions/iter_fold.html
191 fusion/algorithm/iteration/metafunctions/iter_fold.html
/third_party/boost/libs/fusion/test/
DJamfile44 [ run algorithm/iter_fold.cpp ]