Searched defs:EdgeComparator (Results 1 – 1 of 1) sorted by relevance
32 struct EdgeComparator struct34 bool operator()(const TStructure *s1, const TStructure *s2) { return s2->name() < s1->name(); } in operator ()()