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

Method at

inst/include/Rcpp/vector/Vector.h:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 }
347
348 inline Proxy at( const size_t& i) { // #nocov start
349 return cache.ref( offset(i) ) ;
350 }
351 inline const_Proxy at( const size_t& i) const {
352 return cache.ref( offset(i) ) ;
353 } // #nocov end

Callers

nothing calls this directly

Calls 1

refMethod · 0.45

Tested by

no test coverage detected