Home
last modified time | relevance | path

Searched defs:for_each_impl (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/mpl/
Dfor_each.hpp36 struct for_each_impl struct
45 static void execute( in execute()
56 struct for_each_impl<false> struct
65 static void execute( in execute()
/third_party/boost/libs/phoenix/example/
Dlambda.cpp20 struct for_each_impl struct
22 typedef void result_type;
25 void operator()(C& c, F f) const in operator ()()
/third_party/boost/libs/phoenix/test/scope/
Dlambda_tests_phx2.cpp20 struct for_each_impl struct
23 struct result
29 void operator()(C& c, F f) const in operator ()()
/third_party/boost/boost/hana/
Dfor_each.hpp52 struct for_each_impl<T, when<condition>> : default_ { struct
54 static constexpr void apply(Xs&& xs, F&& f) { in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dfor_each.hpp52 struct for_each_impl<T, when<condition>> : default_ { struct
54 static constexpr void apply(Xs&& xs, F&& f) { in apply()
/third_party/boost/boost/range/algorithm/
Dfor_each.hpp34 for_each_impl(Iterator first, Iterator last, UnaryFunction fun, in for_each_impl() function
52 for_each_impl(Iterator first, Iterator last, UnaryFunction fn, in for_each_impl() function
/third_party/boost/boost/range/algorithm_ext/
Dfor_each.hpp25 inline Fn2 for_each_impl(InputIterator1 first1, InputIterator1 last1, in for_each_impl() function