stdgpu/utility.h File Reference

stdgpu/utility.h File Reference#

stdgpu: stdgpu/utility.h File Reference
stdgpu Latest
Efficient STL-like Data Structures on the GPU
utility.h File Reference

Go to the source code of this file.

Typedefs

template<typename T1 , typename T2 >
using stdgpu::pair = thrust::pair< T1, T2 >
 

Functions

template<class T >
constexpr STDGPU_HOST_DEVICE T && stdgpu::forward (std::remove_reference_t< T > &&t) noexcept
 
template<class T >
constexpr STDGPU_HOST_DEVICE T && stdgpu::forward (std::remove_reference_t< T > &t) noexcept
 
template<class T >
constexpr STDGPU_HOST_DEVICE std::remove_reference_t< T > && stdgpu::move (T &&t) noexcept