ThePEG 2.3.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. | |
Public Member Functions | |
IteratorRange () | |
Default constructor. | |
IteratorRange (const IteratorRange &ir) | |
Copy constructor. | |
IteratorRange (const BaseType &ir) | |
Constructor taking the underlying pair representation as argument. | |
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 |
Copy constructor.
Definition at line 38 of file algorithm.h.
|
inline |
Constructor taking the underlying pair representation as argument.
Definition at line 42 of file algorithm.h.