Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ~String
Method
~String
inst/include/Rcpp/String.h:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
~String() {
173
Rcpp_PreciousRelease(token);
174
data = R_NilValue;
175
token = R_NilValue;
176
}
177
178
179
inline String& operator=(int x) {
Callers
nothing calls this directly
Calls
1
Rcpp_PreciousRelease
Function · 0.85
Tested by
no test coverage detected