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

Method end

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

Source from the content-addressed store, hash-verified

318 }
319
320 inline const_iterator end() const {
321 return const_iterator( *this, size() ) ;
322 }
323
324 inline int size() const {
325 return parent.ncol() ;

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected