#include <algorithm.h>
Public Types | |
typedef std::pair< Iterator, Iterator > | BaseType |
The underlying representation. | |
Public Member Functions | |
IteratorRange () | |
Default constructor. | |
IteratorRange (const IteratorRange &ir) | |
Copy constructor. | |
IteratorRange (const BaseType &ir) | |
Constructor taking the underlying pair representation as argument. |
Definition at line 29 of file algorithm.h.
typedef std::pair<Iterator,Iterator> ThePEG::IteratorRange< Iterator >::BaseType |
ThePEG::IteratorRange< Iterator >::IteratorRange | ( | ) | [inline] |
ThePEG::IteratorRange< Iterator >::IteratorRange | ( | const BaseType & | ir | ) | [inline] |
Constructor taking the underlying pair representation as argument.
Definition at line 42 of file algorithm.h.