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

Method begin

inst/include/Rcpp/vector/VectorBase.h:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 typedef iter_base< const_iter_traits > const_iterator;
163
164 inline const_iterator begin() const { return const_iterator(*this, 0) ; }
165 inline const_iterator end() const { return const_iterator(*this, size() ) ; }
166
167 inline const_iterator cbegin() const { return const_iterator(*this, 0) ; }

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected