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

Method get

inst/include/Rcpp/internal/Exporter.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 public:
31 Exporter( SEXP x ) : t(x){}
32 inline T get(){ return t ; }
33
34 private:
35 T t ;

Calls

no outgoing calls

Tested by

no test coverage detected