Home
last modified time | relevance | path

Searched defs:_Fwd_list_const_iterator (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dforward_list.h214 struct _Fwd_list_const_iterator in _GLIBCXX_VISIBILITY() struct
216 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() function
[all …]