MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator*

Method operator*

inst/include/Rcpp/vector/MatrixBase.h:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 inline reference operator*() {
145 return object(i,j) ;
146 }
147 inline pointer operator->(){
148 return &object(i,j) ;
149 }

Callers

nothing calls this directly

Calls 1

objectClass · 0.50

Tested by

no test coverage detected