Changeset e9b5043 for src/Common/ScopedMap.h
- Timestamp:
- Feb 3, 2023, 3:11:51 PM (10 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 21a2a7d
- Parents:
- 2f61765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ScopedMap.h
r2f61765 re9b5043 181 181 return c; 182 182 } 183 184 bool contains( const Key & key ) const { 185 return find( key ) != cend(); 186 } 183 187 }; 184 188
Note: See TracChangeset
for help on using the changeset viewer.