Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator+
Method
operator+
cpp/src/arrow/util/range.h:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
const return_type operator*() const { return range_->gen_(index_); }
104
105
RangeIter operator+(difference_type length) const {
106
return RangeIter(*range_, index_ + length);
107
}
108
109
// pre-increment
110
RangeIter& operator++() {
Callers
nothing calls this directly
Calls
1
RangeIter
Class · 0.85
Tested by
no test coverage detected