We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96f36a1 + 33be1d0 commit b581486Copy full SHA for b581486
inst/include/Rcpp/vector/VectorBase.h
@@ -135,6 +135,8 @@ class VectorBase : public traits::expands_to_logical__impl<RTYPE> {
135
R_xlen_t index;
136
} ;
137
138
+ typedef iterator const_iterator;
139
+
140
inline iterator begin() const { return iterator(*this, 0) ; }
141
inline iterator end() const { return iterator(*this, size() ) ; }
142
0 commit comments