Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/internal/GreedyVector.h:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
inline int size() const {
57
return (int)v.size();
58
}
59
60
inline iterator begin(){ return v.begin(); }
61
inline iterator end(){ return v.end(); }
Callers
5
GreedyVector
Class · 0.45
make_charsexp__impl__cstring
Function · 0.45
wrap_dispatch_unknown_iterable__logical
Function · 0.45
wrap_dispatch_importer__impl__prim
Function · 0.45
wrap_dispatch_importer__impl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected