Searched refs:wrapper_iterator (Results 1 – 2 of 2) sorted by relevance
140 class wrapper_iterator145 wrapper_iterator () = default;148 wrapper_iterator (Ts... args) : m_contents (std::forward<Ts> (args)...) {} in wrapper_iterator() function151 bool operator== (const wrapper_iterator &) const;152 bool operator!= (const wrapper_iterator &) const;160 wrapper_iterator<T, StoredT>::operator== (const wrapper_iterator &other) const167 wrapper_iterator<T, StoredT>::operator!= (const wrapper_iterator &other) const175 class list_iterator : public wrapper_iterator<T *>178 using parent = wrapper_iterator<T *>;
611 (const_derived_container, wrapper_iterator): Likewise.