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

Method Exporter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected