template <typename TTObject>
void Reset(
TTObject * object,
os::IAllocator * allocator
);
| Name | Description |
|---|---|
| TTObject | Type of object to be swapped. |
| Name | Description | |
|---|---|---|
| in | object | The instance to be swapped. |
| in | allocator | Allocator for freeing objects. |
Deletes stored instances and swaps objects.
CONFIDENTIAL