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

Method cend

inst/include/Rcpp/vector/Matrix.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 inline const_iterator end() const{ return VECTOR::end() ; }
114 inline const_iterator cbegin() const{ return VECTOR::begin() ; }
115 inline const_iterator cend() const{ return VECTOR::end() ; }
116 inline iterator begin() { return VECTOR::begin() ; }
117 inline iterator end() { return VECTOR::end() ; }
118

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected