Stored elements' type
Derived type extending this IContainer
Iterator type
Reverse iterator type
Deduct iterator type.
Deduct reverse iterator type.
Deduct value type.
Range Assigner.
Input iteartor of the first position.
Input iterator of the last position.
Erase an element.
Position to erase.
Iterator following the pos, strained by the erasing.
Erase elements in range.
Range of the first position to erase.
Rangee of the last position to erase.
Iterator following the last removed element, strained by the erasing.
Insert items at the end.
Items to insert.
Number of elements in the container after insertion.
Swap elements.
Target container to swap.
Native function for JSON.stringify()
.
An array containing children elements.
Generated using TypeDoc
Common interface for containers.
Jeongho Nam - https://github.com/samchon