Skip to content
  • Mark OLESEN's avatar
    ENH: HashTable/HashSet contains(key) method · 750381bd
    Mark OLESEN authored
    - functionality provided as 'found(key)' in OpenFOAM naming, since
      there was no stl equivalent at the time. Now support contains(),
      which is the equivalent for C++20 maps/sets.
    
    STYLE: general contains() method for containers
    
    STYLE: treat Enum and Switch similarly as hash-like objects
    750381bd