MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / size

Method size

inst/include/Rcpp/vector/MatrixRow.h:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 inline int size() const {
200 return parent.ncol() ;
201 }
202
203private:
204 MATRIX& parent;

Callers

nothing calls this directly

Calls 1

ncolMethod · 0.45

Tested by

no test coverage detected