STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
stdext::hash_multiset< _Kty, _Tr, _Alloc > Class Template Reference
Inheritance diagram for stdext::hash_multiset< _Kty, _Tr, _Alloc >:
_Hash< _Traits >

Public Types

typedef hash_multiset< _Kty, _Tr, _Alloc > _Myt
 
typedef _Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
 
typedef _Kty key_type
 
typedef _Tr key_compare
 
typedef _Mybase::value_compare value_compare
 
typedef _Mybase::allocator_type allocator_type
 
typedef _Mybase::size_type size_type
 
typedef _Mybase::difference_type difference_type
 
typedef _Mybase::pointer pointer
 
typedef _Mybase::const_pointer const_pointer
 
typedef _Mybase::reference reference
 
typedef _Mybase::const_reference const_reference
 
typedef _Mybase::iterator iterator
 
typedef _Mybase::const_iterator const_iterator
 
typedef _Mybase::value_type value_type
 
typedef _STD reverse_iterator< iteratorreverse_iterator
 
typedef _STD reverse_iterator< const_iteratorconst_reverse_iterator
 
- Public Types inherited from _Hash< _Traits >
enum  { _Bucket_size = key_compare::bucket_size, _Min_buckets = 8, _Multi = _Traits::_Multi }
 
typedef _Hash< _Traits > _Myt
 
typedef _Traits::key_type key_type
 
typedef _Traits::key_compare key_compare
 
typedef _Traits::value_compare value_compare
 
typedef list< typename _Traits::value_type, typename _Traits::allocator_type > _Mylist
 
typedef _Mylist::_Alty _Alty
 
typedef _Mylist::value_type value_type
 
typedef _Mylist::allocator_type allocator_type
 
typedef _Mylist::size_type size_type
 
typedef _Mylist::difference_type difference_type
 
typedef _Mylist::pointer pointer
 
typedef _Mylist::const_pointer const_pointer
 
typedef _Mylist::reference reference
 
typedef _Mylist::const_reference const_reference
 
typedef _If< is_same< key_type, value_type >::value, typename _Mylist::const_iterator, typename _Mylist::iterator >::type iterator
 
typedef _Mylist::const_iterator const_iterator
 
typedef _If< is_same< key_type, value_type >::value, typename _Mylist::_Unchecked_const_iterator, typename _Mylist::_Unchecked_iterator >::type _Unchecked_iterator
 
typedef _Mylist::_Unchecked_const_iterator _Unchecked_const_iterator
 
typedef vector< _Unchecked_iterator, typename _Alty::template rebind< _Unchecked_iterator >::other > _Myvec
 
typedef pair< iterator, bool_Pairib
 
typedef pair< iterator, iterator_Pairii
 
typedef pair< const_iterator, const_iterator_Paircc
 
typedef iterator local_iterator
 
typedef const_iterator const_local_iterator
 

Public Member Functions

 hash_multiset ()
 
 hash_multiset (const allocator_type &_Al)
 
 hash_multiset (const _Myt &_Right)
 
 hash_multiset (const _Myt &_Right, const allocator_type &_Al)
 
 hash_multiset (const key_compare &_Traits)
 
 hash_multiset (const key_compare &_Traits, const allocator_type &_Al)
 
template<class _Iter >
 hash_multiset (_Iter _First, _Iter _Last)
 
template<class _Iter >
 hash_multiset (_Iter _First, _Iter _Last, const key_compare &_Traits)
 
template<class _Iter >
 hash_multiset (_Iter _First, _Iter _Last, const key_compare &_Traits, const allocator_type &_Al)
 
_Mytoperator= (const _Myt &_Right)
 
 hash_multiset (_Myt &&_Right)
 
 hash_multiset (_Myt &&_Right, const allocator_type &_Al)
 
_Mytoperator= (_Myt &&_Right)
 
void swap (_Myt &_Right)
 
 hash_multiset (_STD initializer_list< value_type > _Ilist)
 
 hash_multiset (_STD initializer_list< value_type > _Ilist, const key_compare &_Pred)
 
 hash_multiset (_STD initializer_list< value_type > _Ilist, const key_compare &_Pred, const allocator_type &_Al)
 
_Mytoperator= (_STD initializer_list< value_type > _Ilist)
 
reverse_iterator rbegin () _NOEXCEPT
 
const_reverse_iterator rbegin () const _NOEXCEPT
 
reverse_iterator rend () _NOEXCEPT
 
const_reverse_iterator rend () const _NOEXCEPT
 
const_reverse_iterator crbegin () const _NOEXCEPT
 
const_reverse_iterator crend () const _NOEXCEPT
 
- Public Member Functions inherited from _Hash< _Traits >
 _Hash (const key_compare &_Parg, const allocator_type &_Al)
 
template<class _Any_alloc >
 _Hash (const _Myt &_Right, const _Any_alloc &_Al)
 
 _Hash (_Myt &&_Right)
 
template<class _Iter >
void _Move_nodes (_Iter _First, _Iter _Last, true_type)
 
template<class _Iter >
void _Move_nodes (_Iter _First, _Iter _Last, false_type)
 
template<class _Other >
void _Move_assign_list (_Other &_Right, true_type)
 
template<class _Other >
void _Move_assign_list (_Other &_Right, false_type)
 
 _Hash (_Myt &&_Right, const allocator_type &_Al)
 
_Mytoperator= (_Myt &&_Right)
 
template<class... _Valty>
_Pairib emplace (_Valty &&..._Val)
 
template<class... _Valty>
iterator emplace_hint (const_iterator, _Valty &&..._Val)
 
 ~_Hash () _NOEXCEPT
 
_Mytoperator= (const _Myt &_Right)
 
iterator begin () _NOEXCEPT
 
const_iterator begin () const _NOEXCEPT
 
iterator end () _NOEXCEPT
 
const_iterator end () const _NOEXCEPT
 
_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
 
const_iterator cbegin () const _NOEXCEPT
 
const_iterator cend () 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
 
local_iterator begin (size_type _Bucket)
 
const_local_iterator begin (size_type _Bucket) const
 
local_iterator end (size_type _Bucket)
 
const_local_iterator end (size_type _Bucket) const
 
const_local_iterator cbegin (size_type _Bucket) const
 
const_local_iterator cend (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)
 
template<bool _Multi2 = _Multi, enable_if_t<!_Multi2, int > = 0>
_Pairib insert (const value_type &_Val)
 
template<bool _Multi2 = _Multi, enable_if_t< _Multi2, int > = 0>
iterator insert (const value_type &_Val)
 
template<bool _Multi2 = _Multi, enable_if_t<!_Multi2, int > = 0>
_Pairib insert (value_type &&_Val)
 
template<bool _Multi2 = _Multi, enable_if_t< _Multi2, int > = 0>
iterator insert (value_type &&_Val)
 
iterator insert (const_iterator, const value_type &_Val)
 
iterator insert (const_iterator, value_type &&_Val)
 
template<class _Iter >
void insert (_Iter _First, _Iter _Last)
 
void insert (initializer_list< value_type > _Ilist)
 
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)
 

Additional Inherited Members

- Protected Member Functions inherited from _Hash< _Traits >
template<class _Valty >
_Unchecked_iterator _Buynode_if_nil (_Valty &&, _Unchecked_iterator _Plist)
 
template<class _Valty >
_Unchecked_iterator _Buynode_if_nil (_Valty &&_Val, _Nil)
 
void _Destroy_if_not_nil (_Unchecked_iterator _Plist)
 
void _Destroy_if_not_nil (_Nil)
 
template<class _Valty , class _Nodety >
_Pairib _Insert (_Valty &&_Val, _Nodety _Pnode)
 
_Unchecked_iterator_Vec_lo (size_type _Bucket)
 
_Unchecked_const_iterator_Vec_lo (size_type _Bucket) const
 
_Unchecked_iterator_Vec_hi (size_type _Bucket)
 
_Unchecked_const_iterator_Vec_hi (size_type _Bucket) const
 
_Unchecked_iterator _Begin (size_type _Bucket)
 
_Unchecked_const_iterator _Begin (size_type _Bucket) const
 
_Unchecked_iterator _End (size_type _Bucket)
 
_Unchecked_const_iterator _End (size_type _Bucket) const
 
void _Erase_bucket (iterator _Plist_arg, size_type _Bucket)
 
void _Insert_bucket (_Unchecked_iterator _Plist, _Unchecked_iterator _Where, size_type _Bucket)
 
void _Copy (const _Myt &_Right)
 
size_type _Hashval (const key_type &_Keyval) const
 
void _Init (size_type _Buckets=_Min_buckets)
 
void _Check_size ()
 
void _Reinsert ()
 
float & _Max_bucket_size () _NOEXCEPT
 
const float & _Max_bucket_size () const _NOEXCEPT
 
- Protected Attributes inherited from _Hash< _Traits >
_Traits _Traitsobj
 
_Mylist _List
 
_Myvec _Vec
 
size_type _Mask
 
size_type _Maxidx
 

Member Typedef Documentation

template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Hash<_Hset_traits<_Kty, _Tr, _Alloc, true> > stdext::hash_multiset< _Kty, _Tr, _Alloc >::_Mybase
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef hash_multiset<_Kty, _Tr, _Alloc> stdext::hash_multiset< _Kty, _Tr, _Alloc >::_Myt
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::allocator_type stdext::hash_multiset< _Kty, _Tr, _Alloc >::allocator_type
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::const_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::const_iterator
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::const_pointer stdext::hash_multiset< _Kty, _Tr, _Alloc >::const_pointer
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::const_reference stdext::hash_multiset< _Kty, _Tr, _Alloc >::const_reference
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _STD reverse_iterator<const_iterator> stdext::hash_multiset< _Kty, _Tr, _Alloc >::const_reverse_iterator
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::difference_type stdext::hash_multiset< _Kty, _Tr, _Alloc >::difference_type
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::iterator
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Tr stdext::hash_multiset< _Kty, _Tr, _Alloc >::key_compare
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Kty stdext::hash_multiset< _Kty, _Tr, _Alloc >::key_type
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::pointer stdext::hash_multiset< _Kty, _Tr, _Alloc >::pointer
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::reference stdext::hash_multiset< _Kty, _Tr, _Alloc >::reference
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _STD reverse_iterator<iterator> stdext::hash_multiset< _Kty, _Tr, _Alloc >::reverse_iterator
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::size_type stdext::hash_multiset< _Kty, _Tr, _Alloc >::size_type
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::value_compare stdext::hash_multiset< _Kty, _Tr, _Alloc >::value_compare
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
typedef _Mybase::value_type stdext::hash_multiset< _Kty, _Tr, _Alloc >::value_type

Constructor & Destructor Documentation

template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( )
inline
305  { // construct empty set from defaults
306  }
_Tr key_compare
Definition: hash_set:290
_Mybase::allocator_type allocator_type
Definition: hash_set:292
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( const allocator_type _Al)
inlineexplicit
309  : _Mybase(key_compare(), _Al)
310  { // construct empty set from defaults, allocator
311  }
_Tr key_compare
Definition: hash_set:290
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( const _Myt _Right)
inline
314  : _Mybase(_Right,
315  _Right._List._Getal().select_on_container_copy_construction())
316  { // construct set by copying _Right
317  }
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( const _Myt _Right,
const allocator_type _Al 
)
inline
320  : _Mybase(_Right, _Al)
321  { // construct set by copying _Right, allocator
322  }
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( const key_compare _Traits)
inlineexplicit
325  : _Mybase(_Traits, allocator_type())
326  { // construct empty set from comparator
327  }
_Mybase::allocator_type allocator_type
Definition: hash_set:292
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( const key_compare _Traits,
const allocator_type _Al 
)
inline
331  : _Mybase(_Traits, _Al)
332  { // construct empty set from comparator and allocator
333  }
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
template<class _Iter >
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _Iter  _First,
_Iter  _Last 
)
inline
338  { // construct from sequence, defaults
339  this->insert(_First, _Last);
340  }
_Pairib insert(const value_type &_Val)
Definition: xhash:535
_Tr key_compare
Definition: hash_set:290
_Mybase::allocator_type allocator_type
Definition: hash_set:292
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
_FwdIt _Last
Definition: algorithm:1936
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
template<class _Iter >
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _Iter  _First,
_Iter  _Last,
const key_compare _Traits 
)
inline
345  : _Mybase(_Traits, allocator_type())
346  { // construct from sequence, comparator
347  this->insert(_First, _Last);
348  }
_Pairib insert(const value_type &_Val)
Definition: xhash:535
_Mybase::allocator_type allocator_type
Definition: hash_set:292
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
_FwdIt _Last
Definition: algorithm:1936
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
template<class _Iter >
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _Iter  _First,
_Iter  _Last,
const key_compare _Traits,
const allocator_type _Al 
)
inline
353  : _Mybase(_Traits, _Al)
354  { // construct from sequence, comparator, and allocator
355  this->insert(_First, _Last);
356  }
_Pairib insert(const value_type &_Val)
Definition: xhash:535
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
_FwdIt _Last
Definition: algorithm:1936
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _Myt &&  _Right)
inline
365  : _Mybase(_STD move(_Right))
366  { // construct set by moving _Right
367  }
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1349
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _Myt &&  _Right,
const allocator_type _Al 
)
inline
370  : _Mybase(_STD move(_Right), _Al)
371  { // construct set by moving _Right, allocator
372  }
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1349
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _STD initializer_list< value_type _Ilist)
inline
387  { // construct from initializer_list, defaults
388  this->insert(_Ilist);
389  }
_Pairib insert(const value_type &_Val)
Definition: xhash:535
_Tr key_compare
Definition: hash_set:290
_Mybase::allocator_type allocator_type
Definition: hash_set:292
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _STD initializer_list< value_type _Ilist,
const key_compare _Pred 
)
inline
394  { // construct from initializer_list, comparator
395  this->insert(_Ilist);
396  }
_FwdIt const _Ty _Pr _Pred
Definition: algorithm:1985
_Pairib insert(const value_type &_Val)
Definition: xhash:535
_Mybase::allocator_type allocator_type
Definition: hash_set:292
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
stdext::hash_multiset< _Kty, _Tr, _Alloc >::hash_multiset ( _STD initializer_list< value_type _Ilist,
const key_compare _Pred,
const allocator_type _Al 
)
inline
400  : _Mybase(_Pred, _Al)
401  { // construct from initializer_list, comparator, and allocator
402  this->insert(_Ilist);
403  }
_FwdIt const _Ty _Pr _Pred
Definition: algorithm:1985
_Pairib insert(const value_type &_Val)
Definition: xhash:535
_Hash< _Hset_traits< _Kty, _Tr, _Alloc, true > > _Mybase
Definition: hash_set:288

Member Function Documentation

template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
const_reverse_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::crbegin ( ) const
inline
436  { // return iterator for beginning of reversed nonmutable sequence
437  return (rbegin());
438  }
reverse_iterator rbegin() _NOEXCEPT
Definition: hash_set:415
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
const_reverse_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::crend ( ) const
inline
441  { // return iterator for end of reversed nonmutable sequence
442  return (rend());
443  }
reverse_iterator rend() _NOEXCEPT
Definition: hash_set:425
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
_Myt& stdext::hash_multiset< _Kty, _Tr, _Alloc >::operator= ( const _Myt _Right)
inline
359  { // assign by copying _Right
361  return (*this);
362  }
_Myt & operator=(_Myt &&_Right)
Definition: xhash:275
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
_Myt& stdext::hash_multiset< _Kty, _Tr, _Alloc >::operator= ( _Myt &&  _Right)
inline
375  { // assign by moving _Right
377  return (*this);
378  }
_Myt & operator=(_Myt &&_Right)
Definition: xhash:275
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1349
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
_Myt& stdext::hash_multiset< _Kty, _Tr, _Alloc >::operator= ( _STD initializer_list< value_type _Ilist)
inline
406  { // assign initializer_list
407  this->clear();
408  this->insert(_Ilist);
409  return (*this);
410  }
_Pairib insert(const value_type &_Val)
Definition: xhash:535
void clear() _NOEXCEPT
Definition: xhash:617
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
reverse_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::rbegin ( )
inline
416  { // return iterator for beginning of reversed mutable sequence
417  return (reverse_iterator(this->end()));
418  }
_STD reverse_iterator< iterator > reverse_iterator
Definition: hash_set:412
iterator end() _NOEXCEPT
Definition: xhash:335
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
const_reverse_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::rbegin ( ) const
inline
421  { // return iterator for beginning of reversed nonmutable sequence
422  return (const_reverse_iterator(this->end()));
423  }
iterator end() _NOEXCEPT
Definition: xhash:335
_STD reverse_iterator< const_iterator > const_reverse_iterator
Definition: hash_set:413
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
reverse_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::rend ( )
inline
426  { // return iterator for end of reversed mutable sequence
427  return (reverse_iterator(this->begin()));
428  }
_STD reverse_iterator< iterator > reverse_iterator
Definition: hash_set:412
iterator begin() _NOEXCEPT
Definition: xhash:325
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
const_reverse_iterator stdext::hash_multiset< _Kty, _Tr, _Alloc >::rend ( ) const
inline
431  { // return iterator for end of reversed nonmutable sequence
432  return (const_reverse_iterator(this->begin()));
433  }
iterator begin() _NOEXCEPT
Definition: xhash:325
_STD reverse_iterator< const_iterator > const_reverse_iterator
Definition: hash_set:413
template<class _Kty, class _Tr = hash_compare<_Kty, less<_Kty> >, class _Alloc = allocator<_Kty>>
void stdext::hash_multiset< _Kty, _Tr, _Alloc >::swap ( _Myt _Right)
inline
381  { // exchange contents with non-movable _Right
383  }
void swap(_Myt &_Right)
Definition: xhash:721
constexpr const _Ty &() _Right
Definition: algorithm:3723

The documentation for this class was generated from the following file: