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

Method Nona

inst/include/Rcpp/sugar/nona/nona.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 typedef typename Rcpp::traits::storage_type<RTYPE>::type STORAGE ;
33
34 Nona( const SUGAR_TYPE& expr) : data(expr.get_ref()){}
35
36 inline R_xlen_t size() const { return data.size() ; }
37 inline STORAGE operator[](R_xlen_t i) const { return data[i] ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected