cbegin

cbegin#

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

◆ cbegin()

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 const_iterator stdgpu::unordered_map< Key, T, Hash, KeyEqual, Allocator >::cbegin ( ) const
noexcept

An iterator to the begin of the internal value array.

Returns
A const iterator to the begin of the object