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