15 lines
267 B
ReStructuredText
15 lines
267 B
ReStructuredText
|
|
.. _thrust-module-api-utility-tuple:
|
||
|
|
|
||
|
|
Tuple
|
||
|
|
------
|
||
|
|
|
||
|
|
Thrust provides an implementation of `std::tuple`, that is pulled in from `libcu++`.
|
||
|
|
|
||
|
|
It is recommended to replace `thrust::tuple` with `cuda::std::tuple`.
|
||
|
|
|
||
|
|
.. toctree::
|
||
|
|
:glob:
|
||
|
|
:maxdepth: 1
|
||
|
|
|
||
|
|
../api/*tuple*
|