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

Method operator[]

inst/include/Rcpp/vector/Matrix.h:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 inline Proxy operator[]( R_xlen_t i ) {
131 return static_cast< Vector<RTYPE>* >( this )->operator[]( i ) ;
132 }
133 inline const_Proxy operator[]( R_xlen_t i ) const {
134 return static_cast< const Vector<RTYPE>* >( this )->operator[]( i ) ;
135 }

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected