nw::ut::MoveArray::push_back Member Function
bool push_back(
const TElement & element
);
| Name | Description |
|---|---|
TElement |
The type of this class's elements. |
| Name | Description | |
|---|---|---|
| in | element |
Reference to the element to be added. |
Adds an element to the end. Returns false in the return value if the element could not be added.
CONFIDENTIAL