thrust::is_operator_less_function_object_v#
-
template<typename T>
constexpr bool thrust::is_operator_less_function_object_v = is_operator_less_function_object<T>::value# constexpr boolthat istrueifTis a BinaryPredicate equivalent tooperator<, andfalseotherwise.See also
See also
See also