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

Method cend

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

Source from the content-addressed store, hash-verified

193 }
194
195 inline const_iterator cend() const {
196 return const_iterator( const_cast<MatrixRow&>(*this), size() ) ;
197 }
198
199 inline int size() const {
200 return parent.ncol() ;

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected