Creates an invocation object with a function signature to invoke and an implementation in which an operator(args) is available which has this signature. More...
#include <rtt/Invoker.hpp>
Inherits InvokerImpl< boost::function_traits< F >::arity, F, BaseImpl >.
Creates an invocation object with a function signature to invoke and an implementation in which an operator(args) is available which has this signature.
Definition at line 208 of file Invoker.hpp.