Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ begin
Method
begin
inst/include/Rcpp/vector/proxy.h:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
inline iterator begin() { return get() ; }
113
inline iterator end(){ return begin() + size() ; }
114
inline reference operator[]( R_xlen_t i ){ return *( get() + i ) ; }
115
inline R_xlen_t size(){ return strlen( get() ) ; }
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected