Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/sugar/functions/pmax.h:141–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
return op( lhs[i] ) ;
140
}
141
inline R_xlen_t size() const { return lhs.size() ; }
142
143
private:
144
const LHS_T& lhs ;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected