Searched defs:member_function_ptr (Results 1 – 4 of 4) sorted by relevance
26 struct member_function_ptr struct28 typedef RT result_type;30 member_function_ptr(FP fp_) in member_function_ptr() argument34 result_type operator()(Class& obj, A&... a) const in operator ()()43 result_type operator()(Class* obj, A&... a) const in operator ()()48 bool operator==(member_function_ptr const& rhs) const in operator ==()54 bool operator==(member_function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==()59 FP fp;
23 struct member_function_ptr struct27 template impl<RT, FP> base;28 member_function_ptr(FP fp_) in member_function_ptr() function33 bool operator==(member_function_ptr const & rhs) const in operator ==()39 bool operator==(member_function_ptr<M, RhsRT, RhsFP> const &) const in operator ==()
1455 struct member_function_ptr struct1486 > action_t;1489 member_function_ptr(FPT fp) in member_function_ptr() argument
1105 typedef int (alignment_dummy::*member_function_ptr)(); typedef