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_multimap
A unordered_multimap with the capacity defined at compile time. More...
Data Structures | |
class | unordered_multimap_exception |
Exception for the unordered_multimap. More... | |
class | unordered_multimap_full |
Full exception for the unordered_multimap. More... | |
class | unordered_multimap_out_of_range |
Out of range exception for the unordered_multimap. More... | |
class | unordered_multimap_iterator |
Iterator exception for the unordered_multimap. More... | |
class | iunordered_multimap< TKey, T, THash, TKeyEqual > |
The base class for specifically sized unordered_multimap. More... | |
Functions | |
template<typename TKey , typename TMapped , typename TKeyCompare > | |
bool | operator== (const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > &rhs) |
Equal operator. | |
template<typename TKey , typename TMapped , typename TKeyCompare > | |
bool | operator!= (const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > &rhs) |
Not equal operator. |
Detailed Description
A unordered_multimap with the capacity defined at compile time.
Function Documentation
bool etl::operator!= | ( | const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > & | lhs, |
const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > & | rhs | ||
) |
Not equal operator.
- Parameters:
-
lhs Reference to the first unordered_multimap. rhs Reference to the second unordered_multimap.
- Returns:
- true if the arrays are not equal, otherwise false
Definition at line 1219 of file unordered_multimap.h.
bool etl::operator== | ( | const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > & | lhs, |
const etl::iunordered_multimap< TKey, TMapped, TKeyCompare > & | rhs | ||
) |
Equal operator.
- Parameters:
-
lhs Reference to the first unordered_multimap. rhs Reference to the second unordered_multimap.
- Returns:
- true if the arrays are equal, otherwise false
Definition at line 1206 of file unordered_multimap.h.
Generated on Tue Jul 12 2022 14:05:48 by
