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

Method size

inst/include/Rcpp/sugar/functions/rep_len.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 return object[ i % n ] ;
39 }
40 inline R_xlen_t size() const { return len ; }
41
42private:
43 const VEC_TYPE& object ;

Callers 1

Rep_lenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected