Files
boost_iterator/doc/counting_iterator_abstract.rst

4 lines
181 B
ReStructuredText
Raw Normal View History

``counting_iterator`` adapts an incrementable type such as ``int``
or ``std::list<std::string>::iterator``, by adding an ``operator*``
that returns the current value of the object.