Searched refs:self_type (Results 1 – 2 of 2) sorted by relevance
76 self_type& operator++() {82 self_type operator++(int) {89 self_type& operator--() {95 self_type operator--(int) {102 return self_type(vect_, index_ - len);111 return self_type(vect_, index_ + len);114 self_type& operator+=(difference_type len) {119 self_type& operator-=(difference_type len) {140 bool operator==(const self_type& other) const {147 bool operator>(const self_type& other) const {[all …]
149 typedef Iterator self_type; typedef