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

Method CppFunction_WithFormalsN

inst/include/Rcpp/Module.h:125–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 class CppFunction_WithFormalsN : public CppFunctionN<RESULT_TYPE, T...> {
124 public:
125 CppFunction_WithFormalsN(RESULT_TYPE (*fun)(T...), Rcpp::List formals_, const char* docstring = 0) :
126 CppFunctionN<RESULT_TYPE, T...>(fun, docstring), formals(formals_) {}
127
128 SEXP get_formals() { return formals; }
129

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected