Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

flat_multiset.h File Reference

flat_multiset.h File Reference

Go to the source code of this file.

Data Structures

class  iflat_multiset< T, TKeyCompare >
 The base class for specifically sized flat_multisets. More...
class  flat_multiset< T, MAX_SIZE_, TCompare >
 A flat_multiset implementation that uses a fixed size buffer. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.


Functions

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

Detailed Description

Definition in file flat_multiset.h.