MCPcopy 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
45private:

Callers

nothing calls this directly

Calls 1

objectClass · 0.50

Tested by

no test coverage detected