Home
last modified time | relevance | path

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

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