Searched defs:for_each_impl (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/boost/mpl/ |
| D | for_each.hpp | 36 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/ |
| D | lambda.cpp | 20 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/ |
| D | lambda_tests_phx2.cpp | 20 struct for_each_impl struct 23 struct result 29 void operator()(C& c, F f) const in operator ()()
|
| /third_party/boost/boost/hana/ |
| D | for_each.hpp | 52 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/ |
| D | for_each.hpp | 52 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/ |
| D | for_each.hpp | 34 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/ |
| D | for_each.hpp | 25 inline Fn2 for_each_impl(InputIterator1 first1, InputIterator1 last1, in for_each_impl() function
|