terranium Wrote:
> BCS Wrote:
>
> > I'm not seeing it, example please?
>
> void foo(T arg)
> {
> auto handle=myhashtable[arg.classinfo];
> //handle can be data or delegate for increased functionality
> }
I thought it's a known use case (in C# it's used widely and handles value types too).