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

Method size

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

Source from the content-addressed store, hash-verified

36 return ::pow( object[i], op );
37 }
38 inline R_xlen_t size() const { return object.size() ; }
39
40private:
41 const T& object ;

Callers 2

sizeMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected