Searched defs:for_each_impl (Results 1 – 4 of 4) sorted by relevance
36 struct for_each_impl struct45 static void execute( in execute()56 struct for_each_impl<false> struct65 static void execute( in execute()
20 struct for_each_impl struct22 typedef void result_type;25 void operator()(C& c, F f) const in operator ()()
34 for_each_impl(Iterator first, Iterator last, UnaryFunction fun, in for_each_impl() function52 for_each_impl(Iterator first, Iterator last, UnaryFunction fn, in for_each_impl() function
25 inline Fn2 for_each_impl(InputIterator1 first1, InputIterator1 last1, in for_each_impl() function