nw::ut::MoveArray::PushBackFast Member Function

Syntax

template <typename TArg0>
void PushBackFast(
     TArg0 arg0
);

Arguments

Name Description
in arg0 Argument for the constructor for the array element.

Return Values

None.

Description

A fast version of push_back.

The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.


CONFIDENTIAL