Recursive Templates

llee llee at goucher.edu
Tue Jul 29 11:10:35 PDT 2008


Is there any way to instantiate a recursive template object. For example:

class Param (T) { T values; ... }

...

Param! (Param) composite = new Param! (Param) ();



More information about the Digitalmars-d mailing list