Return the number of elements equivalent to key.
Return the number of value_type objects within this map whose keys are equivalent to the specified key. Note that since a map maintains unique keys, the returned value will be either 0 or 1.
0 or 1, since keys are unique
| Name | Description |
|---|---|
| key | key value to count |