Searched refs:sort_func (Results 1 – 1 of 1) sorted by relevance
44 std::vector<Item> GetSorted(std::function<bool(const Item& a, const Item& b)> sort_func) const { in GetSorted() argument46 …sort(vec.begin(), vec.end(), [=](const Item& a, const Item& b) -> bool { return sort_func(a, b); }… in GetSorted()