Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ;
Callers
2
wrap_dispatch_importer__impl__prim
Function · 0.45
wrap_dispatch_importer__impl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected