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

Method size

inst/include/Rcpp/sugar/operators/minus.h:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 return lhs - rhs[i] ;
337 }
338 inline R_xlen_t size() const { return rhs.size() ; }
339
340 private:
341 STORAGE lhs ;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected