Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp171 struct functor_action : public FuncT { struct
205 struct result { typedef typename FuncT::result_type type; };
208 functor_action(FuncT fptr_ = FuncT()) in functor_action() argument