Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h132 struct __is_simple_comparator : false_type {}; struct
134 struct __is_simple_comparator<__less<>&> : true_type {};
136 struct __is_simple_comparator<less<_Tp>&> : true_type {};
138 struct __is_simple_comparator<greater<_Tp>&> : true_type {};
141 struct __is_simple_comparator<ranges::less&> : true_type {};
143 struct __is_simple_comparator<ranges::greater&> : true_type {};
150 is_arithmetic<_Tp>::value && __is_simple_comparator<_Compare>::value>;