Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator[]
Method
operator[]
inst/include/Rcpp/sugar/matrix/diag.h:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
inline STORAGE operator[]( int i ) const {
41
return object( i, i ) ;
42
}
43
inline R_xlen_t size() const { return n; }
44
45
private:
Callers
nothing calls this directly
Calls
1
object
Class · 0.50
Tested by
no test coverage detected