Inherits System::Detail::FuncArgsParser< std::tuple< T... >, std::tuple<> >.
Public Member Functions | |
| template<typename Arg > | |
| Func (const Arg &arg) | |
Function delegate. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.
Initializes function delegate with a function reference.
| Arg | Should be proper specialization of std::function; we don't have valid typename at this point, so use a template instead. |
| arg | Function initializer. |