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

Function testNullableAs

inst/tinytest/cpp/misc.cpp:202–204  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

200
201// [[Rcpp::export]]
202NumericMatrix testNullableAs(Nullable<NumericMatrix>& M) {
203 return M.as();
204}
205
206// [[Rcpp::export]]
207NumericMatrix testNullableClone(const Nullable<NumericMatrix>& M) {

Callers

nothing calls this directly

Calls 1

asMethod · 0.80

Tested by

no test coverage detected