Stored elements' type
Derived type extending this IDequeContainer
Iterator type
Reverse iterator type
Iterator of ILinearContainer
Reverse iterator of ILinearContainer
Fill Assigner.
Initial size.
Value to fill.
Range Assigner.
Input iterator of the first position.
Input iterator of the last position.
Get the last element.
The last element.
Change the last element.
The value to change.
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.
Get the first element.
The first element.
Change the first element.
The value to change.
Insert a single element.
Position to insert.
Value to insert.
An iterator to the newly inserted element.
Insert repeated elements.
Position to insert.
Number of elements to insert.
Value to insert repeatedly.
An iterator to the first of the newly inserted elements.
Insert range elements.
Position to insert.
Input iterator of the first position.
Input iteartor of the last position.
An iterator to the first of the newly inserted elements.
Erase the last element.
Erase the first element.
Insert items at the end.
Items to insert.
Number of elements in the container after insertion.
Insert an element at the first.
Value to insert.
Resize this Vector forcibly.
New container size.
Swap elements.
Target container to swap.
Native function for JSON.stringify()
.
An array containing children elements.
Generated using TypeDoc
Common interface for deque containers.
Jeongho Nam - https://github.com/samchon