Skip to content
Snippets Groups Projects
Commit 1c9102da authored by Mark Olesen's avatar Mark Olesen
Browse files

HashSet gets additional operators

 - operator+=  : add in the listed keys
 - operator-=  : remove the listed keys
 - operator&=  : intersection of keys
 - added xfer constructor (just in case)
 - moved labelHashSet typedef to HashSet.H, for consistency with the
   wordHashSet typedef being there and since it is used so often
parent 4e700e62
Showing
with 156 additions and 117 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment