Inherits unordered_multimap< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, and std::__profile::_Unordered_profile< _UnorderedCont, _Unique_keys >.
|
template<typename _InputIterator > |
| unordered_multimap (_InputIterator __f, _InputIterator __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
|
template<typename _InputIterator > |
| unordered_multimap (_InputIterator __first, _InputIterator __last, size_type __n, const allocator_type &__a) |
|
template<typename _InputIterator > |
| unordered_multimap (_InputIterator __first, _InputIterator __last, size_type __n, const hasher &__hf, const allocator_type &__a) |
|
| unordered_multimap (const _Base &__x) |
|
| unordered_multimap (const allocator_type &__a) |
|
| unordered_multimap (const unordered_multimap &)=default |
|
| unordered_multimap (const unordered_multimap &__ummap, const allocator_type &__a) |
|
| unordered_multimap (initializer_list< value_type > __l, size_type __n, const allocator_type &__a) |
|
| unordered_multimap (initializer_list< value_type > __l, size_type __n, const hasher &__hf, const allocator_type &__a) |
|
| unordered_multimap (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
|
| unordered_multimap (size_type __n, const allocator_type &__a) |
|
| unordered_multimap (size_type __n, const hasher &__hf, const allocator_type &__a) |
|
| unordered_multimap (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
|
| unordered_multimap (unordered_multimap &&)=default |
|
| unordered_multimap (unordered_multimap &&__ummap, const allocator_type &__a) |
|
void | clear () noexcept |
|
template<typename... _Args> |
iterator | emplace (_Args &&... __args) |
|
template<typename... _Args> |
iterator | emplace_hint (const_iterator __it, _Args &&... __args) |
|
template<typename _InputIter > |
void | insert (_InputIter __first, _InputIter __last) |
|
template<typename _Pair , typename = typename std::enable_if<std::is_constructible<value_type, _Pair&&>::value>::type> |
iterator | insert (_Pair &&__obj) |
|
iterator | insert (const value_type &__obj) |
|
template<typename _Pair , typename = typename std::enable_if<std::is_constructible<value_type, _Pair&&>::value>::type> |
iterator | insert (const_iterator __iter, _Pair &&__v) |
|
iterator | insert (const_iterator __iter, const value_type &__v) |
|
void | insert (std::initializer_list< value_type > __l) |
|
unordered_multimap & | operator= (const unordered_multimap &)=default |
|
unordered_multimap & | operator= (initializer_list< value_type > __l) |
|
unordered_multimap & | operator= (unordered_multimap &&)=default |
|
void | rehash (size_type __n) |
|
void | swap (unordered_multimap &__x) noexcept(noexcept(__x._M_base().swap(__x))) |
|
template<typename _Key, typename _Tp, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
class std::__profile::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >
Class std::unordered_multimap wrapper with performance instrumentation.
Definition at line 329 of file profile/unordered_map.
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _InputIterator >
std::__profile::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_multimap |
( |
_InputIterator |
__f, |
|
|
_InputIterator |
__l, |
|
|
size_type |
__n = 0 , |
|
|
const hasher & |
__hf = hasher() , |
|
|
const key_equal & |
__eql = key_equal() , |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _InputIterator >
std::__profile::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_multimap |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
size_type |
__n, |
|
|
const allocator_type & |
__a |
|
) |
| |
|
inline |
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _InputIterator >
std::__profile::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_multimap |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
size_type |
__n, |
|
|
const hasher & |
__hf, |
|
|
const allocator_type & |
__a |
|
) |
| |
|
inline |
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename... _Args>
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _InputIter >
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _Pair , typename = typename std::enable_if<std::is_constructible<value_type, _Pair&&>::value>::type>
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
template<typename _Pair , typename = typename std::enable_if<std::is_constructible<value_type, _Pair&&>::value>::type>