MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

inst/include/Rcpp/module/CppFunction.h:40–42  ·  view source on GitHub ↗

* modules call the function with this interface. input: an array of SEXP * output: a SEXP. */

Source from the content-addressed store, hash-verified

38 * output: a SEXP.
39 */
40 virtual SEXP operator()(SEXP*) {
41 return R_NilValue ;
42 }
43
44 };
45

Callers 4

invokeMethod · 0.45
invokeMethod · 0.45
invoke_voidMethod · 0.45
invoke_notvoidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected