MCPcopy 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

lapplyFunction · 0.45
sapplyFunction · 0.45
VectorMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected