Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DimNameProxy
Class · 0.85
Calls
3
wrap
Function · 0.70
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected