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

Method isNotNull

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

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

Source from the content-addressed store, hash-verified

114 * @throw 'not initialized' if object has not been set
115 */
116 inline bool isNotNull() const {
117 return ! isNull();
118 }
119
120 /**
121 * Test function to check if object has been initialized

Callers 3

testNullableForNotNullFunction · 0.80
testNullableStringFunction · 0.80
sampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected