Searched refs:last_ (Results 1 – 2 of 2) sorted by relevance
35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()38 iterator end() const { return last_; } in end()40 iterator cend() const { return last_; } in cend()44 iterator last_; variable
250 --this->last_; in pop_back()