API Reference > Other Classes > OdArrayMemAlloc Template > OdArrayMemAlloc Methods > append Method > OdArrayMemAlloc::append Method (T&)
OdArrayMemAlloc::append Method (T&)
Syntax
C++
size_type append(const T& value);
Parameters 
Description 
const T& value 
[in] Value to append. 

Returns the index of the new last element.

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

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.