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

Function testNullableForNotNull

inst/tinytest/cpp/misc.cpp:187–189  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

185
186// [[Rcpp::export]]
187bool testNullableForNotNull(const Nullable<NumericMatrix>& M) {
188 return M.isNotNull();
189}
190
191// [[Rcpp::export]]
192SEXP testNullableOperator(const Nullable<NumericMatrix>& M) {

Callers

nothing calls this directly

Calls 1

isNotNullMethod · 0.80

Tested by

no test coverage detected