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

Method size

inst/include/Rcpp/sugar/functions/cbind.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 inline R_xlen_t size() const {
65 return static_cast<const E&>(*this).size();
66 }
67
68 inline R_xlen_t nrow() const {
69 return static_cast<const E&>(*this).nrow();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected