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

Method cend

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

Source from the content-addressed store, hash-verified

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} ;
171

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected