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

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

Completed in 108 milliseconds