Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
invoke
Method · 0.45
functions_arity
Method · 0.45
complete
Method · 0.45
get_function
Method · 0.45
has_default_constructor
Method · 0.45
methods_arity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected