Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::iconst_multimap< TKey, TMapped, TKeyCompare >::value_compare Class Reference

How to compare elements and keys. More...

#include <const_multimap.h>

Public Member Functions

ETL_CONSTEXPR14 bool operator() (const value_type &element1, const value_type &element2) const ETL_NOEXCEPT
ETL_CONSTEXPR14 bool operator() (const value_type &element, const key_type &key) const ETL_NOEXCEPT
template<typename K, typename KC = TKeyCompare, etl::enable_if_t< comparator_is_transparent< KC >::value, int > = 0>
ETL_CONSTEXPR14 bool operator() (const value_type &element, const K &key) const ETL_NOEXCEPT
ETL_CONSTEXPR14 bool operator() (const key_type &key, const value_type &element) const ETL_NOEXCEPT
template<typename K, typename KC = TKeyCompare, etl::enable_if_t< comparator_is_transparent< KC >::value, int > = 0>
ETL_CONSTEXPR14 bool operator() (const K &key, const value_type &element) const ETL_NOEXCEPT

Public Attributes

key_compare kcompare

Detailed Description

template<typename TKey, typename TMapped, typename TKeyCompare = etl::less<TKey>>
class etl::iconst_multimap< TKey, TMapped, TKeyCompare >::value_compare

How to compare elements and keys.


The documentation for this class was generated from the following file: