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

Method begin

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

Source from the content-addressed store, hash-verified

147 }
148
149 inline const_iterator begin() const {
150 return const_start ;
151 }
152
153 inline const_iterator end() const {
154 return const_start + n ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected