is_operator_less_or_greater_function_object_v
#
-
template<typename T>
constexpr bool thrust::is_operator_less_or_greater_function_object_v = is_operator_less_or_greater_function_object<T>::value# constexpr bool
that istrue
ifT
is a BinaryPredicate equivalent tooperator<
oroperator>
, andfalse
otherwise.See also
See also
See also