Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ move
Method
move
inst/include/Rcpp/vector/string_proxy.h:154–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
VECTOR* parent;
153
R_xlen_t index ;
154
inline void move( R_xlen_t n ){ index += n ;}
155
156
inline SEXP get() const {
157
return STRING_ELT( *parent, index ) ;
Callers
1
Proxy_Iterator
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected