Searched refs:last_ (Results 1 – 2 of 2) sorted by relevance
36 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()39 iterator end() const { return last_; } in end()41 iterator cend() const { return last_; } in cend()45 iterator last_; variable
251 --this->last_; in pop_back()