Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdVector<class T, class A, class Mm>::OdVector Constructor (OdVector&&)
Syntax
C++
OdVector(OdVector&& vec);

Move constructor. Creates a vector and initializes it with parameters of the specified vector, that is then cleared. 

 

Parameters
Description
vec
[in] Vector object to move.
Copyright © 2002-2022. Open Design Alliance All rights reserved.