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

Method Dimension

inst/include/Rcpp/api/meat/Dimension.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace Rcpp{
22
23 inline Dimension::Dimension(SEXP dims_) : dims( as< std::vector<int> >(dims_) ){}
24
25 inline Dimension::operator SEXP() const {
26 return wrap( dims.begin(), dims.end() ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected