Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dmem_fun.hpp56 struct const_mem_fun_impl struct
58 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 ()()