thrust
|
#include <thrust/type_traits/is_operator_less_or_greater_function_object.h>
Inherits integral_constant< bool, detail::is_operator_less_function_object_impl< FunctionObject >::value||detail::is_operator_greater_function_object_impl< FunctionObject >::value >.
Unary metafunction returns true_type
if FunctionObject
is equivalent to either operator<
, and false_type
otherwise.