Searched refs:functor_invoker (Results 1 – 1 of 1) sorted by relevance
17 class functor_invoker : public invoker_base<R, Args...> { class19 explicit functor_invoker(const F& f) : f(f) { } in functor_invoker() function in functor_invoker21 functor_invoker* clone() { return new functor_invoker(f); } in clone()38 invoker = new functor_invoker<F, R, Args...>(f); in function()