Searched defs:almost_forward_iterator (Results 1 – 1 of 1) sorted by relevance
86 template <class U> friend class almost_forward_iterator; variable95 constexpr almost_forward_iterator() : it_() {} in almost_forward_iterator() function96 constexpr explicit almost_forward_iterator(It it) : it_(it) {} in almost_forward_iterator() function98 constexpr almost_forward_iterator(const almost_forward_iterator<U>& u) : it_(u.it_) {} in almost_forward_iterator() function