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

Method cend

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

Source from the content-addressed store, hash-verified

159 }
160
161 inline const_iterator cend() const {
162 return const_start + n ;
163 }
164
165 inline int size() const {
166 return n ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected