ServiceFactoryInvoker#
-
template<class R, class F, class ...Args>
class FunctorInvoker# -
Public Functions
-
inline FunctorInvoker(F &factory, ServiceProvider &serviceProvider)#
-
inline FunctorInvoker(F &factory, ServiceProvider &serviceProvider)#
-
template<class F>
struct BadFunctor# Public Types
-
using ReturnType = int#
Public Functions
-
inline BadFunctor(F &factory, ServiceProvider &serviceProvider)#
-
inline int invoke()#
-
using ReturnType = int#
-
template<class F>
struct FunctorInvokerResolver# Public Types
-
using Invoker = BadFunctor<F>#
-
using Invoker = BadFunctor<F>#