|
ThePEG
1.8.0
|
A pair of iterators to be used in specialized algorithms instead of the standard first, last construction. More...
#include <algorithm.h>

Public Types | |
| typedef std::pair< Iterator, Iterator > | BaseType |
| The underlying representation. More... | |
Public Member Functions | |
| IteratorRange () | |
| Default constructor. More... | |
| IteratorRange (const IteratorRange &ir) | |
| Copy constructor. | |
| IteratorRange (const BaseType &ir) | |
| Constructor taking the underlying pair representation as argument. More... | |
A pair of iterators to be used in specialized algorithms instead of the standard first, last construction.
Definition at line 29 of file algorithm.h.
| typedef std::pair<Iterator,Iterator> ThePEG::IteratorRange< Iterator >::BaseType |
The underlying representation.
Definition at line 32 of file algorithm.h.
|
inline |
Default constructor.
Definition at line 35 of file algorithm.h.
|
inline |
Constructor taking the underlying pair representation as argument.
Definition at line 42 of file algorithm.h.
1.8.9.1