utility

utility#

stdgpu: utility
stdgpu Latest
Efficient STL-like Data Structures on the GPU

Detailed Description

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