Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/perf/
Dperf_list.cpp53 struct func_ptr_adaptor : public FuncObj struct
55 typedef typename FuncObj::first_argument_type* first_argument_type;
56 typedef typename FuncObj::second_argument_type* second_argument_type;
57 typedef typename FuncObj::result_type result_type;
58 result_type operator()(first_argument_type a, second_argument_type b) const in operator ()()