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

Method is_void

inst/include/Rcpp/module/CppFunction.h:65–65  ·  view source on GitHub ↗

* voidness */

Source from the content-addressed store, hash-verified

63 * voidness
64 */
65 virtual bool is_void(){ return false ; }
66
67 /**
68 * Human readable function signature (demangled if possible)

Callers 4

invokeMethod · 0.45
get_functionMethod · 0.45
invokeMethod · 0.45
methods_voidnessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected