Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdArray<class T, class A>::appendList Method
Syntax
C++
template <typename... Args> OdArray& appendList(const Args&... args);

Appends the specified values to the end of this Array object. 

 

Parameters
Description
args
[in] Values to append.

Returns the reference to this Array.

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