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

Method cbegin

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

Source from the content-addressed store, hash-verified

93 }
94
95 inline const_iterator cbegin() const {
96 return const_start ;
97 }
98
99 inline const_iterator cend() const {
100 return const_start + n ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected