Searched defs:MapSorterLessThan (Results 1 – 1 of 1) sorted by relevance
209 struct MapSorterLessThan { struct210 using storage_type = std::pair<KeyT, const void*>;211 bool operator()(const storage_type& a, const storage_type& b) const { in operator()