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

Method ref

inst/examples/ConvolveBenchmarks/convolve9_cpp.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 Cache( iterator data_) : data(data_){}
21
22 inline proxy ref(int i){ return data[i] ; }
23 inline proxy ref(int i) const { return data[i] ; }
24
25private:

Callers 1

operator[]Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected