MCPcopy 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

SetDiffMethod · 0.85
SetEqualMethod · 0.85
IntersectMethod · 0.85
UnionMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected