Changeset 6177cfd in mainline for uspace/lib/cpp/include/internal/hash_table.hpp
- Timestamp:
- 2018-07-05T21:41:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54618da
- Parents:
- 402f18d6
- git-author:
- Dzejrou <dzejrou@…> (2018-04-25 20:14:35)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/hash_table.hpp
r402f18d6 r6177cfd 137 137 struct hash_single_policy 138 138 { 139 // TODO: umap/uset operations140 141 139 template<class Table, class Key> 142 140 static typename Table::size_type count(const Table& table, const Key& key) … … 213 211 struct hash_multi_policy 214 212 { 215 // TODO: umultimap/umultiset operations216 217 213 template<class Table, class Key> 218 214 static typename Table::size_type count(const Table& table, const Key& key)
Note:
See TracChangeset
for help on using the changeset viewer.