operator ++

The ++ operator increments the iterator.

Visibility
Public
Signature
OMIterator<Concept>& operator++()

OMIterator<Concept> operator++(int i)
Parameters
i

Increments the iterator to the next element in the container

Returns

The incremented value of the iterator


Feedback