opEqualsPart.opEqualsPart

Undocumented in source.
  1. enum opEqualsPart;
  2. enum opEqualsPart;
  3. enum opEqualsPart;
    template opEqualsPart(p...)
    static if(!(p.length > 1))
    static if(p.length && !isSomeFunction!(typeof(__traits(getMember, T, p[0]))) && !p[0].among("comment", "line", "column", "endLocation", "startLocation", "index", "dotLocation"))
    static if(!(isDynamicArray!(typeof(__traits(getMember, T, p[0])))))
    enum opEqualsPart = "\tif (obj." ~ p[0] ~ " != " ~ p[0] ~ ") return false;\n";
  4. enum opEqualsPart;

Meta