API Reference > Other Classes > OdVector Template > OdVector Methods > swap Method > OdVector::swap Method (OdVector &)
OdVector::swap Method (OdVector &)
Syntax
C++
void swap(OdVector & other);
Parameters 
Description 
OdVector & other 
[in,out] The other Vector to swap buffers with. 

Swaps buffers of this Vector object and another one.

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