Searched refs:comp (Results 1 – 1 of 1) sorted by relevance
115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems() argument116 std::sort(items.begin(), items.end(), comp); in IndexItems()