Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()