MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

339 inline const_Proxy operator[]( R_xlen_t i ) const { return cache.ref(i) ; }
340
341 inline Proxy operator()( const size_t& i) {
342 return cache.ref( offset(i) ) ;
343 }
344 inline const_Proxy operator()( const size_t& i) const {
345 return cache.ref( offset(i) ) ;
346 }

Callers

nothing calls this directly

Calls 1

refMethod · 0.45

Tested by

no test coverage detected