Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp594 struct function_ptr_action<RT, struct
611 typedef RT result_type;
612 typedef RT(*func_ptr_t)();
614 function_ptr_action(func_ptr_t fptr_) in function_ptr_action() function
617 result_type operator()() const in operator ()()
620 func_ptr_t fptr;
637 struct function_ptr_action<RT, struct
654 typedef RT result_type;
655 typedef RT(*func_ptr_t)(A);
658 struct result { typedef result_type type; };
[all …]