Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ begin
Method
begin
inst/include/Rcpp/vector/MatrixRow.h:316–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
inline const_iterator begin() const {
317
return const_iterator( *this, 0 ) ;
318
}
319
320
inline const_iterator end() const {
321
return const_iterator( *this, size() ) ;
Callers
nothing calls this directly
Calls
1
const_iterator
Class · 0.85
Tested by
no test coverage detected