Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 13, 2025
1 parent d31cbc2 commit 1d05b55
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 61 deletions.
18 changes: 8 additions & 10 deletions docs/thrust/api_docs/function_objects/predefined.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
.. _thrust-module-api-function-objects-predefined:

Predefined Function Objects
----------------------------
Function Objects
----------------

.. toctree::
:glob:
:maxdepth: 1
Users are encouraged to use the standard C++ function objects available from `<cuda/std/functional>`.
Thrust provides the following additional function objects:

predefined/arithmetic
predefined/bitwise
predefined/comparison
predefined/identity
predefined/logical
- :cpp:struct:`thrust::square <thrust::square>`
- :cpp:struct:`thrust::identity <thrust::identity>`
- :cpp:struct:`thrust::project1st <thrust::project1st>`
- :cpp:struct:`thrust::project2nd <thrust::project2nd>`
12 changes: 0 additions & 12 deletions docs/thrust/api_docs/function_objects/predefined/arithmetic.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/thrust/api_docs/function_objects/predefined/bitwise.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/thrust/api_docs/function_objects/predefined/comparison.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/thrust/api_docs/function_objects/predefined/identity.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/thrust/api_docs/function_objects/predefined/logical.rst

This file was deleted.

0 comments on commit 1d05b55

Please sign in to comment.