Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

flat_multimap.h File Reference

flat_multimap.h File Reference

Go to the source code of this file.

Data Structures

class  iflat_multimap< TKey, TMapped, TKeyCompare >
 The base class for specifically sized flat_multimaps. More...
class  flat_multimap< TKey, TValue, MAX_SIZE_, TCompare >
 A flat_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::iflat_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iflat_multimap< TKey, TMapped, TKeyCompare > &rhs)
 Equal operator.
template<typename TKey , typename TMapped , typename TKeyCompare >
bool operator!= (const etl::iflat_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iflat_multimap< TKey, TMapped, TKeyCompare > &rhs)
 Not equal operator.

Detailed Description

Definition in file flat_multimap.h.