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

Method ConstInputParameter

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

Source from the content-addressed store, hash-verified

57 public:
58 typedef const T const_nonref ;
59 ConstInputParameter(SEXP x_) : obj( as<T>(x_) ){}
60
61 inline operator const_nonref() { return obj ; }
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected