cend

cend#

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

◆ cend()

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 >::cend ( ) const
noexcept

An iterator to the end of the internal value array.

Returns
A const iterator to the end of the object