Luna::UnorderedMap

An container that contains key-value pairs with unique keys using closed-addressing hashing algorithm.

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

Remark

See remarks of HashMap for details.

Member functions