Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
private:
329
const MATRIX& parent;
Callers
nothing calls this directly
Calls
1
ncol
Method · 0.45
Tested by
no test coverage detected