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

Method is_void

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

Source from the content-addressed store, hash-verified

147 virtual ~CppMethod(){}
148 virtual int nargs(){ return 0 ; }
149 virtual bool is_void(){ return false ; }
150 virtual bool is_const(){ return false ; }
151 virtual void signature(std::string& s, const char* name ){ s = name ; }
152 } ;

Callers 3

is_voidMethod · 0.45
is_voidMethod · 0.45
S4_CppOverloadedMethodsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected