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

Method isUsable

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

* Boolean test for usability as a T */

Source from the content-addressed store, hash-verified

95 * Boolean test for usability as a T
96 */
97 inline bool isUsable() const {
98 return m_set && !Rf_isNull(m_sexp);
99 }
100
101 /**
102 * Boolean test for NULL

Callers 1

testNullableIsUsableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected