Isle
|
[AI] Multiset wrapper for storing ordered collections of non-unique elements with a custom allocator. More...
#include <mxstl.h>
Public Types | |
typedef Multiset< _K, _Pr > | _Myt |
[AI] Self type [AI] More... | |
typedef allocator< _K > | _A |
[AI] Allocator type [AI] More... | |
Public Member Functions | |
Multiset (const _Pr &_Pred=_Pr()) | |
[AI] Constructs an empty Multiset with an optional predicate. More... | |
void | swap (_Myt &_X) |
[AI] Swaps with another Multiset. More... | |
Friends | |
void | swap (_Myt &_X, _Myt &_Y) |
[AI] Friend swap for Multiset. More... | |
[AI] Multiset wrapper for storing ordered collections of non-unique elements with a custom allocator.
[AI] Used for grouped elements where duplicates are permitted, such as a collection of repeated resource tokens.
typedef allocator<_K> Multiset< _K, _Pr >::_A |
|
inlineexplicit |