Skip to content
  • Mark OLESEN's avatar
    STYLE: adjustments to HashSet, HashTable · 0840bfdc
    Mark OLESEN authored
    - use HashTable emplace instead of insert to avoid unneeded argument
      (for HashSet).
    
    - use emplace when generating zero-initialized values for
      HashTable::operator()
    
    - drop unused parameter from Detail::HashTableSingle,
      adjust templates parameter names
    
    - forward HashTable::operator[] to the semantically identical
      HashTable::at() to avoid code duplication
    0840bfdc