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

Method ref

inst/examples/ConvolveBenchmarks/convolve10_cpp.h:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 Cache( iterator data_) : data(data_){}
8
9 inline proxy ref(int i){ return data[i] ; }
10 inline proxy ref(int i) const { return data[i] ; }
11
12private:

Callers 1

operator[]Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected