Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dmem_fun.hpp94 struct mem_fun_impl struct
96 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 ()()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dfor-range-examples.cpp102 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