Searched defs:forward_iterator (Results 1 – 1 of 1) sorted by relevance
96 template <class U> friend class forward_iterator; variable106 forward_iterator() : it_() {} in forward_iterator() function107 explicit forward_iterator(It it) : it_(it) {} in forward_iterator() function109 forward_iterator(const forward_iterator<U>& u) :it_(u.it_) {} in forward_iterator() function