Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get
Method
get
inst/include/Rcpp/vector/ListOf.h:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
inline List get() const {
103
return list;
104
}
105
106
// conversion operators
107
operator SEXP() const { return wrap(list); }
Callers
7
lapply
Function · 0.45
sapply
Function · 0.45
Vector
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
insert
Method · 0.45
erase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected