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

Function Pairlist_Impl

inst/include/Rcpp/Pairlist.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 Pairlist_Impl(){}
42 Pairlist_Impl(SEXP x){
43 Storage::set__(r_cast<LISTSXP>(x)) ;
44 }
45 template <typename... T>
46 Pairlist_Impl(const T&... args ){
47 Storage::set__(pairlist(args... )) ;

Callers 1

Pairlist.hFile · 0.85

Calls 1

pairlistFunction · 0.85

Tested by

no test coverage detected