thrust::is_operator_greater_function_object_v
Defined in thrust/type_traits/is_operator_less_or_greater_function_object.h
- 
template<typename T>
 constexpr bool thrust::is_operator_greater_function_object_v = is_operator_greater_function_object<T>::value
- constexpr boolthat is- trueif- Tis a BinaryPredicate equivalent to- operator>, and- falseotherwise.- See also - is_operator_greater_function_object - See also - is_operator_less_function_object - See also - is_operator_less_or_greater_function_object - See also - is_operator_plus_function_object