Isle
|
[AI] Custom multimap supporting multiple values per key with custom allocator and comparator. More...
#include <mxstl.h>
Public Types | |
typedef Multimap< _K, _TYPE, _Pr > | _Myt |
[AI] Self type [AI] More... | |
typedef allocator< _TYPE > | _A |
[AI] Allocator type [AI] More... | |
Public Member Functions | |
Multimap (const _Pr &_Pred=_Pr()) | |
[AI] Constructs an empty Multimap with optional predicate. More... | |
void | swap (_Myt &_X) |
[AI] Swaps with another Multimap. More... | |
Friends | |
void | swap (_Myt &_X, _Myt &_Y) |
[AI] Friend swap for Multimap. More... | |
[AI] Custom multimap supporting multiple values per key with custom allocator and comparator.
[AI] Used where duplicate keys are needed within the engine's associative containers.
typedef allocator<_TYPE> Multimap< _K, _TYPE, _Pr >::_A |
|
inlineexplicit |