Home
last modified time | relevance | path

Searched refs:unordered_map_iterator (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h31 class unordered_map_iterator;
107 friend class unordered_map_iterator<T>;
113 class unordered_map_iterator {
127 constexpr unordered_map_iterator() noexcept = default;
175 …constexpr explicit unordered_map_iterator(T& owner, node_type* ptr) noexcept : owner_ { &owner }, … in unordered_map_iterator() function
226 using iterator = BASE_NS::unordered_map_iterator<unordered_map_base<Key, T>>;