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

Method isNull

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

* Boolean test for NULL * * @throw 'not initialized' if object has not been set */

Source from the content-addressed store, hash-verified

104 * @throw 'not initialized' if object has not been set
105 */
106 inline bool isNull() const {
107 checkIfSet();
108 return Rf_isNull(m_sexp);
109 }
110
111 /**
112 * Boolean test for not NULL

Callers 1

testNullableForNullFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected