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

Method begin

inst/include/Rcpp/vector/MatrixRow.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 inline iterator begin(){
176 return iterator( *this, 0 ) ;
177 }
178
179 inline iterator end(){
180 return iterator( *this, size() ) ;

Callers 2

MatrixRowMethod · 0.45
ConstMatrixRowMethod · 0.45

Calls 2

iteratorClass · 0.85
const_iteratorClass · 0.85

Tested by

no test coverage detected