Searched refs:unordered_map_iterator (Results 1 – 1 of 1) sorted by relevance
31 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() function226 using iterator = BASE_NS::unordered_map_iterator<unordered_map_base<Key, T>>;