This move constructor creates a proctor managing the same object as original. After the move, original is disengaged.

Synopsis

Declared in <bslma_deallocateobjectproctor.h>

DeallocateObjectProctor(bslmf::MovableRef<DeallocateObjectProctor> original);

Created with MrDocs