Logo
  • Overview
  • Releases
  • Release Process
  • Developer Build
  • Thrust API documentation
  • Thrust: The C++ Parallel Algorithms Library API
    • Directory hierarchy
    • Namespace hierarchy
    • Defines
    • Directories
      • thrust
        • Directories
          • thrust/iterator
          • thrust/mr
          • thrust/random
          • thrust/system
          • thrust/type_traits
            • Files
              • thrust/type_traits/integer_sequence.h
              • thrust/type_traits/is_contiguous_iterator.h
              • thrust/type_traits/is_execution_policy.h
              • thrust/type_traits/is_operator_less_or_greater_function_object.h
                • Source file
                • Namespaces
                • Typedefs
                • Variables
              • thrust/type_traits/is_operator_plus_function_object.h
              • thrust/type_traits/is_trivially_relocatable.h
              • thrust/type_traits/logical_metafunctions.h
              • thrust/type_traits/unwrap_contiguous_iterator.h
        • Files
    • Namespaces
thrust
  • »
  • Thrust: The C++ Parallel Algorithms Library API »
  • thrust »
  • thrust/type_traits »
  • thrust/type_traits/is_operator_less_or_greater_function_object.h

thrust/type_traits/is_operator_less_or_greater_function_object.h

In directory: thrust/type_traits

Source file: thrust/type_traits/is_operator_less_or_greater_function_object.h

Type traits for determining if a BinaryPredicate is equivalent to either operator< or operator>.

Namespaces

  • thrust

Typedefs

  • thrust::is_operator_greater_function_object

  • thrust::is_operator_less_function_object

  • thrust::is_operator_less_or_greater_function_object

Variables

  • thrust::is_operator_greater_function_object_v

  • thrust::is_operator_less_function_object_v

  • thrust::is_operator_less_or_greater_function_object_v


© Copyright 2025, NVIDIA. Last updated on May 11, 2025.