Searched defs:ConstructorCountedCompare (Results 1 – 1 of 1) sorted by relevance
2570 struct ConstructorCountedCompare { struct2571 bool operator()(int a, const ConstructorCounted &b) const { return a < b.i; } in operator ()()2572 bool operator()(const ConstructorCounted &a, int b) const { return a.i < b; } in operator ()()2573 bool operator()(const ConstructorCounted &a, in operator ()()2577 using is_transparent = void;