Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ListOf
Method
ListOf
inst/include/Rcpp/vector/ListOf.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
typedef typename traits::r_vector_const_iterator<VECSXP>::type const_iterator;
35
36
ListOf(): list(R_NilValue) {}
37
38
ListOf(SEXP data_): list(data_) {
39
std::transform(list.begin(), list.end(), list.begin(), as<T>);
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected