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

Method nargs

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

Source from the content-addressed store, hash-verified

264 std::string docstring ;
265
266 inline int nargs(){ return ctor->nargs() ; }
267 inline void signature(std::string& buffer, const std::string& class_name){
268 ctor->signature(buffer, class_name) ;
269 }

Callers

nothing calls this directly

Calls 1

nargsMethod · 0.45

Tested by

no test coverage detected