templates

Ellery Newcomer ellery-newcomer at utulsa.edu
Mon Apr 19 11:16:03 PDT 2010


Hello.

Say I have a [struct] template T, which takes a param S.

Any T!(S) satisfies a certain template constraint W, so I can use any 
T!(S) the same way. I want to be able to store heterogeneous T!(S) in a 
single list. Is there any good way to express the type for this?


More information about the Digitalmars-d-learn mailing list