|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = T |
| using | pointer = T* |
| using | reference = T& |
Friends | |
| bool | operator== (const ConstReverseArrayIterator &a, const ConstReverseArrayIterator &b) |
| bool | operator!= (const ConstReverseArrayIterator &a, const ConstReverseArrayIterator &b) |