Searched defs:is_end (Results 1 – 2 of 2) sorted by relevance
115 [[nodiscard]] bool is_end() { return cur_extent_ >= src_extents_.size(); } in is_end() function
67 inline bool is_end() const { return !coll_ || cur_ == coll_->end(); } in is_end() function