Luna::UnorderedMultiSet

! An container that contains a set of unique objects using closed-addressing hashing algorithm. This container allows multiple copies of the same value exist in the container.

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

Remark

See remarks of HashMap for details.

Member functions