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

Syntax

template <typename TArg0>
void PushBackFast(
     TArg0 arg0
);
template <typename TArg0, typename TArg1>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1
);
template <typename TArg0, typename TArg1, typename TArg2>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3,
     TArg4 arg4
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3,
     TArg4 arg4,
     TArg5 arg5
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3,
     TArg4 arg4,
     TArg5 arg5,
     TArg6 arg6
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3,
     TArg4 arg4,
     TArg5 arg5,
     TArg6 arg6,
     TArg7 arg7
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TArg8>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3,
     TArg4 arg4,
     TArg5 arg5,
     TArg6 arg6,
     TArg7 arg7,
     TArg8 arg8
);
template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TArg8, typename TArg9>
void PushBackFast(
     TArg0 arg0,
     TArg1 arg1,
     TArg2 arg2,
     TArg3 arg3,
     TArg4 arg4,
     TArg5 arg5,
     TArg6 arg6,
     TArg7 arg7,
     TArg8 arg8,
     TArg9 arg9
);

List of Overloaded Member Functions

PushBackFast ( TArg0 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8 ) A fast version of push_back.
PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9 ) A fast version of push_back.

Description of PushBackFast ( TArg0 )

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.

Description of PushBackFast ( TArg0, TArg1 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8 )

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.

Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9 )

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