BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_unorderedmultiset.h File Reference

Go to the source code of this file.

Classes

class  bsl::unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR >
 
struct  bslalg::HasStlIterators< bsl::unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > >
 
struct  bslma::UsesBslmaAllocator< bsl::unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR > >
 

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

Detailed Description

The content of this file has been pre-processed for Doxygen.