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

Function Rcpp_precious_remove

inst/include/Rcpp/routines.h:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 return fun(object);
156 }
157 inline attribute_hidden void Rcpp_precious_remove(SEXP token) {
158 typedef void (*Fun)(SEXP);
159 static Fun fun = GET_CALLABLE("Rcpp_precious_remove");
160 fun(token);
161 }
162
163 inline attribute_hidden Rostream<true>& Rcpp_cout_get() {
164 typedef Rostream<true>& (*Fun)();

Callers 1

Rcpp_PreciousReleaseFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected