Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_iterator.h650 __normal_iterator() : _M_current(_Iterator()) { } in __normal_iterator() function
653 __normal_iterator(const _Iterator& __i) : _M_current(__i) { } in __normal_iterator() function
657 __normal_iterator(const __normal_iterator<_Iter, in __normal_iterator() function