Embedded Template Library 1.0
Loading...
Searching...
No Matches
const_map.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_map< TKey, TMapped, TKeyCompare >
class  etl::iconst_map< TKey, TMapped, TKeyCompare >::value_compare
 How to compare elements and keys. More...
class  etl::const_map< TKey, TMapped, Size, TKeyCompare >
 Map type designed for constexpr. More...
class  etl::const_map_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_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_map< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Template deduction guides.
template<typename TKey, typename TMapped, typename TKeyCompare>
ETL_CONSTEXPR14 bool etl::operator!= (const etl::iconst_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_map< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Inequality test.
template<typename TKey, typename TMapped, typename TKeyCompare>
ETL_CONSTEXPR14 bool etl::operator< (const etl::iconst_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_map< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Less-than.
template<typename TKey, typename TMapped, typename TKeyCompare>
ETL_CONSTEXPR14 bool etl::operator> (const etl::iconst_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_map< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Greater-than.
template<typename TKey, typename TMapped, typename TKeyCompare>
ETL_CONSTEXPR14 bool etl::operator<= (const etl::iconst_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_map< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Less-than-equal.
template<typename TKey, typename TMapped, typename TKeyCompare>
ETL_CONSTEXPR14 bool etl::operator>= (const etl::iconst_map< TKey, TMapped, TKeyCompare > &lhs, const etl::iconst_map< TKey, TMapped, TKeyCompare > &rhs) ETL_NOEXCEPT
 Greater-than-equal.