accesses the element with the given key, with bounds checking
| Name | Thrown on |
|---|---|
std::out_of_range | if the container does not have an element with the given key |
const reference to the value associated with key
| Name | Description |
|---|---|
| key [in] | key of the element to access |