Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslstl_unorderedmultiset.h File Reference

Provide an STL-compliant unordered_multiset container. More...

Go to the source code of this file.

Classes

class  bsl::unordered_multiset< KEY, HASH, EQUAL, ALLOCATOR >

Namespaces

namespace  bsl

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