Home
last modified time | relevance | path

Searched defs:TwoWayHomoComparator (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp55 struct TwoWayHomoComparator : public CompareBase { struct
56 bool operator()(T1 const& lhs, T2 const& rhs) const { in operator ()()
61 bool operator()(T2 const& lhs, T1 const& rhs) const { in operator ()()