Key type
Derived type extending this MultiTreeSet
Iterator type
Reverse iterator type
Iterator of MultiSet
Reverse iterator of MultiSet
Default Constructor.
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.
Get range of equal elements.
Key to search for.
Pair of lower_bound and upper_bound.
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.
An iterator to the newly inserted element.
Insert an element with hint.
Hint for the position where the element can be inserted.
An iterator to the newly inserted element.
Insert range elements.
Get key comparison function.
The key comparison function.
Get iterator to lower bound.
Key to search for.
Iterator to the first element equal or after to the key.
Insert items at the end.
Items to insert.
Number of elements in the container after insertion.
Native function for JSON.stringify()
.
An array containing children elements.
Get iterator to upper bound.
Key to search for.
Iterator to the first element after the key.
Get value comparison function.
The value comparison function.
Generated using TypeDoc
Basic tree set allowing duplicated keys.
Mapped type
Jeongho Nam - https://github.com/samchon