Luna::UnorderedSet

An container that contains a set of unique objects using closed-addressing hashing algorithm.

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

Remark

See remarks of HashMap for details.

Member functions