diff options
Diffstat (limited to 'docs/cmap_api.md')
| -rw-r--r-- | docs/cmap_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index 322a4104..9e65a69e 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -1,6 +1,7 @@ # Container [cmap](../stc/cmap.h): Unordered Map Elements are pairs of keys and mapped values. Implemented as open hashing without tombstones. Highly customizable and fast. +See [std::unordered_map](https://en.cppreference.com/w/cpp/container/unordered_map) for a similar c++ class. ## Declaration |
