Go to the source code of this file.
|
template<class ElementIterator , class ElementComparator > |
reorder_iterator< ElementIterator > | trsl::sort_iterator (ElementIterator first, ElementIterator last, ElementComparator comp, unsigned permutationSize) |
| Constructs a reorder_iterator that will iterate through the first permutationSize elements of a sorted permutation of the population referenced by first and last . More...
|
|
template<class ElementIterator , class ElementComparator > |
reorder_iterator< ElementIterator > | trsl::sort_iterator (ElementIterator first, ElementIterator last, ElementComparator comp) |
| Constructs a reorder_iterator that will iterate through a sorted permutation of the population referenced by first and last . More...
|
|
template<class ElementIterator > |
reorder_iterator< ElementIterator > | trsl::sort_iterator (ElementIterator first, ElementIterator last) |
| Constructs a reorder_iterator that will iterate through a sorted permutation of the population referenced by first and last . More...
|
|