Searched refs:__is_simple_comparator (Results 1 – 1 of 1) sorted by relevance
132 struct __is_simple_comparator : false_type {}; struct134 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>;