Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdArray<class T, class A>::append Method (T&&)
Syntax
C++
size_type append(T&& value);

Appends the specified value to the end of this Array object using move semantics. 

 

Parameters
Description
value
[in] Value to append.

Returns the index of the new last element.

Copyright © 2002-2022. Open Design Alliance All rights reserved.