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

Method nargs

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

Source from the content-addressed store, hash-verified

301 std::string docstring ;
302
303 inline int nargs(){ return method->nargs() ; }
304 inline bool is_void(){ return method->is_void() ; }
305 inline bool is_const(){ return method->is_const() ; }
306 inline void signature(std::string& s, const char* name){

Callers

nothing calls this directly

Calls 1

nargsMethod · 0.45

Tested by

no test coverage detected