C++ Stylistics

BLS windevguy at hotmail.de
Mon Jul 19 11:33:59 PDT 2010


On 19/07/2010 10:58, Rory McGuire wrote:
>
> template isProperty(alias func) if (isCallable!(func)) {
>      enum isProperty = (functionAttributes!(func) &
> FunctionAttribute.PROPERTY)==0 ? false : true;
> }


THANKS Rory

isProperty() should become part of phobos.


More information about the Digitalmars-d mailing list