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

Method nargs

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

* The number of arguments of the function */

Source from the content-addressed store, hash-verified

58 * The number of arguments of the function
59 */
60 virtual int nargs(){ return 0 ; }
61
62 /**
63 * voidness

Callers 6

invokeMethod · 0.45
functions_arityMethod · 0.45
completeMethod · 0.45
get_functionMethod · 0.45
methods_arityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected