Move-construct a proctor from original.
Declared in <bslma_deallocatebytesproctor.h>
DeallocateBytesProctor(bslmf::MovableRef<DeallocateBytesProctor> original);
This move constructor creates a proctor managing the same block as original. After the move, original is disengaged.
| Name | Description |
|---|---|
| original | proctor to move from |