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

Method end

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

Source from the content-addressed store, hash-verified

111
112 inline const_iterator begin() const{ return VECTOR::begin() ; }
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() ; }

Callers 1

Matrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected