/third_party/boost/boost/fusion/algorithm/iteration/ |
D | iter_fold_fwd.hpp | 16 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/ |
D | iter_fold.hpp | 123 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/ |
D | iter_fold.rst | 1 .. 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<
|
D | fold.rst | 73 typedef iter_fold< 104 |Algorithms|, |accumulate|, |reverse_fold|, |iter_fold|, |reverse_iter_fold|, |copy|, |copy_if|
|
D | iter_fold_if.rst | 80 typedef iter_fold<Sequence,T,Op>::type t; 118 typedef iter_fold<
|
D | reverse_iter_fold.rst | 112 , iter_fold<s,state,forward_op>::type 147 |Algorithms|, |iter_fold|, |reverse_fold|, |fold|
|
D | Algorithms-Iteration.rst | 11 the algorithms from the category |--| ``iter_fold``, ``reverse_iter_fold``,
|
D | distance.rst | 74 typedef iter_fold<
|
D | accumulate.rst | 102 |Algorithms|, |fold|, |reverse_fold|, |iter_fold|, |reverse_iter_fold|, |copy|, |copy_if|
|
D | reverse_fold.rst | 144 |Algorithms|, |fold|, |reverse_iter_fold|, |iter_fold|
|
/third_party/boost/boost/mpl/ |
D | iter_fold.hpp | 32 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)
|
D | distance.hpp | 38 : aux::msvc_eti_base< typename iter_fold< 46 typedef typename iter_fold< 53 (iter_fold<
|
D | max_element.hpp | 60 : iter_fold<
|
/third_party/boost/boost/mpl/aux_/ |
D | iter_fold_impl.hpp | 38 # define AUX778076_FOLD_IMPL_NAME_PREFIX iter_fold
|
/third_party/boost/boost/variant/detail/ |
D | initializer.hpp | 222 ::boost::mpl::iter_fold< \
|
/third_party/boost/libs/fusion/test/algorithm/ |
D | fold.hpp | 49 # define BOOST_FUSION_TEST_FOLD_NAME iter_fold
|
/third_party/boost/libs/lexical_cast/test/ |
D | Jamfile.v2 | 28 …# boost/mpl/iter_fold.hpp:45:1: warning: empty macro arguments…
|
/third_party/boost/boost/fusion/algorithm/iteration/detail/ |
D | fold.hpp | 28 # define BOOST_FUSION_FOLD_NAME iter_fold
|
/third_party/boost/libs/fusion/doc/ |
D | fusion.qbk | 235 [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`]]
|
D | algorithm.qbk | 329 [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/ |
D | quickbook_HTML.manifest | 184 fusion/algorithm/iteration/functions/iter_fold.html 191 fusion/algorithm/iteration/metafunctions/iter_fold.html
|
/third_party/boost/libs/fusion/test/ |
D | Jamfile | 44 [ run algorithm/iter_fold.cpp ]
|