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:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
return iterator( object, index+n ) ;
107
}
108
inline iter_base operator-(difference_type n) const {
109
return iterator( object, index-n ) ;
110
}
111
112
inline iter_base& operator+=(difference_type n) {
113
index += n ;
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.85
Tested by
no test coverage detected