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

Method size

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

Source from the content-addressed store, hash-verified

41 return object[ i ] ;
42 }
43 inline R_xlen_t size() const { return n; }
44
45private:
46 const VEC_TYPE& object ;

Callers 1

HeadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected