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

Method as

inst/include/Rcpp/Nullable.h:129–129  ·  view source on GitHub ↗

* Returns m_sexp as a T */

Source from the content-addressed store, hash-verified

127 * Returns m_sexp as a T
128 */
129 inline T as() { return get(); }
130
131 /**
132 * Return a clone of m_sexp as a T

Callers 1

testNullableAsFunction · 0.80

Calls 1

getFunction · 0.85

Tested by

no test coverage detected