This commit is contained in:
2025-08-01 18:57:08 +07:00
parent 0f93988fb6
commit 038cbb73f4
6 changed files with 128 additions and 37 deletions
-1
View File
@@ -5,7 +5,6 @@
template <typename T>
class IIterator {
public:
virtual T& operator*() const = 0;
virtual T* operator->() const = 0;
virtual operator const T*() const = 0;