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

Method XPtr

inst/include/Rcpp/XPtr.h:78–78  ·  view source on GitHub ↗

* constructs a XPtr wrapping the external pointer (EXTPTRSXP SEXP) * * @param xp external pointer to wrap */

Source from the content-addressed store, hash-verified

76 * @param xp external pointer to wrap
77 */
78 explicit XPtr(SEXP x) { checked_set(x); };
79
80 /**
81 * constructs a XPtr wrapping the external pointer (EXTPTRSXP SEXP)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected