MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / MapSize

Method MapSize

src/core/multimap.hpp:291–294  ·  view source on GitHub ↗

* Count the number of ranges with equal keys in this MultiMap. * @return Number of ranges with equal keys. */

Source from the content-addressed store, hash-verified

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.

Callers 2

UpdateStationRatingFunction · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected