Searched defs:_Fwd_list_const_iterator (Results 1 – 2 of 2) sorted by relevance
214 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct216 typedef _Fwd_list_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()217 typedef const _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()218 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()220 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()221 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()222 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()223 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()224 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()226 _Fwd_list_const_iterator() noexcept in _GLIBCXX_VISIBILITY() argument[all …]
210 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct212 typedef _Fwd_list_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()213 typedef const _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()214 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()216 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()217 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()218 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()219 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()220 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()222 _Fwd_list_const_iterator() noexcept in _GLIBCXX_VISIBILITY() argument[all …]