|
| 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 |