void Adopt(TVecInt Src)
Adopts TVecInt object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt | source TVecInt |
Result: stored in self (calling object)
Remarks:
Src object will be adopted by VectorInt. When the Vector gets out of scope, the object will be freed.