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

Method size

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

Source from the content-addressed store, hash-verified

335 return Rcpp::traits::is_na<RTYPE>(x) ? x : (lhs / x) ;
336 }
337 inline R_xlen_t size() const { return rhs.size() ; }
338 private:
339 STORAGE lhs ;
340 const VEC_EXT& rhs ;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected