* Count the number of ranges with equal keys in this MultiMap. * @return Number of ranges with equal keys. */
| 289 | * @return Number of ranges with equal keys. |
| 290 | */ |
| 291 | size_t MapSize() const |
| 292 | { |
| 293 | return this->Map::size(); |
| 294 | } |
| 295 | |
| 296 | /** |
| 297 | * Get a pair of iterators specifying a range of items with equal keys. |
no outgoing calls
no test coverage detected