On Friday, 17 August 2012 at 22:28:12 UTC, bearophile wrote:
Henning Pohl:I want to store lots (~615) dynamically loaded function pointers in a class and call them using opDispatch. To provide a type-safe function call, the types of the functions have to be stored somewhere, in a TypeTuple.Function pointers in a TypeTuple? Do you mean a Tuple? Can't you use an array?Bye, bearophile
Sorry, I meant function types like void function(int i, string s)