iterator_support
iterator_support#
This module provides helpers for iterators. It provides
hpx::util::iterator_facade
and
hpx::util::iterator_adaptor
for creating new iterators, and the
trait hpx::util::is_iterator
along with more specific iterator
traits.
See the API reference of the module for more details.