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

Method InputParameter

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

Source from the content-addressed store, hash-verified

30 class InputParameter {
31 public:
32 InputParameter(SEXP x_) : x(x_){}
33
34 inline operator T() { return as<T>(x) ; }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected