Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/vector/ListOf.h:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
inline R_xlen_t size() const {
99
return list.size() ;
100
}
101
102
inline List get() const {
103
return list;
Callers
7
LazyVector
Method · 0.45
SubsetProxy
Method · 0.45
SubsetProxy
Class · 0.45
get_indices
Method · 0.45
Matrix
Method · 0.45
update
Method · 0.45
check_index
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected