#include <InvokerSignature.hpp>

Used by various classes to define operator(), given a Signature.
| int | The number of arguments of operator(). |
| Signature | The C-style function signature (function type). |
| ToInvoke | A class type which is called within operator(). |
Definition at line 58 of file InvokerSignature.hpp.