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

Method nargs

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

Source from the content-addressed store, hash-verified

165 return (*parent_method_pointer)( (Parent*)object, args ) ;
166 }
167 inline int nargs(){ return parent_method_pointer->nargs() ; }
168 inline bool is_void(){ return parent_method_pointer->is_void() ; }
169 inline bool is_const(){ return parent_method_pointer->is_const() ; }
170 inline void signature(std::string& s, const char* name){ return parent_method_pointer->signature(s, name) ; }

Callers

nothing calls this directly

Calls 1

nargsMethod · 0.45

Tested by

no test coverage detected