MCPcopy 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

LazyVectorMethod · 0.45
SubsetProxyMethod · 0.45
SubsetProxyClass · 0.45
get_indicesMethod · 0.45
MatrixMethod · 0.45
updateMethod · 0.45
check_indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected