thrust::is_operator_less_function_object#
-
template<typename T>
using thrust::is_operator_less_function_object = detail::is_operator_less_function_object_impl<T># that returns
true_typeifTis a BinaryPredicate equivalent tooperator<, andfalse_typeotherwise.See also
See also
See also