Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdArrayMemAlloc<class T, class A, class Mm>::assign Method
Syntax
C++
void assign(const_iterator first, const_iterator afterLast);

Assigns the specified range of elements to this Array object. 

 

Parameters
Description
first
[in] Position of first element to be assigned.
afterLast
[in] Position of first element after the last element to be assigned.

After this Array object is cleared, this function assigns the specified range of elements from another Array object.

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