Luna::UnorderedMultiMap

An container that contains key-value pairs using closed-addressing hashing algorithm. This container allows multiple values with the same key exist in the container.

template <typename _Kty, typename _Ty, typename _Hash, typename _KeyEqual, typename _Alloc>
class Luna::UnorderedMultiMap

Remark

See remarks of HashMap for details.

Member functions