Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp2678 struct bound_member_action<RT, ClassT, struct
2695 typedef RT result_type;
2696 typedef RT(ClassT::*mf)();
2697 typedef RT(ClassT::*cmf)() const;
2699 mem_func_ptr_t;
2702 struct result { typedef result_type type; };
2705 bound_member_action(CT & obj_, mem_func_ptr_t fptr_) in bound_member_action() argument
2708 result_type operator()() const in operator ()()
2711 typename impl::as_ptr<ClassT>::pointer_type obj;
2712 mem_func_ptr_t fptr;
[all …]