Searched defs:mem_fun_impl (Results 1 – 2 of 2) sorted by relevance
94 struct mem_fun_impl struct96 typedef typename remove_reference<Type>::type result_type;107 operator()(const ChainedPtr& x)const in operator ()()112 Type operator()(Class& x)const in operator ()()117 Type operator()(const reference_wrapper<Class>& x)const in operator ()()
102 class mem_fun_impl<R (T::*)(A...)> { class106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl