.. _thrust-module-api-utility-pair: Pair ---- Thrust provides an implementations of `std::pair`, that is pulled in from `libcu++`. It is recommended to replace `thrust::pair` and `thrust::make_pair` with `cuda::std::pair` and `cuda::std::make_pair`. .. toctree:: :glob: :maxdepth: 1 ../api/*pair*