Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/sugar/functions/pow.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
return ::pow( object[i], op );
37
}
38
inline R_xlen_t size() const { return object.size() ; }
39
40
private:
41
const T& object ;
Callers
2
size
Method · 0.45
size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected