Abstract
Readonly
iteratorGet the sequential index of the iterator in the tree container.
Note:
This function only takes effect when the specified tree container enableIndex = true
.
Abstract
pointerPointers to element.
The value of the pointer's element.
Set pointer's value (some containers are unavailable).
The new value you want to set.
Abstract
copyGet a copy of itself.
We do not guarantee the safety of this function.
Please ensure that the iterator will not fail.
The copy of self.
Boolean about if this equals to obj.
container.find(1).equals(container.end());
The other iterator you want to compare.
Generated using TypeDoc
Description
Iterator's type.