safe_device_allocator

safe_device_allocator#

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

◆ safe_device_allocator()

template<typename T >
template<typename U >
stdgpu::safe_device_allocator< T >::safe_device_allocator ( const safe_device_allocator< U > &  other)
explicitnoexcept

Copy constructor.

Template Parameters
UAnother type
Parameters
[in]otherThe allocator to be copied from