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

Method is_void

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

Source from the content-addressed store, hash-verified

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) ; }
171

Callers

nothing calls this directly

Calls 1

is_voidMethod · 0.45

Tested by

no test coverage detected