Searched refs:ascending (Results 1 – 1 of 1) sorted by relevance
58 static auto comparator = [](auto& lhs, auto& rhs, auto field, bool ascending) -> bool { in GetSorter() argument63 return ascending ^ (a < b); in GetSorter()70 auto make_sorter = [](auto field, bool ascending) { in GetSorter() argument73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()