Files
flatbuffers/tests
Henry Lee c2f40c37b2 [C++]Support reverse iterator in Vector (#5128)
* Add `const` keyword to the `operator-(const uoffset_t &)` function in
`VectorIterator`

* Support reverse iterator in Vector

Introduced a new VectorReverseIterator type. We cannot directly use
`std::reverse_iterator<VectorIterator>` because the signature of
`operator*` and `operator->` in the VectorIterator class are not
standard signatures.

Also added `rbegin()`, `rend()`, `cbegin()`, `cend()`, `crbegin()`
and `crend()` in the Vector class.
2019-01-24 13:24:01 -08:00
..
2018-10-29 17:40:19 -07:00
2018-12-27 20:57:19 -05:00
2018-12-27 20:57:19 -05:00
2018-10-29 17:40:19 -07:00
2018-10-03 12:27:27 -07:00