device_range

device_range#

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

◆ device_range() [2/4]

template<typename Key , typename T , typename Hash = hash<Key>, typename KeyEqual = equal_to<Key>, typename Allocator = safe_device_allocator<pair<const Key, T>>>
device_indexed_range< const value_type > stdgpu::unordered_map< Key, T, Hash, KeyEqual, Allocator >::device_range ( ) const

Builds a range to the values in the container.

Returns
A range of the container