16 lines
381 B
ReStructuredText
16 lines
381 B
ReStructuredText
|
|
.. _libcudacxx-extended-api-iterators:
|
||
|
|
|
||
|
|
Fancy Iterators
|
||
|
|
---------------
|
||
|
|
|
||
|
|
CCCL provides a set of fancy iterators that originate from ``Thrust``.
|
||
|
|
They allow the user to avoid storing data needlessly in memory and fuse multiple iterations into a single run.
|
||
|
|
|
||
|
|
.. toctree::
|
||
|
|
:glob:
|
||
|
|
:maxdepth: 1
|
||
|
|
|
||
|
|
../api/class*__iterator
|
||
|
|
../api/class*zip__function
|
||
|
|
../api/group__iterators*
|