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

Method set

inst/include/Rcpp/vector/generic_proxy.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 private:
95 inline void set(SEXP x) {
96 SET_VECTOR_ELT( *parent, index, x ) ;
97 }
98
99
100 } ;

Callers 1

swapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected