Searched refs:__is_simple_comparator (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort.h193 struct __is_simple_comparator : false_type {}; struct in inherits:false_type
195 struct __is_simple_comparator<__less<_Tp>&> : true_type {}; struct in inherits:true_type
197 struct __is_simple_comparator<less<_Tp>&> : true_type {}; struct in inherits:true_type
199 struct __is_simple_comparator<greater<_Tp>&> : true_type {}; struct in inherits:true_type
202 struct __is_simple_comparator<ranges::less&> : true_type {}; struct in inherits:true_type
204 struct __is_simple_comparator<ranges::greater&> : true_type {}; struct in inherits:true_type
210 is_arithmetic<_Tp>::value && __is_simple_comparator<_Compare>::value>;

Completed in 108 milliseconds