mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
5 lines
197 B
ReStructuredText
5 lines
197 B
ReStructuredText
``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.
|
|
|