Skip to content

Rose::iterator_range

A range adaptor for a pair of iterators.

Synopsis

Declared in <src/midend/astProcessing/plugin.h>

template<typename IteratorT>
class iterator_range;

Member Functions

Name

Description

iterator_range [constructor]

Constructors

begin

end

Private Data Members

Non-Member Functions

Name

Description

make_range

Convenience function for iterating over sub‐ranges.

Description

This just wraps two iterators into a range‐compatible interface. Nothing fancy at all.

Created with MrDocs