Template Class iterator_range#
Defined in File plugin.h
Class Documentation#
-
template<typename IteratorT>
class iterator_range# A range adaptor for a pair of iterators.
This just wraps two iterators into a range-compatible interface. Nothing fancy at all.