expand variadic template parameters

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 10 12:16:22 PDT 2015


On Tuesday, 10 March 2015 at 19:11:22 UTC, André wrote:
> Is there a simple way to get it working?

The simplest: just write `bar(args);` - the variadic arguments 
will automatically expand.


More information about the Digitalmars-d-learn mailing list