Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dboolean_testable.h48 struct StrictComparable { struct
52 constexpr StrictComparable(T value) : value_{value} {} in StrictComparable() function
78 auto StrictUnaryPredicate = []<class T>(StrictComparable<T> const& x) -> BooleanTestable const& { argument