Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

unordered_multimap.h File Reference

unordered_multimap.h File Reference

Go to the source code of this file.

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...
class  unordered_multimap< TKey, TValue, MAX_SIZE_, MAX_BUCKETS_, THash, TKeyEqual >
 A templated unordered_multimap 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_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

Definition in file unordered_multimap.h.