|
| unordered_multimap () |
|
| unordered_multimap (const allocator_type &_Al) |
|
| unordered_multimap (const _Myt &_Right) |
|
| unordered_multimap (const _Myt &_Right, const allocator_type &_Al) |
|
| unordered_multimap (size_type _Buckets) |
|
| unordered_multimap (size_type _Buckets, const hasher &_Hasharg) |
|
| unordered_multimap (size_type _Buckets, const hasher &_Hasharg, const _Keyeq &_Keyeqarg) |
|
| unordered_multimap (size_type _Buckets, const hasher &_Hasharg, const _Keyeq &_Keyeqarg, const allocator_type &_Al) |
|
template<class _Iter > |
| unordered_multimap (_Iter _First, _Iter _Last) |
|
template<class _Iter > |
| unordered_multimap (_Iter _First, _Iter _Last, size_type _Buckets) |
|
template<class _Iter > |
| unordered_multimap (_Iter _First, _Iter _Last, size_type _Buckets, const hasher &_Hasharg) |
|
template<class _Iter > |
| unordered_multimap (_Iter _First, _Iter _Last, size_type _Buckets, const hasher &_Hasharg, const _Keyeq &_Keyeqarg) |
|
template<class _Iter > |
| unordered_multimap (_Iter _First, _Iter _Last, size_type _Buckets, const hasher &_Hasharg, const _Keyeq &_Keyeqarg, const allocator_type &_Al) |
|
_Myt & | operator= (const _Myt &_Right) |
|
| unordered_multimap (_Myt &&_Right) |
|
| unordered_multimap (_Myt &&_Right, const allocator_type &_Al) |
|
_Myt & | operator= (_Myt &&_Right) |
|
template<class _Valty > |
enable_if< is_convertible< _Valty, value_type >::value, iterator >::type | insert (_Valty &&_Val) |
|
template<class _Valty > |
enable_if< is_convertible< _Valty, value_type >::value, iterator >::type | insert (const_iterator _Where, _Valty &&_Val) |
|
template<class... _Valty> |
iterator | emplace (_Valty &&..._Val) |
|
void | swap (_Myt &_Right) |
|
| unordered_multimap (_XSTD initializer_list< value_type > _Ilist) |
|
| unordered_multimap (_XSTD initializer_list< value_type > _Ilist, size_type _Buckets) |
|
| unordered_multimap (_XSTD initializer_list< value_type > _Ilist, size_type _Buckets, const hasher &_Hasharg) |
|
| unordered_multimap (_XSTD initializer_list< value_type > _Ilist, size_type _Buckets, const hasher &_Hasharg, const _Keyeq &_Keyeqarg) |
|
| unordered_multimap (_XSTD initializer_list< value_type > _Ilist, size_type _Buckets, const hasher &_Hasharg, const _Keyeq &_Keyeqarg, const allocator_type &_Al) |
|
_Myt & | operator= (_XSTD initializer_list< value_type > _Ilist) |
|
void | insert (_XSTD initializer_list< value_type > _Ilist) |
|
hasher | hash_function () const |
|
key_equal | key_eq () const |
|
iterator | insert (const value_type &_Val) |
|
iterator | insert (const_iterator _Where, const value_type &_Val) |
|
template<class _Iter > |
void | insert (_Iter _First, _Iter _Last) |
|
| _Hash (const key_compare &_Parg, const allocator_type &_Al) |
|
| _Hash (const value_type *_First, const value_type *_Last, const key_compare &_Parg, const allocator_type &_Al) |
|
| _Hash (const _Myt &_Right, const allocator_type &_Al) |
|
| _Hash (_Myt &&_Right, const allocator_type &_Al) |
|
_Myt & | operator= (_Myt &&_Right) |
|
_Myt & | operator= (const _Myt &_Right) |
|
void | _Assign_rv (_Myt &&_Right) |
|
_Pairib | insert (value_type &&_Val) |
|
iterator | insert (const_iterator, value_type &&_Val) |
|
enable_if< is_convertible< _Valty, value_type >::value, _Pairib >::type | insert (_Valty &&_Val) |
|
enable_if< is_convertible< _Valty, value_type >::value, iterator >::type | insert (const_iterator, _Valty &&_Val) |
|
_Pairib | insert (const value_type &_Val) |
|
iterator | insert (const_iterator, const value_type &_Val) |
|
void | insert (_Iter _First, _Iter _Last) |
|
void | insert (_XSTD initializer_list< value_type > _Ilist) |
|
_Pairib | emplace (_Valty &&..._Val) |
|
iterator | emplace_hint (const_iterator, _Valty &&..._Val) |
|
| ~_Hash () _NOEXCEPT |
|
iterator | begin () _NOEXCEPT |
|
const_iterator | begin () const _NOEXCEPT |
|
local_iterator | begin (size_type _Bucket) |
|
const_local_iterator | begin (size_type _Bucket) const |
|
iterator | end () _NOEXCEPT |
|
const_iterator | end () const _NOEXCEPT |
|
local_iterator | end (size_type _Bucket) |
|
const_local_iterator | end (size_type _Bucket) const |
|
_Unchecked_iterator | _Unchecked_begin () |
|
_Unchecked_const_iterator | _Unchecked_begin () const |
|
_Unchecked_iterator | _Unchecked_end () |
|
_Unchecked_const_iterator | _Unchecked_end () const |
|
iterator | _Make_iter (_Unchecked_const_iterator _Where) const |
|
iterator | _Make_iter (const_iterator _Where) const |
|
reverse_iterator | rbegin () _NOEXCEPT |
|
const_reverse_iterator | rbegin () const _NOEXCEPT |
|
reverse_iterator | rend () _NOEXCEPT |
|
const_reverse_iterator | rend () const _NOEXCEPT |
|
const_iterator | cbegin () const _NOEXCEPT |
|
const_local_iterator | cbegin (size_type _Bucket) const _NOEXCEPT |
|
const_iterator | cend () const _NOEXCEPT |
|
const_local_iterator | cend (size_type _Bucket) const _NOEXCEPT |
|
const_reverse_iterator | crbegin () const _NOEXCEPT |
|
const_reverse_iterator | crend () const _NOEXCEPT |
|
size_type | size () const _NOEXCEPT |
|
size_type | max_size () const _NOEXCEPT |
|
bool | empty () const _NOEXCEPT |
|
allocator_type | get_allocator () const _NOEXCEPT |
|
key_compare | key_comp () const |
|
value_compare | value_comp () const |
|
size_type | bucket_count () const _NOEXCEPT |
|
size_type | max_bucket_count () const _NOEXCEPT |
|
size_type | bucket (const key_type &_Keyval) const |
|
size_type | bucket_size (size_type _Bucket) const |
|
float | load_factor () const _NOEXCEPT |
|
float | max_load_factor () const _NOEXCEPT |
|
void | max_load_factor (float _Newmax) |
|
void | rehash (size_type _Buckets) |
|
void | reserve (size_type _Maxcount) |
|
iterator | erase (const_iterator _Plist) |
|
iterator | erase (const_iterator _First, const_iterator _Last) |
|
size_type | erase (const key_type &_Keyval) |
|
void | clear () _NOEXCEPT |
|
iterator | find (const key_type &_Keyval) |
|
const_iterator | find (const key_type &_Keyval) const |
|
size_type | count (const key_type &_Keyval) const |
|
iterator | lower_bound (const key_type &_Keyval) |
|
const_iterator | lower_bound (const key_type &_Keyval) const |
|
iterator | upper_bound (const key_type &_Keyval) |
|
const_iterator | upper_bound (const key_type &_Keyval) const |
|
_Pairii | equal_range (const key_type &_Keyval) |
|
_Paircc | equal_range (const key_type &_Keyval) const |
|
void | swap (_Myt &_Right) |
|
| _Umap_traits (const _Uhash_compare< _Kty, _Hasher, _Keyeq > &_Traits=_Uhash_compare< _Kty, _Hasher, _Keyeq >()) |
|
| _Uhash_compare (_Hasher _Hasharg=_Hasher(), _Keyeq _Keyeqarg=_Keyeq()) |
|
| _Uhash_compare (_Keyeq _Keyeqarg) |
|
size_t | operator() (const _Kty &_Keyval) const |
|
bool | operator() (const _Kty &_Keyval1, const _Kty &_Keyval2) const |
|
| _Hash_oper2 (_Hasher _Hasharg=_Hasher(), _Keyeq _Keyeqarg=_Keyeq()) |
|
const _Keyeq & | _Getkeyeq () const |
|
| _Hash_oper1 (_Hasher _Hasharg) |
|
const hasher & | _Gethash () const |
|