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

Method size

inst/include/Rcpp/vector/Vector.h:273–275  ·  view source on GitHub ↗

* alias of length */

Source from the content-addressed store, hash-verified

271 * alias of length
272 */
273 inline R_xlen_t size() const {
274 return ::Rf_xlength( Storage::get__() ) ;
275 }
276
277 /**
278 * offset based on the dimensions of this vector

Callers 3

VectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected