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

Method cbegin

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

Source from the content-addressed store, hash-verified

189 }
190
191 inline const_iterator cbegin() const {
192 return const_iterator( const_cast<MatrixRow&>(*this), 0 ) ;
193 }
194
195 inline const_iterator cend() const {
196 return const_iterator( const_cast<MatrixRow&>(*this), size() ) ;

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected