Key type
Mapped type
Derived type extending this MultiMap
Return type of {@link MapContainer.insert}
Iterator type
Iterator of MapContainer
Reverse iterator type
Reverse iterator of MapContainer
Range Assigner.
Input iteartor of the first position.
Input iterator of the last position.
Count elements with a specified key.
Key to search for.
Number of elements with the specified key.
Construct and insert an element.
Key to be mapped.
Value to emplace.
An iterator to the newly inserted element.
Construct and insert element with hint.
Hint for the position where the element can be inserted.
Key of the new element.
Value of the new element.
An iterator to the newly inserted element.
Erase elements with a specified key.
Key to search for.
Number of erased elements.
Get iterator to element.
Key to search for.
An iterator to the element, if the specified key is found, otherwise this.end()
.
Test whether a key exists.
Key to search for.
Whether the specified key exists.
Insert an element.
A tuple to be referenced for the insert.
An iterator to the newly inserted element.
Insert an element with hint.
Hint for the position where the element can be inserted.
A tuple to be referenced for the insert.
An iterator to the newly inserted element.
Insert range elements.
Input iterator of the first position.
Input iteartor of the last position.
Native function for JSON.stringify()
.
An array containing children elements.
Generated using TypeDoc
Basic map container allowing duplicated keys.
Jeongho Nam - https://github.com/samchon