begin

begin#

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

◆ begin() [2/2]

template<typename Key , typename T , typename Hash = hash<Key>, typename KeyEqual = equal_to<Key>, typename Allocator = safe_device_allocator<pair<const Key, T>>>
STDGPU_DEVICE_ONLY iterator stdgpu::unordered_map< Key, T, Hash, KeyEqual, Allocator >::begin ( )
noexcept

An iterator to the begin of the internal value array.

Returns
An iterator to the begin of the object