Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
unordered_map.h File Reference
Go to the source code of this file.
Data Structures | |
| class | unordered_map_exception |
| Exception for the unordered_map. More... | |
| class | unordered_map_full |
| Full exception for the unordered_map. More... | |
| class | unordered_map_out_of_range |
| Out of range exception for the unordered_map. More... | |
| class | unordered_map_iterator |
| Iterator exception for the unordered_map. More... | |
| class | iunordered_map< TKey, T, THash, TKeyEqual > |
| The base class for specifically sized unordered_map. More... | |
| class | unordered_map< TKey, TValue, MAX_SIZE_, MAX_BUCKETS_, THash, TKeyEqual > |
| A templated unordered_map implementation that uses a fixed size buffer. More... | |
Namespaces | |
| namespace | etl |
A multimap with the capacity defined at compile time. | |
Functions | |
| template<typename TKey , typename TMapped , typename TKeyCompare > | |
| bool | operator== (const etl::iunordered_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iunordered_map< TKey, TMapped, TKeyCompare > &rhs) |
| Equal operator. | |
| template<typename TKey , typename TMapped , typename TKeyCompare > | |
| bool | operator!= (const etl::iunordered_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iunordered_map< TKey, TMapped, TKeyCompare > &rhs) |
| Not equal operator. | |
Detailed Description
Definition in file unordered_map.h.
Generated on Tue Jul 12 2022 14:05:47 by
1.7.2