Set the origin of the sequence of memory blocks managed by this proctor.
Declared in <bslma_autodeallocator.h>
Set the origin of the sequence of memory blocks managed by this proctor.
void
reset(void** origin);
» more...
Set the origin of the sequence of memory blocks managed by this proctor.
template<class TYPE>
void
reset(TYPE** origin);
» more...
| Name | Description |
|---|---|
| origin | The address of the origin memory block pointer. |