nw::ut::MoveArray::push_back Member Function

Syntax

bool push_back(
     const TElement & element
);

Template Arguments

Name Description
TElement The type of this class's elements.

Arguments

Name Description
in element Reference to the element to be added.

Return Values

Description

Adds an element to the end. Returns false in the return value if the element could not be added.


CONFIDENTIAL