Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
private:
116
const LHS_T& lhs ;
Callers
1
size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected