See: Description
| Class | Description |
|---|---|
| Algobase |
Implements basic algorithms that operate on ranges of iterators.
|
| AlterOper |
Implements algorithms that modify some of the elements
that iterators point to.
|
| HeapOper |
Implements basic operations of a heap data structure that
has two properties:
|
| NumericOper |
Implements algorithms that are generalizations of basic
numeric operations.
|
| ReorderOper |
Implements algorithms that put the elements of the
input range into a different order.
|
| SearchOper |
Implements algorithms that return information about the
elements in the range without changing the elements.
|
| SetOper |
Implements basic operations of set theory.
|
| SortOper |
Implements algorithms that sort ranges or operate on
sorted ranges of iterators.
|
| TestOper |
Implements algorithms that test ranges of iterators.
|
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.