Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
invoke
Method · 0.45
get_function
Method · 0.45
invoke
Method · 0.45
methods_voidness
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected