Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/vector/Vector.h:273–275 ·
view source on GitHub ↗
* alias of length */
Source
from the content-addressed store, hash-verified
271
* alias of length
272
*/
273
inline R_xlen_t size() const {
274
return ::Rf_xlength( Storage::get__() ) ;
275
}
276
277
/**
278
* offset based on the dimensions of this vector
Callers
3
Vector
Method · 0.45
assign_sugar_expression
Method · 0.45
import_sugar_expression
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected