Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator+
Method
operator+
inst/include/Rcpp/vector/VectorBase.h:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
inline iter_base operator+(difference_type n) const {
106
return iterator( object, index+n ) ;
107
}
108
inline iter_base operator-(difference_type n) const {
109
return iterator( object, index-n ) ;
110
}
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.85
Tested by
no test coverage detected