Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Containers::ConstReverseArrayIterator< T > Struct Template Reference

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&

Public Member Functions

 ConstReverseArrayIterator (pointer ptr)
const reference operator* () const
const pointer operator-> () const
ConstReverseArrayIterator & operator++ ()
ConstReverseArrayIterator operator++ (int)

Friends

bool operator== (const ConstReverseArrayIterator &a, const ConstReverseArrayIterator &b)
bool operator!= (const ConstReverseArrayIterator &a, const ConstReverseArrayIterator &b)

The documentation for this struct was generated from the following file: