Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ signature
Method
signature
inst/include/Rcpp/Module.h:306–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
inline bool is_void(){ return method->is_void() ; }
305
inline bool is_const(){ return method->is_const() ; }
306
inline void signature(std::string& s, const char* name){
307
method->signature(s, name);
308
}
309
310
} ;
311
Callers
nothing calls this directly
Calls
1
signature
Method · 0.45
Tested by
no test coverage detected