Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ DimNameProxy
Method
DimNameProxy
inst/include/Rcpp/vector/DimNameProxy.h:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
public:
31
32
DimNameProxy(SEXP data, int dim): data_(data), dim_(dim) {}
33
DimNameProxy(DimNameProxy const& other):
34
data_(other.data_), dim_(other.dim_) {}
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected