hasOwnFunction.hasOwnFunction

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

Meta