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

Method size

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

Source from the content-addressed store, hash-verified

137
138 inline STORAGE operator[]( R_xlen_t i ) const { return op( lhs[i] ) ; }
139 inline R_xlen_t size() const { return lhs.size() ; }
140
141private:
142 const LHS_T& lhs ;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected