thrust
|
#include <thrust/type_traits/is_operator_plus_function_object.h>
Inherits thrust::detail::is_operator_plus_function_object_impl< FunctionObject >.
Unary metafunction returns true_type
if FunctionObject
is equivalent to operator<
, and false_type
otherwise.