hasOwnFunction.hasOwnFunction

Undocumented in source.
  1. enum hasOwnFunction;
    template hasOwnFunction(Aggregate, Super, string name, Ret)
    static if(hasFunction)
    static if(superHasFunction)
    enum hasOwnFunction = !__traits(isSame, MatchingFunctions[0], SuperMatchingFunctions[0]);
  2. enum hasOwnFunction;
  3. enum hasOwnFunction;
  4. template hasOwnFunction(Aggregate, Super, string name, Ret)

Meta