Skip to content

Rose::iterator_range::iterator_range

Construct from Container

Synopsis

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

template<typename Container>
iterator_range(Container& c);

Parameters

Name

Description

c

The object to copy construct from

Created with MrDocs