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

Method CppFunctionN

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

Source from the content-addressed store, hash-verified

103 class CppFunctionN : public CppFunction {
104 public:
105 CppFunctionN(RESULT_TYPE (*fun)(T...), const char* docstring = 0) : CppFunction(docstring), ptr_fun(fun) {}
106
107 SEXP operator()(SEXP* args) {
108 BEGIN_RCPP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected