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