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

Method cbegin

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

Source from the content-addressed store, hash-verified

165 inline const_iterator end() const { return const_iterator(*this, size() ) ; }
166
167 inline const_iterator cbegin() const { return const_iterator(*this, 0) ; }
168 inline const_iterator cend() const { return const_iterator(*this, size() ) ; }
169
170} ;

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected