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

Method is_const

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

Source from the content-addressed store, hash-verified

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 } ;
153

Callers 3

is_constMethod · 0.45
is_constMethod · 0.45
S4_CppOverloadedMethodsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected