Searched defs:ComplexKey (Results 1 – 1 of 1) sorted by relevance
29 struct ComplexKey { struct30 int k;32 explicit ComplexKey(int k) : k(k) { in ComplexKey() argument36 ComplexKey(const ComplexKey& other) : k(other.k) { in ComplexKey() argument40 ~ComplexKey() { in ~ComplexKey()44 bool operator ==(const ComplexKey& other) const { in operator ==()48 bool operator !=(const ComplexKey& other) const { in operator !=()52 static ssize_t instanceCount;