Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ChildVector
Method
ChildVector
inst/include/Rcpp/vector/ChildVector.h:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
public:
29
30
ChildVector(SEXP data_, SEXP parent_, R_xlen_t i_):
31
T(data_),
32
parent(parent_),
33
i(i_) {}
34
35
ChildVector(const ChildVector& other):
36
T(wrap(other)),
Callers
nothing calls this directly
Calls
1
wrap
Function · 0.50
Tested by
no test coverage detected