void Adopt(TVecInt *Src) const;
Adopts TVecInt object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt * |
Remarks:
Src object will be adopted by VectorInt. When the Vector gets out of scope, the object will be freed.
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler