#include <CollectSignature.hpp>
Used to implement collect(), given a Function Signature.
| int | The number of arguments of collect. |
| Signature | The C-style function signature (function type). |
| ToCollect | A class type which is called within collect. |
Definition at line 112 of file CollectSignature.hpp.