Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ cend
Method
cend
inst/include/Rcpp/vector/MatrixColumn.h:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
inline const_iterator cend() const {
100
return const_start + n ;
101
}
102
103
inline iterator begin(){
104
return start ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected