Is this really an iterator... or an container with some iterator properties?
_If_ it is an iterator it should inherit from std::iterator. (to make it work when needed with std algorithms.) -- Lgb
Is this really an iterator... or an container with some iterator properties?
_If_ it is an iterator it should inherit from std::iterator. (to make it work when needed with std algorithms.) -- Lgb