Map

A map associates elements from a domain type with elements of a range type. Map is a template class, with parameters for the domain and range types. It extends a one-one Op by allowing explicit definition of the value associated with an object.

Implementations: Member functions: Secondary operations: