Passing a module in a template parameter list to __traits(allMembers, module)

Ben Gertzfield bgertzfield at gmail.com
Tue Feb 26 14:20:40 PST 2013


On Tuesday, 26 February 2013 at 19:07:43 UTC, Andrej Mitrovic 
wrote:

> Use an alias:
>
> string GetMembers(alias T)() {

Excellent. An alias parameter is just what I was looking for. 
Thanks, everyone!

Ben


More information about the Digitalmars-d mailing list