Generic iterator of an array.
More...
#include "C16/Array.hpp"
Generic iterator of an array.
◆ difference_type
Type of the difference of iterators.
◆ operator==()
bool C16::ArrayGeneric::IteratorGeneric::operator== |
( |
const IteratorGeneric & |
other | ) |
const |
Gets if the iterator is equal to another iterator.
- Parameters
-
◆ operator!=()
bool C16::ArrayGeneric::IteratorGeneric::operator!= |
( |
const IteratorGeneric & |
other | ) |
const |
Gets if the iterator is unequal to another iterator.
- Parameters
-
◆ operator<=()
bool C16::ArrayGeneric::IteratorGeneric::operator<= |
( |
const IteratorGeneric & |
other | ) |
const |
Gets if the iterator is lower than or equal to another iterator.
- Parameters
-
◆ operator>=()
bool C16::ArrayGeneric::IteratorGeneric::operator>= |
( |
const IteratorGeneric & |
other | ) |
const |
Gets if the iterator is greater than or equal to another iterator.
- Parameters
-
◆ operator<()
bool C16::ArrayGeneric::IteratorGeneric::operator< |
( |
const IteratorGeneric & |
other | ) |
const |
Gets if the iterator is lower than another iterator.
- Parameters
-
◆ operator>()
bool C16::ArrayGeneric::IteratorGeneric::operator> |
( |
const IteratorGeneric & |
other | ) |
const |
Gets if the iterator is greater than another iterator.
- Parameters
-
◆ operator-()
Gets the difference to another iterator.
- Parameters
-