normalize members of iterator

This commit is contained in:
2025-08-01 19:20:48 +07:00
parent 038cbb73f4
commit 08f7b59aa7
4 changed files with 32 additions and 40 deletions
-2
View File
@@ -11,6 +11,4 @@ public:
virtual bool operator!=(const IIterator& other) const = 0;
virtual IIterator& operator++() = 0;
virtual size_t level() const = 0;
};