Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get_const_end
Function
get_const_end
inst/include/Rcpp/sugar/tools/iterator.h:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
147
template <typename T>
148
inline typename sugar_const_iterator_type<T>::type get_const_end(const T& obj){
149
return get_const_begin<T>(obj) + obj.size() ;
150
}
151
152
153
}
Callers
4
SetDiff
Method · 0.85
SetEqual
Method · 0.85
Intersect
Method · 0.85
Union
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected