◆ Iterator()
template<typename K, typename V>
Create a new forward iterator.
- Parameters
-
| index | The index of the iterator. |
| q | The priority queue being iterated. |
◆ operator!=()
template<typename K, typename V>
Check if this iterator is different from another iterator.
- Parameters
-
- Returns
- True if the iterators are not equal.
◆ operator*()
template<typename K, typename V>
Get the value of the iterator.
- Returns
- The value.
◆ operator++()
template<typename K, typename V>
Move the iterator forward.
- Returns
- This iterator.
◆ operator==()
template<typename K, typename V>
Check if this iterator is the same as another.
- Parameters
-
- Returns
- True if they are at the same position.
The documentation for this class was generated from the following file: