Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ xptr_release
Function
xptr_release
inst/tinytest/cpp/XPtr.cpp:61–64 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
59
60
// [[Rcpp::export]]
61
bool xptr_release( XPtr< std::vector<int> > p) {
62
p.release();
63
return !p;
64
}
65
66
// [[Rcpp::export]]
67
bool xptr_access_released( XPtr< std::vector<int> > p) {
Callers
nothing calls this directly
Calls
1
release
Method · 0.80
Tested by
no test coverage detected