Searched defs:SetItem2 (Results 1 – 1 of 1) sorted by relevance
60 struct SetItem2 : public IntrusiveSet<SetItem2>::Item { struct61 bool operator<(const SetItem2& rhs) const { return this < &rhs; } in operator <()