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

Method begin

inst/include/Rcpp/vector/MatrixColumn.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 inline const_iterator begin() const {
88 return const_start ;
89 }
90
91 inline const_iterator end() const {
92 return const_start + n ;

Callers 2

MatrixColumnMethod · 0.45
ConstMatrixColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected