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

Method end

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

Source from the content-addressed store, hash-verified

330
331 inline iterator begin() { return cache.get() ; }
332 inline iterator end() { return cache.get() + size(); }
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() ; }

Callers 2

VectorMethod · 0.45
Vector.hFile · 0.45

Calls 2

getMethod · 0.45
get_constMethod · 0.45

Tested by

no test coverage detected