MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / langlist

Function langlist

inst/include/Rcpp/lgrow.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template <typename T1>
66SEXP langlist(const T1& t1) {
67 return lgrow(t1, R_NilValue);
68}
69
70template <typename T, typename... TArgs>
71SEXP langlist(const T& t1, const TArgs&... args) {

Callers 1

Language.hFile · 0.85

Calls 1

lgrowFunction · 0.85

Tested by

no test coverage detected