Template Class Set

The template class set is a container that supports unique keys and provides for fast retrieval of the keys themselves.

Set supports bidirectional iterators.

The class set satisfies all of the requirements of a container, a reversible container and an associative container.

A set supports the a_uniq operations but not the a_eq operations.