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

Method end

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

Source from the content-addressed store, hash-verified

177 }
178
179 inline iterator end(){
180 return iterator( *this, size() ) ;
181 }
182
183 inline const_iterator begin() const {
184 return const_iterator( const_cast<MatrixRow&>(*this), 0 ) ;

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.85
const_iteratorClass · 0.85

Tested by

no test coverage detected