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

Reply via email to