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

Method size

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

Source from the content-addressed store, hash-verified

111 return op( lhs[i], rhs[i] ) ;
112 }
113 inline R_xlen_t size() const { return lhs.size() ; }
114
115private:
116 const LHS_T& lhs ;

Callers 1

sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected