The SimpleCxxLib package


#include "hashset.h"

This file exports the HashSet class, which implements an efficient abstraction for storing sets of values.
Class
HashSet<ValueType> This class implements an efficient abstraction for storing sets of distinct elements.