Set and Map Tools (Ordered)
- Ordered Sets
- CSet adaptor
- Adaptation of ordered associative container
- LowerBound(), UpperBound(), and Includes() search operations
- Ordered order traversal
- Generic set algorithms apply
- Operators for union, intersection, difference, containment (subset)
- Modality ("M" or "U") determined by adaptee
- Ordered Maps
- CMap and CMultiMap adaptors
- Adaptation of ordered associative container
- LowerBound(), UpperBound(), and Includes() search operations
- Ordered order traversal
- Generic set algorithms apply
- Modality determined by adaptor
|