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

Method Vec

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

Source from the content-addressed store, hash-verified

31 typedef double& proxy ;
32
33 Vec( double* data_ ) : cache(data_){}
34 inline proxy operator[]( int i){ return cache.ref(i) ; }
35 inline proxy operator[]( int i) const { return cache.ref(i) ; }
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected