Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

unordered_multiset

unordered_multiset

A unordered_multiset with the capacity defined at compile time. More...

Data Structures

class  unordered_multiset_exception
 Exception for the unordered_multiset. More...
class  unordered_multiset_full
 Full exception for the unordered_multiset. More...
class  unordered_multiset_out_of_range
 Out of range exception for the unordered_multiset. More...
class  unordered_multiset_iterator
 Iterator exception for the unordered_multiset. More...
class  iunordered_multiset< TKey, THash, TKeyEqual >
 The base class for specifically sized unordered_multiset. More...

Functions

template<typename TKey , typename TMapped , typename TKeyCompare >
bool operator== (const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &lhs, const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &rhs)
 Equal operator.
template<typename TKey , typename TMapped , typename TKeyCompare >
bool operator!= (const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &lhs, const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &rhs)
 Not equal operator.

Detailed Description

A unordered_multiset with the capacity defined at compile time.


Function Documentation

bool etl::operator!= ( const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &  lhs,
const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &  rhs 
)

Not equal operator.

Parameters:
lhsReference to the first unordered_multiset.
rhsReference to the second unordered_multiset.
Returns:
true if the arrays are not equal, otherwise false

Definition at line 1213 of file unordered_multiset.h.

bool etl::operator== ( const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &  lhs,
const etl::iunordered_multiset< TKey, TMapped, TKeyCompare > &  rhs 
)

Equal operator.

Parameters:
lhsReference to the first unordered_multiset.
rhsReference to the second unordered_multiset.
Returns:
true if the arrays are equal, otherwise false

Definition at line 1200 of file unordered_multiset.h.