hasPropertyFunction.hasPropertyFunction

Undocumented in source.
  1. enum hasPropertyFunction;
  2. enum hasPropertyFunction;
    template hasPropertyFunction(T, string name)
    static if(!(__traits(hasMember, T, name)))
    enum hasPropertyFunction = false;

Meta