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

Method size

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

Source from the content-addressed store, hash-verified

38 return object[ i % n ] ;
39 }
40 inline R_xlen_t size() const { return times * n ; }
41
42private:
43 const VEC_TYPE& object ;

Callers 15

na_omit_implFunction · 0.45
MaxClass · 0.45
Max<RTYPE,false,T>Class · 0.45
TableClass · 0.45
RepMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
NormalizeFunction · 0.45
SampleReplaceFunction · 0.45
WalkerSampleFunction · 0.45
SampleNoReplaceFunction · 0.45
EmpiricalSampleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected