Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Reference_Impl
Function
Reference_Impl
inst/include/Rcpp/Reference.h:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
* @param x must be an S4 object of some reference class
43
*/
44
Reference_Impl(SEXP x) {
45
Storage::set__(x) ;
46
}
47
48
Reference_Impl& operator=( SEXP other ) {
49
Storage::set__(other) ;
Callers
1
Reference.h
File · 0.85
Calls
2
Rcpp_fast_eval
Function · 0.85
get_Rcpp_namespace
Function · 0.70
Tested by
no test coverage detected