MCPcopy 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

testNullableCloneFunction · 0.80
testNullableIsUsableFunction · 0.80

Calls 2

cloneFunction · 0.85
getFunction · 0.85

Tested by

no test coverage detected