Why can't templates use tuples for for argument types?

BCS ao at pathlink.com
Mon Jul 16 10:04:23 PDT 2007


|template Types(A...)
|{
|  template Values(A a)
|  {
|  }
|}
|
|alias Types!(int, bool, int[]).Values!(1,true,[1,2,3]) bob;




More information about the Digitalmars-d-learn mailing list