Searched refs:iterator_type (Results 1 – 5 of 5) sorted by relevance
30 typedef _Iter iterator_type; typedef31 typedef typename iterator_traits<iterator_type>::value_type value_type;32 typedef typename iterator_traits<iterator_type>::difference_type difference_type;33 typedef typename iterator_traits<iterator_type>::pointer pointer;34 typedef typename iterator_traits<iterator_type>::reference reference;35 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;41 iterator_type __i_;45 template <class _Up, __enable_if_t<is_convertible<_Up, iterator_type>::value, int> = 0>91 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base()94 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit __wrap_iter(iterator_type __x) _NOEXC… in __wrap_iter()
90 using iterator_type = _Iter;98 typedef _Iter iterator_type;103 typedef typename iterator_traits<iterator_type>::value_type value_type;104 typedef typename iterator_traits<iterator_type>::difference_type difference_type;105 typedef iterator_type pointer;107 typedef typename iterator_traits<iterator_type>::reference __reference;
76 using iterator_type = _Iter;353 using iterator_type = _Iter; variable
76 using iterator_type = _Iter;
228 using iterator_type = Iterator;389 using iterator_type = Iterator;404 constexpr iterator_type base() const; // Until C++20