Searched defs:StrictComparable (Results 1 – 1 of 1) sorted by relevance
48 struct StrictComparable { struct52 constexpr StrictComparable(T value) : value_{value} {} in StrictComparable() function78 auto StrictUnaryPredicate = []<class T>(StrictComparable<T> const& x) -> BooleanTestable const& { argument