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

Method nargs

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

Source from the content-addressed store, hash-verified

226 return get_new( args, traits::make_index_sequence<sizeof...(T)>() ) ;
227 }
228 virtual int nargs(){ return sizeof...(T) ; }
229 virtual void signature(std::string& s, const std::string& class_name ){
230 ctor_signature<T...>(s, class_name) ;
231 }

Callers 6

nargsMethod · 0.45
nargsMethod · 0.45
nargsMethod · 0.45
nargsMethod · 0.45
S4_CppConstructorFunction · 0.45
S4_CppOverloadedMethodsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected