Searched defs:const_mem_fun_impl (Results 1 – 1 of 1) sorted by relevance
56 struct const_mem_fun_impl struct58 typedef typename remove_reference<Type>::type result_type;69 operator()(const ChainedPtr& x)const in operator ()()74 Type operator()(const Class& x)const in operator ()()79 Type operator()(const reference_wrapper<const Class>& x)const in operator ()()84 Type operator()(const reference_wrapper<Class>& x)const in operator ()()