Embedded Template Library 1.0
Loading...
Searching...
No Matches
const_multiset.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_multiset< TKey, TKeyCompare >
class  etl::const_multiset< TKey, Size, TKeyCompare >
 Multiset type designed for constexpr. More...
class  etl::const_multiset_ext< TKey, TKeyCompare >
 Template deduction guides. More...

Namespaces

namespace  etl
 bitset_ext

Functions

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