|
BDE 4.14.0 Production release
|
#include <bsls_ident.h>#include <bslscm_version.h>#include <bslstl_algorithm.h>#include <bslstl_equalto.h>#include <bslstl_hash.h>#include <bslstl_hashtable.h>#include <bslstl_hashtablebucketiterator.h>#include <bslstl_hashtableiterator.h>#include <bslstl_iteratorutil.h>#include <bslstl_pair.h>#include <bslstl_unorderedsetkeyconfiguration.h>#include <bslalg_bidirectionallink.h>#include <bslalg_bidirectionalnode.h>#include <bslalg_typetraithasstliterators.h>#include <bslma_allocatortraits.h>#include <bslma_isstdallocator.h>#include <bslma_bslallocator.h>#include <bslma_usesbslmaallocator.h>#include <bslmf_enableif.h>#include <bslmf_isbitwisemoveable.h>#include <bslmf_isnothrowswappable.h>#include <bslmf_nestedtraitdeclaration.h>#include <bslmf_typeidentity.h>#include <bslmf_util.h>#include <bsls_assert.h>#include <bsls_compilerfeatures.h>#include <bsls_keyword.h>#include <bsls_performancehint.h>#include <bsls_util.h>#include <cstddef>Go to the source code of this file.
Functions | |
| template<class KEY , class HASH , class EQUAL , class ALLOCATOR > | |
| bool | bsl::operator== (const unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &lhs, const unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &rhs) |
| template<class KEY , class HASH , class EQUAL , class ALLOCATOR > | |
| bool | bsl::operator!= (const unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &lhs, const unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &rhs) |
| template<class KEY , class HASH , class EQUAL , class ALLOCATOR , class PREDICATE > | |
| unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR >::size_type | bsl::erase_if (unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &ms, PREDICATE predicate) |
| template<class KEY , class HASH , class EQUAL , class ALLOCATOR > | |
| void | bsl::swap (unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &a, unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > &b) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(BSLS_KEYWORD_NOEXCEPT_OPERATOR(a.swap(b))) |
The content of this file has been pre-processed for Doxygen.