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

Method cbegin

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

Source from the content-addressed store, hash-verified

333 inline const_iterator begin() const{ return cache.get_const() ; }
334 inline const_iterator end() const{ return cache.get_const() + size() ; }
335 inline const_iterator cbegin() const{ return cache.get_const() ; }
336 inline const_iterator cend() const{ return cache.get_const() + size() ; }
337
338 inline Proxy operator[]( R_xlen_t i ){ return cache.ref(i) ; }

Callers

nothing calls this directly

Calls 1

get_constMethod · 0.45

Tested by

no test coverage detected