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

Method Nullable

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

* Empty no-argument constructor of a Nullable object * * Assigns (R's) NULL value, and sets validator to FALSE */

Source from the content-addressed store, hash-verified

39 * Assigns (R's) NULL value, and sets validator to FALSE
40 */
41 inline Nullable() : m_sexp(R_NilValue), m_set(false) {}
42
43 /**
44 * Template constructor of a Nullable object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected