C++ Language/Std/Stl/Iterators/CustomIterators
Appearance
It is possible to define your own custom iterator, by deriving from std::iterator<>
.
C++ Language |
It is possible to define your own custom iterator, by deriving from std::iterator<>
.