isPropertyGetter.isPropertyGetter

Undocumented in source.
  1. enum isPropertyGetter;
    template isPropertyGetter(T...)
    static if(isSomeFunction!(T[0]))
    enum isPropertyGetter = (functionAttributes!(T[0]) & FunctionAttribute.property) != 0 && !is(ReturnType!T == void);
  2. enum isPropertyGetter;

Meta