Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ clone
Method
clone
inst/include/Rcpp/Nullable.h:134–134 ·
view source on GitHub ↗
* Return a clone of m_sexp as a T */
Source
from the content-addressed store, hash-verified
132
* Return a clone of m_sexp as a T
133
*/
134
inline T clone() const { return Rcpp::clone(get()); }
135
136
private:
137
SEXP m_sexp;
Callers
2
testNullableClone
Function · 0.80
testNullableIsUsable
Function · 0.80
Calls
2
clone
Function · 0.85
get
Function · 0.85
Tested by
no test coverage detected