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

Method length

inst/include/Rcpp/DottedPairImpl.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 void replace( const int& index, const T& object ) ;
65
66 inline R_xlen_t length() const {
67 return ::Rf_xlength(static_cast<const CLASS&>(*this).get__()) ;
68 }
69
70 inline R_xlen_t size() const {
71 return ::Rf_xlength(static_cast<const CLASS&>(*this).get__()) ;

Callers

nothing calls this directly

Calls 1

get__Method · 0.45

Tested by

no test coverage detected