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

Method DataFrame_Impl

inst/include/Rcpp/api/meat/DataFrame.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 template <template <class> class StoragePolicy>
24 template <class T>
25 DataFrame_Impl<StoragePolicy>::DataFrame_Impl( const T& obj){
26 set__(Shield<SEXP>(wrap(obj)));
27 }
28
29}
30

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected