Searched defs:ComparatorDesc (Results 1 – 1 of 1) sorted by relevance
85 struct ComparatorDesc { struct86 using is_transparent = void;87 bool operator()(HasPreset const& a, int index) const { in operator()90 bool operator()(int index, HasPreset const& a) const { in operator()93 bool operator()(HasPreset const& a, HasPreset const& b) const { in operator()