A container that has a unsorted but packed list of elements. More...
Public Member Functions | |
void | insert (const ElementType &elementTypeToInsert) |
Inserts an element at the end of the unordered stack. More... | |
void | remove (const ElementType &elementTypeToRemove) |
Removes the given element and puts the last element into its slot. More... | |
UnorderedStack () noexcept | |
Creates an unordered stack. More... | |
A container that has a unsorted but packed list of elements.
Features:
|
inlinenoexcept |
Creates an unordered stack.
|
inline |
Inserts an element at the end of the unordered stack.
|
inline |
Removes the given element and puts the last element into its slot.