traits for function having actual source declaration?

bitwise via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 1 07:38:38 PDT 2017


When I'm using __traits(allMembers), I get a all the invisible 
functions added by the compiler as well "__ctor", "__xdtor", 
"__cpctor", etc..

Is there a way to filter them out?


More information about the Digitalmars-d-learn mailing list