A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
Removes all elements from the set.
Insert an element in the container. If allowDuplicates is false, this can fail and return false if the already contains an element with equivalent key.
Fetch a range that spans all the elements in the container.
Removes an element from the container. Returns: true if the removal took place.
Set, designed to replace std::set usage. O(lg(n)) insertion, removal, and search time. Set is designed to operate even without initialization through makeSet.