◆ Iterator()
template<typename T>
tree< T >::Iterator::Iterator |
( |
const int64_t & | index, |
|
|
std::vector< T > & | els ) |
|
inlineexplicitnoexcept |
Construct a new Iterator object.
- Parameters
-
els | vector<T> - the elements in inorder fashion |
◆ operator!=()
operator != for type Iterator
- Parameters
-
- Returns
- true if index == it.index
-
false otherwise
◆ operator*()
template<typename T>
T tree< T >::Iterator::operator* |
( |
| ) |
|
|
inline |
operator * for type Iterator
- Returns
- T the value of the node
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator=()
The documentation for this class was generated from the following file:
- /Users/runner/work/AlgoPlus/AlgoPlus/src/classes/tree/tree.h