Variadic templates

Walter Bright newshound at digitalmars.com
Thu Nov 2 11:33:10 PST 2006


Knud Sørensen wrote:
> Will something like this be possible ??
> 
> tuple t=(7, 'a', 6.8);

Something like that.

>  print at t; // for print(7, 'a', 6.8)

It would be:
	print(t);



More information about the Digitalmars-d mailing list