A container with key-value pairs. More...
| Header: | #include <Container> |
Key is the type used for keys. Value is the type used for values.
Inserts key k with value v into the container. The types Key and Value are inherited from the class template.
Merges source into this container. The Other type must be compatible with this container's Key and Value types.