Sauce-0.10.1
A C++ Dependency Injection Framework
|
Public Types | |
typedef void(* | Signature) (A0, A1) |
typedef void(* | Function) (typename Parameters::template Parameter< A0, 0 >::Type, typename Parameters::template Parameter< A1, 1 >::Type) |
Public Member Functions | |
ApplyVoidFunction (Function function) | |
template<typename Passed > | |
void | apply (Passed passed) |
Static Public Member Functions | |
static int | arity () |