Luna::HashSet

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

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

Remark

See remarks of HashMap for details.

Member functions