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

Function SEXP

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

Source from the content-addressed store, hash-verified

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() ) ;
27 }
28
29}
30

Callers 1

DimNameProxyClass · 0.85

Calls 3

wrapFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected