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

Method size

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

Source from the content-addressed store, hash-verified

322 }
323
324 inline int size() const {
325 return parent.ncol() ;
326 }
327
328private:
329 const MATRIX& parent;

Callers

nothing calls this directly

Calls 1

ncolMethod · 0.45

Tested by

no test coverage detected