Move‐construct a proctor from original.
Synopsis
Declared in <bslma_deleteobjectproctor.h>
DeleteObjectProctor(bslmf::MovableRef<DeleteObjectProctor> original);
Description
This move constructor creates a proctor managing the same object as original. After the move, original is disengaged.
Parameters
Name |
Description |
original |
proctor to move from |
Created with MrDocs