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

Function RObject_Impl

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

Source from the content-addressed store, hash-verified

40 * object is destroyed
41 */
42 RObject_Impl(SEXP x){
43 Storage::set__(x) ;
44 }
45
46 /**
47 * Assignement operator. Set this SEXP to the given SEXP

Callers 1

RObject.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected