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

Method SubsetProxy

inst/include/Rcpp/vector/Subsetter.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38public:
39
40 SubsetProxy(LHS_t& lhs_, const RHS_t& rhs_):
41 lhs(lhs_), rhs(rhs_), lhs_n(lhs.size()), rhs_n(rhs.size()) {
42 get_indices( traits::identity< traits::int2type<RHS_RTYPE> >() );
43 }
44
45 SubsetProxy(const SubsetProxy& other):
46 lhs(other.lhs),

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected