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

Method begin

inst/include/Rcpp/vector/MatrixBase.h:191–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 } ;
190
191 inline iterator begin() const { return iterator(*this, 0) ; }
192 inline iterator end() const { return iterator(*this, size() ) ; }
193
194 } ;

Callers 1

onesMethod · 0.45

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected