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

Method length

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

* the length of the vector, uses Rf_xlength */

Source from the content-addressed store, hash-verified

264 * the length of the vector, uses Rf_xlength
265 */
266 inline R_xlen_t length() const {
267 return ::Rf_xlength( Storage::get__() ) ;
268 }
269
270 /**
271 * alias of length

Callers 15

DottedPairProxyMethod · 0.45
const_DottedPairProxyMethod · 0.45
readLinesFunction · 0.45
parseSignatureMethod · 0.45
parseTypeMethod · 0.45
commitMethod · 0.45
cppCreateArgToRArgFunction · 0.45
cppMatrixArgToRArgFunction · 0.45
stripQuotesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected