Embedded Template Library 1.0
Loading...
Searching...
No Matches
const_multimap.h File Reference
#include "platform.h"
#include "algorithm.h"
#include "type_traits.h"
#include "functional.h"
#include "nth_type.h"
#include "span.h"
#include "private/comparator_is_transparent.h"

Go to the source code of this file.

Classes

class  etl::iconst_multimap< TKey, TMapped, TKeyCompare >
 
class  etl::iconst_multimap< TKey, TMapped, TKeyCompare >::value_compare
 How to compare elements and keys. More...
 
class  etl::const_multimap< TKey, TMapped, Size, TKeyCompare >
 Multimap type designed for constexpr. More...
 
class  etl::const_multimap_ext< TKey, TMapped, TKeyCompare >
 Template deduction guides. More...
 

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename TKey , typename TMapped , typename TKeyCompare >
ETL_CONSTEXPR14 bool etl::operator== (const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Template deduction guides.
 
template<typename TKey , typename TMapped , typename TKeyCompare >
ETL_CONSTEXPR14 bool etl::operator!= (const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Inequality test.
 
template<typename TKey , typename TMapped , typename TKeyCompare >
ETL_CONSTEXPR14 bool etl::operator< (const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 
template<typename TKey , typename TMapped , typename TKeyCompare >
ETL_CONSTEXPR14 bool etl::operator> (const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 
template<typename TKey , typename TMapped , typename TKeyCompare >
ETL_CONSTEXPR14 bool etl::operator<= (const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 
template<typename TKey , typename TMapped , typename TKeyCompare >
ETL_CONSTEXPR14 bool etl::operator>= (const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_multimap< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT