Home
last modified time | relevance | path

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

/third_party/boost/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 ()()