Files
boost_iterator/doc/iterator_facade_abstract.rst

5 lines
197 B
ReStructuredText
Raw Normal View History

``iterator_facade`` is a base class template that implements the
interface of standard iterators in terms of a few core functions
and associated types, to be supplied by a derived iterator class.