Searched defs:func_ptr_adaptor (Results 1 – 1 of 1) sorted by relevance
53 struct func_ptr_adaptor : public FuncObj struct55 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 ()()