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:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
return object(i,j) ;
146
}
147
inline pointer operator->(){
148
return &object(i,j) ;
149
}
150
151
inline bool operator==( const iterator& y) const {
152
return ( i == y.i && j == y.j ) ;
Callers
nothing calls this directly
Calls
1
object
Class · 0.50
Tested by
no test coverage detected