Skip to content
  • Mark Olesen's avatar
    HashSet gets additional operators · 1c9102da
    Mark Olesen authored
     - 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
    1c9102da