Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator+
Method
operator+
inst/include/Rcpp/vector/MatrixBase.h:128–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
inline iterator operator+(difference_type n) const {
129
return iterator( object, i + (j*nr) + n ) ;
130
}
131
inline iterator operator-(difference_type n) const {
132
return iterator( object, i + (j*nr) - n ) ;
133
}
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.85
Tested by
no test coverage detected