Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Diterator-utils.h140 class wrapper_iterator
145 wrapper_iterator () = default;
148 wrapper_iterator (Ts... args) : m_contents (std::forward<Ts> (args)...) {} in wrapper_iterator() function
151 bool operator== (const wrapper_iterator &) const;
152 bool operator!= (const wrapper_iterator &) const;
160 wrapper_iterator<T, StoredT>::operator== (const wrapper_iterator &other) const
167 wrapper_iterator<T, StoredT>::operator!= (const wrapper_iterator &other) const
175 class list_iterator : public wrapper_iterator<T *>
178 using parent = wrapper_iterator<T *>;
H A DChangeLog-2020611 (const_derived_container, wrapper_iterator): Likewise.