June 01, 2014 Test if member is static variable | ||||
---|---|---|---|---|
| ||||
Hi ! http://dpaste.dzfl.pl/e21082716396 Is there a way to optimize static if(is(typeof(__traits(getMember, T, name).offsetof)) == false && is(FunctionTypeOf!(__traits(getMember, T, name)) == function) == false && __traits(compiles, &__traits(getMember, T, name))) ? I think there shoult be __traits(isStaticVariable), but there's not. Thanks ! |
Copyright © 1999-2021 by the D Language Foundation